Searched refs:ftrace_probe_ops (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/kernel/trace/ |
D | trace_functions.c | 443 static void update_traceon_count(struct ftrace_probe_ops *ops, in update_traceon_count() 506 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon_count() 514 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff_count() 522 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon() 533 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff() 575 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace() 583 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace_count() 623 static int update_count(struct ftrace_probe_ops *ops, unsigned long ip, in update_count() 643 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_dump_probe() 653 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_cpudump_probe() [all …]
|
D | trace.h | 1038 struct ftrace_probe_ops { struct 1042 struct ftrace_probe_ops *ops, argument 1044 int (*init)(struct ftrace_probe_ops *ops, argument 1048 void (*free)(struct ftrace_probe_ops *ops, argument 1053 struct ftrace_probe_ops *ops, argument 1072 struct ftrace_probe_ops *ops, void *data); 1075 struct ftrace_probe_ops *ops);
|
D | trace_events.c | 3174 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_probe() 3191 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_count_probe() 3219 struct ftrace_probe_ops *ops, void *data) in event_enable_print() 3248 event_enable_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_init() 3286 event_enable_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_free() 3310 static struct ftrace_probe_ops event_enable_probe_ops = { 3317 static struct ftrace_probe_ops event_enable_count_probe_ops = { 3324 static struct ftrace_probe_ops event_disable_probe_ops = { 3331 static struct ftrace_probe_ops event_disable_count_probe_ops = { 3343 struct ftrace_probe_ops *ops; in event_enable_func()
|
D | trace.c | 8506 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_snapshot() 8514 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_count_snapshot() 8536 struct ftrace_probe_ops *ops, void *data) in ftrace_snapshot_print() 8557 ftrace_snapshot_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_init() 8573 ftrace_snapshot_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_free() 8588 static struct ftrace_probe_ops snapshot_probe_ops = { 8593 static struct ftrace_probe_ops snapshot_count_probe_ops = { 8604 struct ftrace_probe_ops *ops; in ftrace_trace_snapshot_callback()
|
D | ftrace.c | 1013 struct ftrace_probe_ops *probe_ops; 3394 struct ftrace_probe_ops *probe_ops; in t_probe_show() 4464 struct ftrace_probe_ops *probe_ops; in function_trace_probe_call() 4626 struct ftrace_probe_ops *probe_ops; in release_probe() 4660 struct ftrace_probe_ops *probe_ops, in register_ftrace_function_probe() 4805 struct ftrace_probe_ops *probe_ops) in unregister_ftrace_function_probe_func()
|