Searched refs:ftrace_probe_ops (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/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 | 1037 struct ftrace_probe_ops { struct 1041 struct ftrace_probe_ops *ops, argument 1043 int (*init)(struct ftrace_probe_ops *ops, argument 1047 void (*free)(struct ftrace_probe_ops *ops, argument 1052 struct ftrace_probe_ops *ops, argument 1071 struct ftrace_probe_ops *ops, void *data); 1074 struct ftrace_probe_ops *ops);
|
D | trace_events.c | 3165 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_probe() 3182 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_count_probe() 3210 struct ftrace_probe_ops *ops, void *data) in event_enable_print() 3239 event_enable_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_init() 3277 event_enable_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_free() 3301 static struct ftrace_probe_ops event_enable_probe_ops = { 3308 static struct ftrace_probe_ops event_enable_count_probe_ops = { 3315 static struct ftrace_probe_ops event_disable_probe_ops = { 3322 static struct ftrace_probe_ops event_disable_count_probe_ops = { 3334 struct ftrace_probe_ops *ops; in event_enable_func()
|
D | trace.c | 8429 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_snapshot() 8437 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_count_snapshot() 8459 struct ftrace_probe_ops *ops, void *data) in ftrace_snapshot_print() 8480 ftrace_snapshot_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_init() 8496 ftrace_snapshot_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_free() 8511 static struct ftrace_probe_ops snapshot_probe_ops = { 8516 static struct ftrace_probe_ops snapshot_count_probe_ops = { 8527 struct ftrace_probe_ops *ops; in ftrace_trace_snapshot_callback()
|
D | ftrace.c | 1013 struct ftrace_probe_ops *probe_ops; 3389 struct ftrace_probe_ops *probe_ops; in t_probe_show() 4459 struct ftrace_probe_ops *probe_ops; in function_trace_probe_call() 4621 struct ftrace_probe_ops *probe_ops; in release_probe() 4655 struct ftrace_probe_ops *probe_ops, in register_ftrace_function_probe() 4800 struct ftrace_probe_ops *probe_ops) in unregister_ftrace_function_probe_func()
|