Searched refs:ftrace_probe_ops (Results 1 – 5 of 5) sorted by relevance
/linux/kernel/trace/ |
H A D | trace_functions.c | 477 static void update_traceon_count(struct ftrace_probe_ops *ops, in update_traceon_count() 540 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon_count() 548 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff_count() 556 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon() 567 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff() 609 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace() 617 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace_count() 657 static int update_count(struct ftrace_probe_ops *ops, unsigned long ip, in update_count() 677 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_dump_probe() 687 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_cpudump_probe() [all …]
|
H A D | trace.h | 1173 struct ftrace_probe_ops { struct 1177 struct ftrace_probe_ops *ops, argument 1179 int (*init)(struct ftrace_probe_ops *ops, argument 1183 void (*free)(struct ftrace_probe_ops *ops, argument 1188 struct ftrace_probe_ops *ops, argument 1207 struct ftrace_probe_ops *ops, void *data); 1210 struct ftrace_probe_ops *ops);
|
H A D | trace_events.c | 3861 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_probe() 3878 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_count_probe() 3906 struct ftrace_probe_ops *ops, void *data) in event_enable_print() 3935 event_enable_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_init() 3973 event_enable_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_free() 3997 static struct ftrace_probe_ops event_enable_probe_ops = { 4004 static struct ftrace_probe_ops event_enable_count_probe_ops = { 4011 static struct ftrace_probe_ops event_disable_probe_ops = { 4018 static struct ftrace_probe_ops event_disable_count_probe_ops = { 4030 struct ftrace_probe_ops *ops; in event_enable_func()
|
H A D | trace.c | 8423 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_snapshot() 8431 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_count_snapshot() 8453 struct ftrace_probe_ops *ops, void *data) in ftrace_snapshot_print() 8474 ftrace_snapshot_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_init() 8490 ftrace_snapshot_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_free() 8505 static struct ftrace_probe_ops snapshot_probe_ops = { 8510 static struct ftrace_probe_ops snapshot_count_probe_ops = { 8521 struct ftrace_probe_ops *ops; in ftrace_trace_snapshot_callback()
|
H A D | ftrace.c | 1050 struct ftrace_probe_ops *probe_ops; 3976 struct ftrace_probe_ops *probe_ops; in t_probe_show() 5100 struct ftrace_probe_ops *probe_ops; in function_trace_probe_call() 5262 struct ftrace_probe_ops *probe_ops; in release_probe() 5295 struct ftrace_probe_ops *probe_ops, in register_ftrace_function_probe() 5440 struct ftrace_probe_ops *probe_ops) in unregister_ftrace_function_probe_func()
|