Searched refs:ftrace_probe_ops (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/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 | 1068 struct ftrace_probe_ops { struct 1072 struct ftrace_probe_ops *ops, argument 1074 int (*init)(struct ftrace_probe_ops *ops, argument 1078 void (*free)(struct ftrace_probe_ops *ops, argument 1083 struct ftrace_probe_ops *ops, argument 1102 struct ftrace_probe_ops *ops, void *data); 1105 struct ftrace_probe_ops *ops);
|
| D | trace_events.c | 3246 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_probe() 3263 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_count_probe() 3291 struct ftrace_probe_ops *ops, void *data) in event_enable_print() 3320 event_enable_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_init() 3358 event_enable_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_free() 3382 static struct ftrace_probe_ops event_enable_probe_ops = { 3389 static struct ftrace_probe_ops event_enable_count_probe_ops = { 3396 static struct ftrace_probe_ops event_disable_probe_ops = { 3403 static struct ftrace_probe_ops event_disable_count_probe_ops = { 3415 struct ftrace_probe_ops *ops; in event_enable_func()
|
| D | trace.c | 8702 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_snapshot() 8710 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_count_snapshot() 8732 struct ftrace_probe_ops *ops, void *data) in ftrace_snapshot_print() 8753 ftrace_snapshot_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_init() 8769 ftrace_snapshot_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_free() 8784 static struct ftrace_probe_ops snapshot_probe_ops = { 8789 static struct ftrace_probe_ops snapshot_count_probe_ops = { 8800 struct ftrace_probe_ops *ops; in ftrace_trace_snapshot_callback()
|
| D | ftrace.c | 1044 struct ftrace_probe_ops *probe_ops; 3498 struct ftrace_probe_ops *probe_ops; in t_probe_show() 4635 struct ftrace_probe_ops *probe_ops; in function_trace_probe_call() 4797 struct ftrace_probe_ops *probe_ops; in release_probe() 4831 struct ftrace_probe_ops *probe_ops, in register_ftrace_function_probe() 4976 struct ftrace_probe_ops *probe_ops) in unregister_ftrace_function_probe_func()
|