Searched refs:trace_event (Results 1 – 12 of 12) sorted by relevance
/kernel/trace/ |
D | trace_output.c | 294 struct trace_event *trace_event) in trace_raw_output_prep() argument 301 event = container_of(trace_event, struct trace_event_call, event); in trace_raw_output_prep() 676 struct trace_event *ftrace_find_event(int type) in ftrace_find_event() 678 struct trace_event *event; in ftrace_find_event() 695 struct trace_event *e = NULL, *iter; in trace_search_list() 751 int register_trace_event(struct trace_event *event) in register_trace_event() 819 int __unregister_trace_event(struct trace_event *event) in __unregister_trace_event() 830 int unregister_trace_event(struct trace_event *event) in unregister_trace_event() 845 struct trace_event *event) in trace_nop_print() 865 struct trace_event *event) in trace_fn_trace() [all …]
|
D | trace_output.h | 25 extern struct trace_event *ftrace_find_event(int type); 28 int flags, struct trace_event *event); 33 extern int __unregister_trace_event(struct trace_event *event);
|
D | trace_branch.c | 141 int flags, struct trace_event *event) in trace_branch_print() 168 static struct trace_event trace_branch_event = {
|
D | trace_functions_graph.c | 974 struct trace_event *event; in print_graph_comment() 1105 struct trace_event *event) in print_graph_function_event() 1269 static struct trace_event graph_trace_entry_event = { 1274 static struct trace_event graph_trace_ret_event = {
|
D | trace_syscalls.c | 128 struct trace_event *event) in print_syscall_enter() 175 struct trace_event *event) in print_syscall_exit()
|
D | trace_eprobe.c | 282 struct trace_event *event) in print_eprobe_event() 286 struct trace_event *probed_event; in print_eprobe_event()
|
D | blktrace.c | 1520 int flags, struct trace_event *event) in blk_trace_event_print() 1542 struct trace_event *event) in blk_trace_event_print_binary() 1588 static struct trace_event trace_blk_event = {
|
D | trace.c | 2867 struct trace_event *event; in output_printk() 3702 struct trace_event *trace_event; in trace_safe_str() local 3733 trace_event = ftrace_find_event(iter->ent->type); in trace_safe_str() 3734 if (!trace_event) in trace_safe_str() 3737 event = container_of(trace_event, struct trace_event_call, event); in trace_safe_str() 4385 struct trace_event *event; in print_trace_fmt() 4416 struct trace_event *event; in print_raw_fmt() 4442 struct trace_event *event; in print_hex_fmt() 4471 struct trace_event *event; in print_bin_fmt()
|
D | trace_kprobe.c | 1471 struct trace_event *event) in print_kprobe_event() 1501 struct trace_event *event) in print_kretprobe_event()
|
D | trace_events_user.c | 774 struct trace_event *event) in user_event_print_trace()
|
D | trace_uprobe.c | 1020 print_uprobe_event(struct trace_iterator *iter, int flags, struct trace_event *event) in print_uprobe_event()
|
D | trace_events_synth.c | 347 struct trace_event *event) in print_synth_event()
|