Searched refs:ftrace_probe_ops (Results 1 – 5 of 5) 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 | 1233 struct ftrace_probe_ops { struct 1237 struct ftrace_probe_ops *ops, argument 1239 int (*init)(struct ftrace_probe_ops *ops, argument 1243 void (*free)(struct ftrace_probe_ops *ops, argument 1248 struct ftrace_probe_ops *ops, argument 1267 struct ftrace_probe_ops *ops, void *data); 1270 struct ftrace_probe_ops *ops);
|
| H A D | trace_events.c | 4138 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_probe() 4155 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_count_probe() 4183 struct ftrace_probe_ops *ops, void *data) in event_enable_print() 4212 event_enable_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_init() 4250 event_enable_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_free() 4274 static struct ftrace_probe_ops event_enable_probe_ops = { 4281 static struct ftrace_probe_ops event_enable_count_probe_ops = { 4288 static struct ftrace_probe_ops event_disable_probe_ops = { 4295 static struct ftrace_probe_ops event_disable_count_probe_ops = { 4307 struct ftrace_probe_ops *ops; in event_enable_func()
|
| H A D | trace.c | 8416 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_snapshot() 8424 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_count_snapshot() 8446 struct ftrace_probe_ops *ops, void *data) in ftrace_snapshot_print() 8467 ftrace_snapshot_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_init() 8483 ftrace_snapshot_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_snapshot_free() 8498 static struct ftrace_probe_ops snapshot_probe_ops = { 8503 static struct ftrace_probe_ops snapshot_count_probe_ops = { 8514 struct ftrace_probe_ops *ops; in ftrace_trace_snapshot_callback()
|
| H A D | ftrace.c | 1071 struct ftrace_probe_ops *probe_ops; 4078 struct ftrace_probe_ops *probe_ops; in t_probe_show() 5247 struct ftrace_probe_ops *probe_ops; in function_trace_probe_call() 5414 struct ftrace_probe_ops *probe_ops; in release_probe() 5447 struct ftrace_probe_ops *probe_ops, in register_ftrace_function_probe() 5592 struct ftrace_probe_ops *probe_ops) in unregister_ftrace_function_probe_func()
|