Searched refs:ftrace_probe_ops (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/kernel/trace/ |
| D | trace_functions.c | 287 static void update_traceon_count(struct ftrace_probe_ops *ops, in update_traceon_count() 350 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon_count() 358 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff_count() 366 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon() 377 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff() 421 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace() 429 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace_count() 469 static int update_count(struct ftrace_probe_ops *ops, unsigned long ip, in update_count() 489 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_dump_probe() 499 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_cpudump_probe() [all …]
|
| D | trace.h | 1192 struct ftrace_probe_ops { struct 1196 struct ftrace_probe_ops *ops, argument 1198 int (*init)(struct ftrace_probe_ops *ops, argument 1202 void (*free)(struct ftrace_probe_ops *ops, argument 1207 struct ftrace_probe_ops *ops, argument 1226 struct ftrace_probe_ops *ops, void *data); 1229 struct ftrace_probe_ops *ops);
|
| D | trace_events.c | 2833 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_probe() 2850 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_count_probe() 2878 struct ftrace_probe_ops *ops, void *data) in event_enable_print() 2907 event_enable_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_init() 2945 event_enable_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_free() 2969 static struct ftrace_probe_ops event_enable_probe_ops = { 2976 static struct ftrace_probe_ops event_enable_count_probe_ops = { 2983 static struct ftrace_probe_ops event_disable_probe_ops = { 2990 static struct ftrace_probe_ops event_disable_count_probe_ops = { 3002 struct ftrace_probe_ops *ops; in event_enable_func()
|
| D | trace.c | 7889 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_snapshot() 7897 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_count_snapshot() 7919 struct ftrace_probe_ops *ops, void *data) in ftrace_snapshot_print() 7940 ftrace_snapshot_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_init() 7956 ftrace_snapshot_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_free() 7971 static struct ftrace_probe_ops snapshot_probe_ops = { 7976 static struct ftrace_probe_ops snapshot_count_probe_ops = { 7987 struct ftrace_probe_ops *ops; in ftrace_trace_snapshot_callback()
|
| D | ftrace.c | 1018 struct ftrace_probe_ops *probe_ops; 3375 struct ftrace_probe_ops *probe_ops; in t_probe_show() 4319 struct ftrace_probe_ops *probe_ops; in function_trace_probe_call() 4481 struct ftrace_probe_ops *probe_ops; in release_probe() 4515 struct ftrace_probe_ops *probe_ops, in register_ftrace_function_probe() 4658 struct ftrace_probe_ops *probe_ops) in unregister_ftrace_function_probe_func()
|