Searched refs:trace_event (Results 1 – 23 of 23) sorted by relevance
| /Linux-v4.19/kernel/trace/ |
| D | trace_output.c | 278 struct trace_event *trace_event) in trace_raw_output_prep() argument 285 event = container_of(trace_event, struct trace_event_call, event); in trace_raw_output_prep() 668 struct trace_event *ftrace_find_event(int type) in ftrace_find_event() 670 struct trace_event *event; in ftrace_find_event() 687 struct trace_event *e; in trace_search_list() 738 int register_trace_event(struct trace_event *event) in register_trace_event() 807 int __unregister_trace_event(struct trace_event *event) in __unregister_trace_event() 818 int unregister_trace_event(struct trace_event *event) in unregister_trace_event() 833 struct trace_event *event) in trace_nop_print() 842 struct trace_event *event) in trace_fn_trace() [all …]
|
| D | trace_output.h | 24 extern struct trace_event *ftrace_find_event(int type); 27 int flags, struct trace_event *event); 32 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 | 1178 struct trace_event *event; in print_graph_comment() 1309 struct trace_event *event) in print_graph_function_event() 1467 static struct trace_event graph_trace_entry_event = { 1472 static struct trace_event graph_trace_ret_event = {
|
| D | trace_syscalls.c | 123 struct trace_event *event) in print_syscall_enter() 170 struct trace_event *event) in print_syscall_exit()
|
| D | blktrace.c | 1498 int flags, struct trace_event *event) in blk_trace_event_print() 1520 struct trace_event *event) in blk_trace_event_print_binary() 1565 static struct trace_event trace_blk_event = {
|
| D | trace_kprobe.c | 1131 struct trace_event *event) in print_kprobe_event() 1162 struct trace_event *event) in print_kretprobe_event()
|
| D | trace.c | 2321 struct trace_event *event; in output_printk() 3497 struct trace_event *event; in print_trace_fmt() 3528 struct trace_event *event; in print_raw_fmt() 3554 struct trace_event *event; in print_hex_fmt() 3583 struct trace_event *event; in print_bin_fmt()
|
| D | trace_uprobe.c | 830 print_uprobe_event(struct trace_iterator *iter, int flags, struct trace_event *event) in print_uprobe_event()
|
| D | trace_events_hist.c | 577 struct trace_event *event) in print_synth_event()
|
| /Linux-v4.19/tools/perf/util/ |
| D | trace-event.h | 15 struct trace_event { struct 20 int trace_event__init(struct trace_event *t); argument 21 void trace_event__cleanup(struct trace_event *t); 48 ssize_t trace_report(int fd, struct trace_event *tevent, bool repipe);
|
| D | trace-event.c | 26 static struct trace_event tevent; 29 int trace_event__init(struct trace_event *t) in trace_event__init() 66 void trace_event__cleanup(struct trace_event *t) in trace_event__cleanup()
|
| D | debug.h | 46 void trace_event(union perf_event *event);
|
| D | session.h | 29 struct trace_event tevent;
|
| D | debug.c | 164 void trace_event(union perf_event *event) in trace_event() function
|
| D | trace-event-read.c | 389 ssize_t trace_report(int fd, struct trace_event *tevent, bool __repipe) in trace_report()
|
| D | session.c | 1074 trace_event(event); in dump_event()
|
| /Linux-v4.19/include/linux/ |
| D | trace_events.h | 49 struct trace_event; 52 struct trace_event *event); 115 int flags, struct trace_event *event); 124 struct trace_event { struct 131 extern int register_trace_event(struct trace_event *event); argument 132 extern int unregister_trace_event(struct trace_event *event); 261 struct trace_event event;
|
| /Linux-v4.19/samples/bpf/ |
| D | .gitignore | 29 trace_event
|
| D | Makefile | 36 hostprogs-y += trace_event 93 trace_event-objs := bpf_load.o trace_event_user.o $(TRACE_HELPERS)
|
| /Linux-v4.19/include/trace/ |
| D | trace_events.h | 347 struct trace_event *trace_event) \ 356 ret = trace_raw_output_prep(iter, trace_event); \ 372 struct trace_event *event) \
|
| /Linux-v4.19/Documentation/trace/ |
| D | events.rst | 92 trace_event=[event-list]
|
| /Linux-v4.19/Documentation/admin-guide/ |
| D | kernel-parameters.txt | 4488 trace_event=[event-list]
|