Searched refs:ftrace_probe_ops (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/kernel/trace/ |
| D | trace_functions.c | 448 static void update_traceon_count(struct ftrace_probe_ops *ops, in update_traceon_count() 511 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon_count() 519 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff_count() 527 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon() 538 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff() 580 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace() 588 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace_count() 628 static int update_count(struct ftrace_probe_ops *ops, unsigned long ip, in update_count() 648 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_dump_probe() 658 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_cpudump_probe() [all …]
|
| D | trace.h | 1026 struct ftrace_probe_ops { struct 1030 struct ftrace_probe_ops *ops, argument 1032 int (*init)(struct ftrace_probe_ops *ops, argument 1036 void (*free)(struct ftrace_probe_ops *ops, argument 1041 struct ftrace_probe_ops *ops, argument 1060 struct ftrace_probe_ops *ops, void *data); 1063 struct ftrace_probe_ops *ops);
|
| D | trace_events.c | 3051 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_probe() 3068 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_count_probe() 3096 struct ftrace_probe_ops *ops, void *data) in event_enable_print() 3125 event_enable_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_init() 3163 event_enable_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_free() 3187 static struct ftrace_probe_ops event_enable_probe_ops = { 3194 static struct ftrace_probe_ops event_enable_count_probe_ops = { 3201 static struct ftrace_probe_ops event_disable_probe_ops = { 3208 static struct ftrace_probe_ops event_disable_count_probe_ops = { 3220 struct ftrace_probe_ops *ops; in event_enable_func()
|
| D | trace.c | 8377 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_snapshot() 8385 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_count_snapshot() 8407 struct ftrace_probe_ops *ops, void *data) in ftrace_snapshot_print() 8428 ftrace_snapshot_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_init() 8444 ftrace_snapshot_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_free() 8459 static struct ftrace_probe_ops snapshot_probe_ops = { 8464 static struct ftrace_probe_ops snapshot_count_probe_ops = { 8475 struct ftrace_probe_ops *ops; in ftrace_trace_snapshot_callback()
|
| D | ftrace.c | 1018 struct ftrace_probe_ops *probe_ops; 3376 struct ftrace_probe_ops *probe_ops; in t_probe_show() 4318 struct ftrace_probe_ops *probe_ops; in function_trace_probe_call() 4480 struct ftrace_probe_ops *probe_ops; in release_probe() 4514 struct ftrace_probe_ops *probe_ops, in register_ftrace_function_probe() 4657 struct ftrace_probe_ops *probe_ops) in unregister_ftrace_function_probe_func()
|