| /linux-6.15/kernel/trace/ |
| H A D | trace_output.c | 301 struct trace_event *trace_event) in trace_raw_output_prep() argument 783 struct trace_event *event; in ftrace_find_event() 1107 struct trace_event *event) in trace_fn_trace() 1432 struct trace_event *event) in trace_hwlat_print() 1466 struct trace_event *event) in trace_hwlat_raw() 1533 struct trace_event *event) in trace_osnoise_raw() 1632 struct trace_event *event) in trace_bputs_raw() 1676 struct trace_event *event) in trace_bprint_raw() 1770 struct trace_event *event) in trace_func_repeats_raw() 1788 struct trace_event *event) in trace_func_repeats_print() [all …]
|
| H A 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);
|
| H A D | trace_branch.c | 137 int flags, struct trace_event *event) in trace_branch_print() 164 static struct trace_event trace_branch_event = {
|
| H A D | trace_functions_graph.c | 1338 struct trace_event *event; in print_graph_comment() 1471 struct trace_event *event) in print_graph_function_event() 1639 static struct trace_event graph_trace_entry_event = { 1645 static struct trace_event graph_trace_retaddr_entry_event = { 1651 static struct trace_event graph_trace_ret_event = {
|
| H A D | trace_syscalls.c | 128 struct trace_event *event) in print_syscall_enter() 175 struct trace_event *event) in print_syscall_exit()
|
| H A D | trace_eprobe.c | 255 struct trace_event *event) in print_eprobe_event() 259 struct trace_event *probed_event; in print_eprobe_event()
|
| H A D | trace.c | 2766 struct trace_event *event; in output_printk() 3613 struct trace_event *trace_event; in trace_safe_str() local 3640 trace_event = ftrace_find_event(iter->ent->type); in trace_safe_str() 3641 if (!trace_event) in trace_safe_str() 3679 struct trace_event *trace_event; in ignore_event() local 3685 trace_event = ftrace_find_event(iter->ent->type); in ignore_event() 3689 if (!trace_event) { in ignore_event() 4180 struct trace_event *event; in print_trace_fmt() 4223 struct trace_event *event; in print_raw_fmt() 4249 struct trace_event *event; in print_hex_fmt() [all …]
|
| H A D | blktrace.c | 1503 int flags, struct trace_event *event) in blk_trace_event_print() 1525 struct trace_event *event) in blk_trace_event_print_binary() 1571 static struct trace_event trace_blk_event = {
|
| H A D | trace_fprobe.c | 567 struct trace_event *event) in print_fentry_event() 597 struct trace_event *event) in print_fexit_event()
|
| H A D | trace_kprobe.c | 1556 struct trace_event *event) in print_kprobe_event() 1586 struct trace_event *event) in print_kretprobe_event()
|
| /linux-6.15/tools/verification/rv/src/ |
| H A D | in_kernel.c | 417 struct tep_event *trace_event, void *context) in ikm_event_handler() argument 428 missing_id = tep_get_field_val(s, trace_event, "id", record, &id, 1); in ikm_event_handler() 437 tep_print_event(trace_event->tep, s, record, "%16s-%-8d [%.3d] ", in ikm_event_handler() 441 tep_print_event(trace_event->tep, s, record, "%s ", TEP_PRINT_NAME); in ikm_event_handler() 453 state = tep_get_field_raw(s, trace_event, "state", record, &val, 0); in ikm_event_handler() 454 event = tep_get_field_raw(s, trace_event, "event", record, &val, 0); in ikm_event_handler() 478 struct tep_event *trace_event, void *context) in ikm_error_handler() argument 487 missing_id = tep_get_field_val(s, trace_event, "id", record, &id, 1); in ikm_error_handler() 499 tep_print_event(trace_event->tep, s, record, "%s ", TEP_PRINT_NAME); in ikm_error_handler() 511 state = tep_get_field_raw(s, trace_event, "state", record, &val, 0); in ikm_error_handler() [all …]
|
| /linux-6.15/tools/perf/util/ |
| H A 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()
|
| H A D | trace-event.h | 20 struct trace_event { struct 33 int trace_event__init(struct trace_event *t); argument 34 void trace_event__cleanup(struct trace_event *t); 58 ssize_t trace_report(int fd, struct trace_event *tevent, bool repipe);
|
| H A D | debug.h | 63 void trace_event(union perf_event *event);
|
| H A D | session.h | 58 struct trace_event tevent;
|
| H A D | debug.c | 217 void trace_event(union perf_event *event) in trace_event() function
|
| H A D | trace-event-read.c | 375 ssize_t trace_report(int fd, struct trace_event *tevent, bool __repipe) in trace_report()
|
| /linux-6.15/include/trace/ |
| H A D | trace_custom_events.h | 80 struct trace_event *trace_event) \ 89 ret = trace_raw_output_prep(iter, trace_event); \
|
| H A D | trace_events.h | 206 struct trace_event *trace_event) \ 215 ret = trace_raw_output_prep(iter, trace_event); \ 234 struct trace_event *event) \
|
| /linux-6.15/include/linux/ |
| H A D | trace_events.h | 58 struct trace_event; 61 struct trace_event *event); 145 int flags, struct trace_event *event); 154 struct trace_event { struct 160 extern int register_trace_event(struct trace_event *event); argument 161 extern int unregister_trace_event(struct trace_event *event); 371 struct trace_event event;
|
| /linux-6.15/samples/bpf/ |
| H A D | .gitignore | 31 trace_event
|
| H A D | Makefile | 26 tprogs-y += trace_event 67 trace_event-objs := trace_event_user.o $(TRACE_HELPERS)
|
| /linux-6.15/tools/testing/ktest/examples/bootconfigs/ |
| H A D | boottrace.bconf | 55 trace_event = "initcall:*"
|
| /linux-6.15/Documentation/trace/ |
| H A 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-6.15/Documentation/driver-api/ |
| H A D | clk.rst | 264 tp_printk trace_event=clk:clk_disable
|