/Linux-v6.6/kernel/trace/ |
D | trace_output.c | 296 struct trace_event *trace_event) in trace_raw_output_prep() argument 303 event = container_of(trace_event, struct trace_event_call, event); in trace_raw_output_prep() 679 struct trace_event *ftrace_find_event(int type) in ftrace_find_event() 681 struct trace_event *event; in ftrace_find_event() 739 int register_trace_event(struct trace_event *event) in register_trace_event() 789 int __unregister_trace_event(struct trace_event *event) in __unregister_trace_event() 800 int unregister_trace_event(struct trace_event *event) in unregister_trace_event() 944 struct trace_event *event) in print_event_fields() 985 struct trace_event *event) in trace_nop_print() 1005 struct trace_event *event) in trace_fn_trace() [all …]
|
D | trace_output.h | 23 struct trace_event *event); 27 extern struct trace_event *ftrace_find_event(int type); 30 int flags, struct trace_event *event); 35 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 | 1047 struct trace_event *event; in print_graph_comment() 1178 struct trace_event *event) in print_graph_function_event() 1342 static struct trace_event graph_trace_entry_event = { 1347 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 | 255 struct trace_event *event) in print_eprobe_event() 259 struct trace_event *probed_event; in print_eprobe_event()
|
D | trace_fprobe.c | 511 struct trace_event *event) in print_fentry_event() 541 struct trace_event *event) in print_fexit_event()
|
D | blktrace.c | 1516 int flags, struct trace_event *event) in blk_trace_event_print() 1538 struct trace_event *event) in blk_trace_event_print_binary() 1584 static struct trace_event trace_blk_event = {
|
D | trace.c | 2943 struct trace_event *event; in output_printk() 3784 struct trace_event *trace_event; in trace_safe_str() local 3815 trace_event = ftrace_find_event(iter->ent->type); in trace_safe_str() 3816 if (!trace_event) in trace_safe_str() 3819 event = container_of(trace_event, struct trace_event_call, event); in trace_safe_str() 4461 struct trace_event *event; in print_trace_fmt() 4495 struct trace_event *event; in print_raw_fmt() 4521 struct trace_event *event; in print_hex_fmt() 4550 struct trace_event *event; in print_bin_fmt()
|
D | trace_kprobe.c | 1426 struct trace_event *event) in print_kprobe_event() 1456 struct trace_event *event) in print_kretprobe_event()
|
/Linux-v6.6/tools/verification/rv/src/ |
D | in_kernel.c | 339 struct tep_event *trace_event, void *context) in ikm_event_handler() argument 350 tep_get_field_val(s, trace_event, "id", record, &id, 1); in ikm_event_handler() 352 tep_get_common_field_val(s, trace_event, "common_pid", record, &pid, 1); in ikm_event_handler() 359 tep_print_event(trace_event->tep, s, record, "%16s-%-8d ", TEP_PRINT_COMM, TEP_PRINT_PID); in ikm_event_handler() 366 state = tep_get_field_raw(s, trace_event, "state", record, &val, 0); in ikm_event_handler() 367 event = tep_get_field_raw(s, trace_event, "event", record, &val, 0); in ikm_event_handler() 368 next_state = tep_get_field_raw(s, trace_event, "next_state", record, &val, 0); in ikm_event_handler() 369 tep_get_field_val(s, trace_event, "final_state", record, &final_state, 1); in ikm_event_handler() 391 struct tep_event *trace_event, void *context) in ikm_error_handler() argument 399 tep_get_field_val(s, trace_event, "id", record, &id, 1); in ikm_error_handler() [all …]
|
/Linux-v6.6/tools/perf/util/ |
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 | trace-event.h | 19 struct trace_event { struct 32 int trace_event__init(struct trace_event *t); argument 33 void trace_event__cleanup(struct trace_event *t); 58 ssize_t trace_report(int fd, struct trace_event *tevent, bool repipe);
|
D | debug.h | 61 void trace_event(union perf_event *event);
|
D | session.h | 37 struct trace_event tevent;
|
D | debug.c | 207 void trace_event(union perf_event *event) in trace_event() function
|
D | trace-event-read.c | 375 ssize_t trace_report(int fd, struct trace_event *tevent, bool __repipe) in trace_report()
|
/Linux-v6.6/include/trace/ |
D | trace_custom_events.h | 80 struct trace_event *trace_event) \ 89 ret = trace_raw_output_prep(iter, trace_event); \
|
D | trace_events.h | 190 struct trace_event *trace_event) \ 199 ret = trace_raw_output_prep(iter, trace_event); \ 215 struct trace_event *event) \
|
/Linux-v6.6/include/linux/ |
D | trace_events.h | 55 struct trace_event; 58 struct trace_event *event); 139 int flags, struct trace_event *event); 148 struct trace_event { struct 154 extern int register_trace_event(struct trace_event *event); argument 155 extern int unregister_trace_event(struct trace_event *event); 376 struct trace_event event;
|
/Linux-v6.6/samples/bpf/ |
D | .gitignore | 31 trace_event
|
D | Makefile | 35 tprogs-y += trace_event 85 trace_event-objs := trace_event_user.o $(TRACE_HELPERS)
|
/Linux-v6.6/tools/testing/ktest/examples/bootconfigs/ |
D | boottrace.bconf | 55 trace_event = "initcall:*"
|
/Linux-v6.6/Documentation/trace/ |
D | boottime-trace.rst | 202 processing (for example,. ``kernel.ftrace=function`` and ``kernel.trace_event`` 288 …trace_options=sym-addr trace_event=initcall:* tp_printk trace_buf_size=1M ftrace=function ftrace_f… 294 trace_event = "initcall:*"
|
/Linux-v6.6/Documentation/driver-api/ |
D | clk.rst | 264 tp_printk trace_event=clk:clk_disable
|