Searched refs:ftrace_probe_ops (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_functions.c | 503 static void update_traceon_count(struct ftrace_probe_ops *ops, in update_traceon_count() 566 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon_count() 574 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff_count() 582 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon() 593 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff() 631 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace() 639 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace_count() 679 static int update_count(struct ftrace_probe_ops *ops, unsigned long ip, in update_count() 699 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_dump_probe() 709 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_cpudump_probe() [all …]
|
| H A D | trace.h | 1300 struct ftrace_probe_ops { 1304 struct ftrace_probe_ops *ops, 1306 int (*init)(struct ftrace_probe_ops *ops, 1310 void (*free)(struct ftrace_probe_ops *ops, 1315 struct ftrace_probe_ops *ops, 1334 struct ftrace_probe_ops *ops, void *data); 1337 struct ftrace_probe_ops *ops); 1299 struct ftrace_probe_ops { global() struct 1303 funcftrace_probe_ops global() argument 1305 initftrace_probe_ops global() argument 1309 freeftrace_probe_ops global() argument 1314 printftrace_probe_ops global() argument
|
| H A D | trace_events.c | 4284 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_probe() 4301 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_count_probe() 4329 struct ftrace_probe_ops *ops, void *data) in event_enable_print() 4358 event_enable_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_init() 4396 event_enable_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_free() 4420 static struct ftrace_probe_ops event_enable_probe_ops = { 4427 static struct ftrace_probe_ops event_enable_count_probe_ops = { 4434 static struct ftrace_probe_ops event_disable_probe_ops = { 4441 static struct ftrace_probe_ops event_disable_count_probe_ops = { 4453 struct ftrace_probe_ops *op in event_enable_func() [all...] |
| H A D | ftrace.c | 1080 struct ftrace_probe_ops *probe_ops; 4112 struct ftrace_probe_ops *probe_ops; in t_probe_show() 5299 struct ftrace_probe_ops *probe_ops; in function_trace_probe_call() 5466 struct ftrace_probe_ops *probe_ops; in release_probe() 5499 struct ftrace_probe_ops *probe_ops, in register_ftrace_function_probe() 5644 struct ftrace_probe_ops *probe_ops) in unregister_ftrace_function_probe_func()
|