Searched refs:ftrace_probe_ops (Results 1 – 5 of 5) sorted by relevance
/kernel/trace/ |
D | trace_functions.c | 443 static void update_traceon_count(struct ftrace_probe_ops *ops, in update_traceon_count() 506 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon_count() 514 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff_count() 522 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon() 533 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff() 575 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace() 583 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace_count() 623 static int update_count(struct ftrace_probe_ops *ops, unsigned long ip, in update_count() 643 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_dump_probe() 653 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_cpudump_probe() [all …]
|
D | trace.h | 1045 struct ftrace_probe_ops { struct 1049 struct ftrace_probe_ops *ops, argument 1051 int (*init)(struct ftrace_probe_ops *ops, argument 1055 void (*free)(struct ftrace_probe_ops *ops, argument 1060 struct ftrace_probe_ops *ops, argument 1079 struct ftrace_probe_ops *ops, void *data); 1082 struct ftrace_probe_ops *ops);
|
D | trace_events.c | 3192 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_probe() 3209 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_count_probe() 3237 struct ftrace_probe_ops *ops, void *data) in event_enable_print() 3266 event_enable_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_init() 3304 event_enable_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_free() 3328 static struct ftrace_probe_ops event_enable_probe_ops = { 3335 static struct ftrace_probe_ops event_enable_count_probe_ops = { 3342 static struct ftrace_probe_ops event_disable_probe_ops = { 3349 static struct ftrace_probe_ops event_disable_count_probe_ops = { 3361 struct ftrace_probe_ops *ops; in event_enable_func()
|
D | trace.c | 8576 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_snapshot() 8584 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_count_snapshot() 8606 struct ftrace_probe_ops *ops, void *data) in ftrace_snapshot_print() 8627 ftrace_snapshot_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_init() 8643 ftrace_snapshot_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_free() 8658 static struct ftrace_probe_ops snapshot_probe_ops = { 8663 static struct ftrace_probe_ops snapshot_count_probe_ops = { 8674 struct ftrace_probe_ops *ops; in ftrace_trace_snapshot_callback()
|
D | ftrace.c | 1013 struct ftrace_probe_ops *probe_ops; 3406 struct ftrace_probe_ops *probe_ops; in t_probe_show() 4476 struct ftrace_probe_ops *probe_ops; in function_trace_probe_call() 4638 struct ftrace_probe_ops *probe_ops; in release_probe() 4672 struct ftrace_probe_ops *probe_ops, in register_ftrace_function_probe() 4817 struct ftrace_probe_ops *probe_ops) in unregister_ftrace_function_probe_func()
|