Searched refs:ftrace_probe_ops (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/trace/ |
| A D | trace_functions.c | 683 struct ftrace_probe_ops *ops, in ftrace_traceon_print() 691 struct ftrace_probe_ops *ops, void *data) in ftrace_traceoff_print() 698 struct ftrace_probe_ops *ops, void *data) in ftrace_stacktrace_print() 705 struct ftrace_probe_ops *ops, void *data) in ftrace_dump_print() 712 struct ftrace_probe_ops *ops, void *data) in ftrace_cpudump_print() 769 static struct ftrace_probe_ops dump_probe_ops = { 798 struct ftrace_probe_ops *ops, in ftrace_trace_probe_callback() 839 struct ftrace_probe_ops *ops; in ftrace_trace_onoff_callback() 858 struct ftrace_probe_ops *ops; in ftrace_stacktrace_callback() 873 struct ftrace_probe_ops *ops; in ftrace_dump_callback() [all …]
|
| A D | trace.h | 1035 struct ftrace_probe_ops { struct 1039 struct ftrace_probe_ops *ops, argument 1041 int (*init)(struct ftrace_probe_ops *ops, argument 1045 void (*free)(struct ftrace_probe_ops *ops, argument 1050 struct ftrace_probe_ops *ops, argument 1069 struct ftrace_probe_ops *ops, void *data); 1072 struct ftrace_probe_ops *ops);
|
| A D | trace_events.c | 3064 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_probe() 3081 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_count_probe() 3109 struct ftrace_probe_ops *ops, void *data) in event_enable_print() 3138 event_enable_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_init() 3176 event_enable_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_free() 3200 static struct ftrace_probe_ops event_enable_probe_ops = { 3207 static struct ftrace_probe_ops event_enable_count_probe_ops = { 3214 static struct ftrace_probe_ops event_disable_probe_ops = { 3221 static struct ftrace_probe_ops event_disable_count_probe_ops = { 3233 struct ftrace_probe_ops *ops; in event_enable_func()
|
| A D | trace.c | 8375 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_snapshot() 8383 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_count_snapshot() 8405 struct ftrace_probe_ops *ops, void *data) in ftrace_snapshot_print() 8426 ftrace_snapshot_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_init() 8442 ftrace_snapshot_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_free() 8457 static struct ftrace_probe_ops snapshot_probe_ops = { 8462 static struct ftrace_probe_ops snapshot_count_probe_ops = { 8473 struct ftrace_probe_ops *ops; in ftrace_trace_snapshot_callback()
|
| A D | ftrace.c | 1014 struct ftrace_probe_ops *probe_ops; 3405 struct ftrace_probe_ops *probe_ops; in t_probe_show() 4347 struct ftrace_probe_ops *probe_ops; in function_trace_probe_call() 4509 struct ftrace_probe_ops *probe_ops; in release_probe() 4543 struct ftrace_probe_ops *probe_ops, in register_ftrace_function_probe() 4686 struct ftrace_probe_ops *probe_ops) in unregister_ftrace_function_probe_func()
|
Completed in 45 milliseconds