Searched refs:ftrace_probe_ops (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/kernel/trace/ |
| D | trace_functions.c | 281 static void update_traceon_count(struct ftrace_probe_ops *ops, in update_traceon_count() 344 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon_count() 352 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff_count() 360 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon() 371 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff() 415 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace() 423 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace_count() 463 static int update_count(struct ftrace_probe_ops *ops, unsigned long ip, in update_count() 483 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_dump_probe() 493 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_cpudump_probe() [all …]
|
| D | trace.h | 1084 struct ftrace_probe_ops { struct 1088 struct ftrace_probe_ops *ops, argument 1090 int (*init)(struct ftrace_probe_ops *ops, argument 1094 void (*free)(struct ftrace_probe_ops *ops, argument 1099 struct ftrace_probe_ops *ops, argument 1118 struct ftrace_probe_ops *ops, void *data); 1121 struct ftrace_probe_ops *ops);
|
| D | trace_events.c | 2528 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_probe() 2545 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_count_probe() 2573 struct ftrace_probe_ops *ops, void *data) in event_enable_print() 2602 event_enable_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_init() 2640 event_enable_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_free() 2664 static struct ftrace_probe_ops event_enable_probe_ops = { 2671 static struct ftrace_probe_ops event_enable_count_probe_ops = { 2678 static struct ftrace_probe_ops event_disable_probe_ops = { 2685 static struct ftrace_probe_ops event_disable_count_probe_ops = { 2697 struct ftrace_probe_ops *ops; in event_enable_func()
|
| D | ftrace.c | 1027 struct ftrace_probe_ops *probe_ops; 3179 struct ftrace_probe_ops *probe_ops; in t_probe_show() 4115 struct ftrace_probe_ops *probe_ops; in function_trace_probe_call() 4277 struct ftrace_probe_ops *probe_ops; in release_probe() 4311 struct ftrace_probe_ops *probe_ops, in register_ftrace_function_probe() 4454 struct ftrace_probe_ops *probe_ops) in unregister_ftrace_function_probe_func()
|
| D | trace.c | 7606 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_snapshot() 7614 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_count_snapshot() 7636 struct ftrace_probe_ops *ops, void *data) in ftrace_snapshot_print() 7657 ftrace_snapshot_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_init() 7673 ftrace_snapshot_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_free() 7688 static struct ftrace_probe_ops snapshot_probe_ops = { 7693 static struct ftrace_probe_ops snapshot_count_probe_ops = { 7704 struct ftrace_probe_ops *ops; in ftrace_trace_snapshot_callback()
|