/linux/kernel/trace/ |
H A 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() 694 struct trace_event *ftrace_find_event(int type) in ftrace_find_event() 696 struct trace_event *event; in ftrace_find_event() 754 int register_trace_event(struct trace_event *event) in register_trace_event() 804 int __unregister_trace_event(struct trace_event *event) in __unregister_trace_event() 815 int unregister_trace_event(struct trace_event *event) in unregister_trace_event() 959 struct trace_event *event) in print_event_fields() 1000 struct trace_event *event) in trace_nop_print() 1023 struct trace_event *event) in trace_fn_trace() [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 | 1231 struct trace_event *event; in print_graph_comment() 1372 struct trace_event *event) in print_graph_function_event() 1536 static struct trace_event graph_trace_entry_event = { 1542 static struct trace_event graph_trace_retaddr_entry_event = { 1548 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 | 2756 struct trace_event *event; in output_printk() 3598 struct trace_event *trace_event; in trace_safe_str() local 3625 trace_event = ftrace_find_event(iter->ent->type); in trace_safe_str() 3626 if (!trace_event) in trace_safe_str() 3629 event = container_of(trace_event, struct trace_event_call, event); in trace_safe_str() 3664 struct trace_event *trace_event; in ignore_event() local 3670 trace_event = ftrace_find_event(iter->ent->type); in ignore_event() 3674 if (!trace_event) { in ignore_event() 3679 event = container_of(trace_event, struct trace_event_call, event); in ignore_event() 4170 struct trace_event *event; in print_trace_fmt() [all …]
|
H A D | blktrace.c | 287 * but for the trace_event->bin() synthesizer benefit we do it in __blk_add_trace() 1503 int flags, struct trace_event *event) in print_one_line() 1525 struct trace_event *event) in blk_trace_synthesize_old_trace() 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()
|
H A D | trace_uprobe.c | 1066 print_uprobe_event(struct trace_iterator *iter, int flags, struct trace_event *event) in print_uprobe_event()
|
H A D | trace_events_synth.c | 340 struct trace_event *event) in print_synth_event()
|
/linux/tools/verification/rv/src/ |
H A 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/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/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/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/tools/testing/ktest/examples/bootconfigs/ |
H A D | boottrace.bconf | 55 trace_event = "initcall:*"
|
/linux/tools/perf/util/ |
H A D | debug.h | 63 void trace_event(union perf_event *event);
|
H A D | session.h | 58 struct trace_event tevent;
|
/linux/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:*"
|
H A D | events.rst | 116 trace_event=[event-list]
|
/linux/Documentation/driver-api/ |
H A D | clk.rst | 264 tp_printk trace_event=clk:clk_disable
|
/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 7162 trace_event=[event-list] 7170 trace_event=:mod:<module>
|