| /Linux-v5.15/kernel/trace/ |
| D | trace_output.c | 293 struct trace_event *trace_event) in trace_raw_output_prep() argument 300 event = container_of(trace_event, struct trace_event_call, event); in trace_raw_output_prep() 681 struct trace_event *ftrace_find_event(int type) in ftrace_find_event() 683 struct trace_event *event; in ftrace_find_event() 700 struct trace_event *e; in trace_search_list() 751 int register_trace_event(struct trace_event *event) in register_trace_event() 820 int __unregister_trace_event(struct trace_event *event) in __unregister_trace_event() 831 int unregister_trace_event(struct trace_event *event) in unregister_trace_event() 846 struct trace_event *event) in trace_nop_print() 866 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 | 267 struct trace_event *event) in print_eprobe_event() 271 struct trace_event *probed_event; in print_eprobe_event()
|
| D | blktrace.c | 1509 int flags, struct trace_event *event) in blk_trace_event_print() 1531 struct trace_event *event) in blk_trace_event_print_binary() 1576 static struct trace_event trace_blk_event = {
|
| D | trace.c | 2843 struct trace_event *event; in output_printk() 3677 struct trace_event *trace_event; in trace_safe_str() local 3704 trace_event = ftrace_find_event(iter->ent->type); in trace_safe_str() 3705 if (!trace_event) in trace_safe_str() 3708 event = container_of(trace_event, struct trace_event_call, event); in trace_safe_str() 4345 struct trace_event *event; in print_trace_fmt() 4376 struct trace_event *event; in print_raw_fmt() 4402 struct trace_event *event; in print_hex_fmt() 4431 struct trace_event *event; in print_bin_fmt()
|
| D | trace_kprobe.c | 1468 struct trace_event *event) in print_kprobe_event() 1498 struct trace_event *event) in print_kretprobe_event()
|
| D | trace_uprobe.c | 1019 print_uprobe_event(struct trace_iterator *iter, int flags, struct trace_event *event) in print_uprobe_event()
|
| D | trace_events_synth.c | 314 struct trace_event *event) in print_synth_event()
|
| /Linux-v5.15/tools/perf/util/ |
| D | trace-event.h | 16 struct trace_event { struct 21 int trace_event__init(struct trace_event *t); argument 22 void trace_event__cleanup(struct trace_event *t); 49 ssize_t trace_report(int fd, struct trace_event *tevent, bool repipe);
|
| D | trace-event.c | 25 static struct trace_event tevent; 28 int trace_event__init(struct trace_event *t) in trace_event__init() 65 void trace_event__cleanup(struct trace_event *t) in trace_event__cleanup()
|
| D | debug.h | 61 void trace_event(union perf_event *event);
|
| D | session.h | 30 struct trace_event tevent;
|
| D | debug.c | 200 void trace_event(union perf_event *event) in trace_event() function
|
| D | trace-event-read.c | 373 ssize_t trace_report(int fd, struct trace_event *tevent, bool __repipe) in trace_report()
|
| D | session.c | 1283 trace_event(event); in dump_event()
|
| /Linux-v5.15/include/linux/ |
| D | trace_events.h | 54 struct trace_event; 57 struct trace_event *event); 126 int flags, struct trace_event *event); 135 struct trace_event { struct 142 extern int register_trace_event(struct trace_event *event); argument 143 extern int unregister_trace_event(struct trace_event *event); 353 struct trace_event event;
|
| /Linux-v5.15/samples/bpf/ |
| D | .gitignore | 31 trace_event
|
| D | Makefile | 35 tprogs-y += trace_event 96 trace_event-objs := trace_event_user.o $(TRACE_HELPERS)
|
| /Linux-v5.15/tools/testing/ktest/examples/bootconfigs/ |
| D | boottrace.bconf | 55 trace_event = "initcall:*"
|
| /Linux-v5.15/include/trace/ |
| D | trace_events.h | 386 struct trace_event *trace_event) \ 395 ret = trace_raw_output_prep(iter, trace_event); \ 411 struct trace_event *event) \
|
| /Linux-v5.15/Documentation/trace/ |
| D | boottime-trace.rst | 204 processing (for example,. ``kernel.ftrace=function`` and ``kernel.trace_event`` 290 …trace_options=sym-addr trace_event=initcall:* tp_printk trace_buf_size=1M ftrace=function ftrace_f… 296 trace_event = "initcall:*"
|
| D | events.rst | 92 trace_event=[event-list]
|