| /linux/kernel/trace/ |
| H A D | trace_output.c | 325 struct trace_event *trace_event) in trace_event_printf() 332 event = container_of(trace_event, struct trace_event_call, event); in trace_event_printf() 811 struct trace_event *ftrace_find_event(int type) in alloc_trace_event_type() 813 struct trace_event *event; in alloc_trace_event_type() 868 int register_trace_event(struct trace_event *event) in register_trace_event() 915 int __unregister_trace_event(struct trace_event *event) 926 int unregister_trace_event(struct trace_event *event) in print_array() 1118 struct trace_event *event) in print_event_fields() 1159 struct trace_event *even 301 trace_raw_output_prep(struct trace_iterator * iter,struct trace_event * trace_event) trace_raw_output_prep() argument [all...] |
| H A D | trace_output.h | 34 struct trace_event *event); 38 extern struct trace_event *ftrace_find_event(int type); 41 int flags, struct trace_event *event); 46 extern int __unregister_trace_event(struct trace_event *event);
|
| H A D | trace_branch.c | 135 int flags, struct trace_event *event) in trace_branch_print() 162 static struct trace_event trace_branch_event = {
|
| H A D | trace_functions_graph.c | 1369 struct trace_event *event; in print_graph_comment() 1508 struct trace_event *event) in print_graph_function_event() 1718 static struct trace_event graph_trace_entry_event = { 1724 static struct trace_event graph_trace_retaddr_entry_event = { 1730 static struct trace_event graph_trace_ret_event = {
|
| H A D | trace_eprobe.c | 256 struct trace_event *event) in print_eprobe_event() 260 struct trace_event *probed_event; in print_eprobe_event()
|
| H A D | trace.c | 2416 struct trace_event *event; in output_printk() 2931 struct trace_event *trace_event; in trace_safe_str() local 2958 trace_event = ftrace_find_event(iter->ent->type); in trace_safe_str() 2959 if (!trace_event) in trace_safe_str() 2962 event = container_of(trace_event, struct trace_event_call, event); in trace_safe_str() 2997 struct trace_event *trace_event; in ignore_event() local 3003 trace_event = ftrace_find_event(iter->ent->type); in ignore_event() 3007 if (!trace_event) { in ignore_event() 3012 event = container_of(trace_event, struct trace_event_call, event); in ignore_event() 3489 static bool is_syscall_event(struct trace_event *event) in is_syscall_event() [all …]
|
| H A D | trace_syscalls.c | 153 struct trace_seq *s, struct trace_event *event) in sys_enter_openat_print() 242 struct trace_event *event) in print_syscall_enter() 350 struct trace_event *event) in print_syscall_exit()
|
| H A D | blktrace.c | 1765 int flags, struct trace_event *event) in blk_trace_event_print() 1787 struct trace_event *event) in blk_trace_event_print_binary() 1833 static struct trace_event trace_blk_event = {
|
| H A D | trace_fprobe.c | 621 struct trace_event *event) in print_fentry_event() 651 struct trace_event *event) in print_fexit_event()
|
| H A D | trace_kprobe.c | 1574 struct trace_event *event) in print_kprobe_event() 1604 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 | 346 struct trace_event *event) in print_synth_event()
|
| H A D | trace_events_user.c | 1441 struct trace_event *event) in user_event_print_trace()
|
| /linux/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() 430 tep_get_common_field_val(s, trace_event, "common_pid", record, &pid, 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() 455 next_state = tep_get_field_raw(s, trace_event, "next_state", record, &val, 0); in ikm_event_handler() 456 tep_get_field_val(s, trace_event, "final_state", record, &final_state, 1); in ikm_event_handler() 478 struct tep_event *trace_event, void *context) in ikm_error_handler() argument [all …]
|
| /linux/tools/perf/util/ |
| 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 | 225 void trace_event(union perf_event *event) in trace_event() function
|
| /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 | 185 * ret = trace_raw_output_prep(iter, trace_event); 206 struct trace_event *trace_event) \ 215 ret = trace_raw_output_prep(iter, trace_event); \ 234 struct trace_event *event) \ 355 * static struct trace_event ftrace_event_type_<call> = {
|
| /linux/include/linux/ |
| H A D | trace_events.h | 42 struct trace_event; 61 struct trace_event *event); 146 int flags, struct trace_event *event); 155 struct trace_event { struct 161 extern int register_trace_event(struct trace_event *event); argument 162 extern int unregister_trace_event(struct trace_event *event); 372 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/Documentation/driver-api/ |
| H A D | clk.rst | 264 tp_printk trace_event=clk:clk_disable
|