Searched refs:ftrace_probe_ops (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/kernel/trace/ |
| H A D | trace_functions.c | 749 struct ftrace_probe_ops *ops, in ftrace_traceon_print() 757 struct ftrace_probe_ops *ops, void *data) in ftrace_traceoff_print() 764 struct ftrace_probe_ops *ops, void *data) in ftrace_stacktrace_print() 771 struct ftrace_probe_ops *ops, void *data) in ftrace_dump_print() 778 struct ftrace_probe_ops *ops, void *data) in ftrace_cpudump_print() 835 static struct ftrace_probe_ops dump_probe_ops = { 864 struct ftrace_probe_ops *ops, in ftrace_trace_probe_callback() 905 struct ftrace_probe_ops *ops; in ftrace_trace_onoff_callback() 924 struct ftrace_probe_ops *ops; in ftrace_stacktrace_callback() 939 struct ftrace_probe_ops *ops; in ftrace_dump_callback() [all …]
|
| H A D | trace.h | 1193 struct ftrace_probe_ops { struct 1197 struct ftrace_probe_ops *ops, argument 1199 int (*init)(struct ftrace_probe_ops *ops, argument 1203 void (*free)(struct ftrace_probe_ops *ops, argument 1208 struct ftrace_probe_ops *ops, argument 1227 struct ftrace_probe_ops *ops, void *data); 1230 struct ftrace_probe_ops *ops);
|
| H A D | trace_events.c | 3886 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_probe() 3903 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_count_probe() 3931 struct ftrace_probe_ops *ops, void *data) in event_enable_print() 3960 event_enable_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_init() 3998 event_enable_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_free() 4022 static struct ftrace_probe_ops event_enable_probe_ops = { 4029 static struct ftrace_probe_ops event_enable_count_probe_ops = { 4036 static struct ftrace_probe_ops event_disable_probe_ops = { 4043 static struct ftrace_probe_ops event_disable_count_probe_ops = { 4055 struct ftrace_probe_ops *ops; in event_enable_func()
|
| H A D | trace.c | 8652 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_snapshot() 8660 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_count_snapshot() 8682 struct ftrace_probe_ops *ops, void *data) in ftrace_snapshot_print() 8703 ftrace_snapshot_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_init() 8719 ftrace_snapshot_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_free() 8734 static struct ftrace_probe_ops snapshot_probe_ops = { 8739 static struct ftrace_probe_ops snapshot_count_probe_ops = { 8750 struct ftrace_probe_ops *ops; in ftrace_trace_snapshot_callback()
|
| H A D | ftrace.c | 1050 struct ftrace_probe_ops *probe_ops; 4028 struct ftrace_probe_ops *probe_ops; in t_probe_show() 5152 struct ftrace_probe_ops *probe_ops; in function_trace_probe_call() 5314 struct ftrace_probe_ops *probe_ops; in release_probe() 5347 struct ftrace_probe_ops *probe_ops, in register_ftrace_function_probe() 5492 struct ftrace_probe_ops *probe_ops) in unregister_ftrace_function_probe_func()
|