Searched refs:ftrace_probe_ops (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/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 | 973 struct ftrace_probe_ops { struct 977 struct ftrace_probe_ops *ops, argument 979 int (*init)(struct ftrace_probe_ops *ops, argument 983 void (*free)(struct ftrace_probe_ops *ops, argument 988 struct ftrace_probe_ops *ops, argument 1007 struct ftrace_probe_ops *ops, void *data); 1010 struct ftrace_probe_ops *ops);
|
D | trace_events.c | 2539 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_probe() 2556 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_count_probe() 2584 struct ftrace_probe_ops *ops, void *data) in event_enable_print() 2613 event_enable_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_init() 2651 event_enable_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_free() 2675 static struct ftrace_probe_ops event_enable_probe_ops = { 2682 static struct ftrace_probe_ops event_enable_count_probe_ops = { 2689 static struct ftrace_probe_ops event_disable_probe_ops = { 2696 static struct ftrace_probe_ops event_disable_count_probe_ops = { 2708 struct ftrace_probe_ops *ops; in event_enable_func()
|
D | trace.c | 7065 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_snapshot() 7073 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_count_snapshot() 7095 struct ftrace_probe_ops *ops, void *data) in ftrace_snapshot_print() 7116 ftrace_snapshot_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_init() 7132 ftrace_snapshot_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_free() 7147 static struct ftrace_probe_ops snapshot_probe_ops = { 7152 static struct ftrace_probe_ops snapshot_count_probe_ops = { 7163 struct ftrace_probe_ops *ops; in ftrace_trace_snapshot_callback()
|
D | ftrace.c | 1050 struct ftrace_probe_ops *probe_ops; 3185 struct ftrace_probe_ops *probe_ops; in t_probe_show() 4068 struct ftrace_probe_ops *probe_ops; in function_trace_probe_call() 4227 struct ftrace_probe_ops *probe_ops; in release_probe() 4261 struct ftrace_probe_ops *probe_ops, in register_ftrace_function_probe() 4395 struct ftrace_probe_ops *probe_ops) in unregister_ftrace_function_probe_func()
|