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 | 1299 struct ftrace_probe_ops { struct 1303 struct ftrace_probe_ops *ops, argument 1305 int (*init)(struct ftrace_probe_ops *ops, argument 1309 void (*free)(struct ftrace_probe_ops *ops, argument 1314 struct ftrace_probe_ops *ops, argument 1333 struct ftrace_probe_ops *ops, void *data); 1336 struct ftrace_probe_ops *ops);
|
| H A D | trace_events.c | 4282 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_probe() 4299 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_count_probe() 4327 struct ftrace_probe_ops *ops, void *data) in event_enable_print() 4356 event_enable_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_init() 4394 event_enable_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_free() 4418 static struct ftrace_probe_ops event_enable_probe_ops = { 4425 static struct ftrace_probe_ops event_enable_count_probe_ops = { 4432 static struct ftrace_probe_ops event_disable_probe_ops = { 4439 static struct ftrace_probe_ops event_disable_count_probe_ops = { 4451 struct ftrace_probe_ops *ops; in event_enable_func()
|
| 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()
|