Searched refs:trace_event (Results 1 – 21 of 21) sorted by relevance
/linux-4.4.14/kernel/trace/ |
D | trace_output.c | 226 struct trace_event *trace_event) in trace_raw_output_prep() argument 233 event = container_of(trace_event, struct trace_event_call, event); in trace_raw_output_prep() 601 struct trace_event *ftrace_find_event(int type) in ftrace_find_event() 603 struct trace_event *event; in ftrace_find_event() 620 struct trace_event *e; in trace_search_list() 671 int register_trace_event(struct trace_event *event) in register_trace_event() 740 int __unregister_trace_event(struct trace_event *event) in __unregister_trace_event() 751 int unregister_trace_event(struct trace_event *event) in unregister_trace_event() 766 struct trace_event *event) in trace_nop_print() 775 struct trace_event *event) in trace_fn_trace() [all …]
|
D | trace_output.h | 23 extern struct trace_event *ftrace_find_event(int type); 26 int flags, struct trace_event *event); 31 extern int __unregister_trace_event(struct trace_event *event);
|
D | trace_branch.c | 139 int flags, struct trace_event *event) in trace_branch_print() 166 static struct trace_event trace_branch_event = {
|
D | trace_functions_graph.c | 1101 struct trace_event *event; in print_graph_comment() 1227 struct trace_event *event) in print_graph_function_event() 1385 static struct trace_event graph_trace_entry_event = { 1390 static struct trace_event graph_trace_ret_event = {
|
D | trace_syscalls.c | 111 struct trace_event *event) in print_syscall_enter() 158 struct trace_event *event) in print_syscall_exit()
|
D | blktrace.c | 1371 int flags, struct trace_event *event) in blk_trace_event_print() 1393 struct trace_event *event) in blk_trace_event_print_binary() 1438 static struct trace_event trace_blk_event = {
|
D | trace_kprobe.c | 1005 struct trace_event *event) in print_kprobe_event() 1036 struct trace_event *event) in print_kretprobe_event()
|
D | trace_uprobe.c | 858 print_uprobe_event(struct trace_iterator *iter, int flags, struct trace_event *event) in print_uprobe_event()
|
D | trace.c | 2692 struct trace_event *event; in print_trace_fmt() 2723 struct trace_event *event; in print_raw_fmt() 2749 struct trace_event *event; in print_hex_fmt() 2778 struct trace_event *event; in print_bin_fmt()
|
D | trace_events.c | 266 struct trace_event *event; in output_printk()
|
/linux-4.4.14/tools/perf/util/ |
D | trace-event.h | 14 struct trace_event { struct 19 int trace_event__init(struct trace_event *t); argument 20 void trace_event__cleanup(struct trace_event *t); 44 ssize_t trace_report(int fd, struct trace_event *tevent, bool repipe);
|
D | trace-event.c | 24 static struct trace_event tevent; 27 int trace_event__init(struct trace_event *t) in trace_event__init() 64 void trace_event__cleanup(struct trace_event *t) in trace_event__cleanup()
|
D | debug.h | 44 void trace_event(union perf_event *event);
|
D | session.h | 28 struct trace_event tevent;
|
D | debug.c | 113 void trace_event(union perf_event *event) in trace_event() function
|
D | trace-event-read.c | 344 ssize_t trace_report(int fd, struct trace_event *tevent, bool __repipe) in trace_report()
|
D | session.c | 904 trace_event(event); in dump_event()
|
/linux-4.4.14/include/linux/ |
D | trace_events.h | 53 struct trace_event; 56 struct trace_event *event); 119 int flags, struct trace_event *event); 128 struct trace_event { struct 135 extern int register_trace_event(struct trace_event *event); argument 136 extern int unregister_trace_event(struct trace_event *event); 284 struct trace_event event;
|
/linux-4.4.14/include/trace/ |
D | trace_events.h | 308 struct trace_event *trace_event) \ 317 ret = trace_raw_output_prep(iter, trace_event); \ 333 struct trace_event *event) \
|
/linux-4.4.14/Documentation/trace/ |
D | events.txt | 91 trace_event=[event-list]
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 3766 trace_event=[event-list]
|