Searched refs:trace_event (Results 1 – 21 of 21) sorted by relevance
/linux-4.1.27/kernel/trace/ |
D | trace_output.c | 226 struct trace_event *trace_event) in ftrace_raw_output_prep() argument 233 event = container_of(trace_event, struct ftrace_event_call, event); in ftrace_raw_output_prep() 640 struct trace_event *ftrace_find_event(int type) in ftrace_find_event() 642 struct trace_event *event; in ftrace_find_event() 659 struct trace_event *e; in trace_search_list() 710 int register_ftrace_event(struct trace_event *event) in register_ftrace_event() 779 int __unregister_ftrace_event(struct trace_event *event) in __unregister_ftrace_event() 790 int unregister_ftrace_event(struct trace_event *event) in unregister_ftrace_event() 805 struct trace_event *event) in trace_nop_print() 814 struct trace_event *event) in trace_fn_trace() [all …]
|
D | trace_output.h | 27 extern struct trace_event *ftrace_find_event(int type); 30 int flags, struct trace_event *event); 35 extern int __unregister_ftrace_event(struct trace_event *event);
|
D | trace_branch.c | 150 int flags, struct trace_event *event) in trace_branch_print() 177 static struct trace_event trace_branch_event = {
|
D | trace_functions_graph.c | 1096 struct trace_event *event; in print_graph_comment() 1222 struct trace_event *event) in print_graph_function_event() 1372 static struct trace_event graph_trace_entry_event = { 1377 static struct trace_event graph_trace_ret_event = {
|
D | trace_syscalls.c | 111 struct trace_event *event) in print_syscall_enter() 157 struct trace_event *event) in print_syscall_exit()
|
D | blktrace.c | 1379 int flags, struct trace_event *event) in blk_trace_event_print() 1401 struct trace_event *event) in blk_trace_event_print_binary() 1446 static struct trace_event trace_blk_event = {
|
D | trace_kprobe.c | 1017 struct trace_event *event) in print_kprobe_event() 1048 struct trace_event *event) in print_kretprobe_event()
|
D | trace_uprobe.c | 843 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() 2722 struct trace_event *event; in print_raw_fmt() 2747 struct trace_event *event; in print_hex_fmt() 2775 struct trace_event *event; in print_bin_fmt()
|
D | trace_events.c | 220 struct trace_event *event; in output_printk()
|
/linux-4.1.27/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); 42 ssize_t trace_report(int fd, struct trace_event *tevent, bool repipe);
|
D | trace-event.c | 21 static struct trace_event tevent; 23 int trace_event__init(struct trace_event *t) in trace_event__init() 35 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 | 22 struct trace_event tevent;
|
D | debug.c | 108 void trace_event(union perf_event *event) in trace_event() function
|
D | trace-event-read.c | 346 ssize_t trace_report(int fd, struct trace_event *tevent, bool __repipe) in trace_report()
|
D | session.c | 748 trace_event(event); in dump_event()
|
/linux-4.1.27/include/linux/ |
D | ftrace_event.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_ftrace_event(struct trace_event *event); argument 136 extern int unregister_ftrace_event(struct trace_event *event); 291 struct trace_event event;
|
/linux-4.1.27/include/trace/ |
D | ftrace.h | 308 struct trace_event *trace_event) \ 317 ret = ftrace_raw_output_prep(iter, trace_event); \ 333 struct trace_event *event) \
|
/linux-4.1.27/Documentation/trace/ |
D | events.txt | 91 trace_event=[event-list]
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 3646 trace_event=[event-list]
|