Home
last modified time | relevance | path

Searched refs:trace_event (Results 1 – 25 of 28) sorted by relevance

12

/linux-5.19.10/kernel/trace/
Dtrace_output.c294 struct trace_event *trace_event) in trace_raw_output_prep() argument
301 event = container_of(trace_event, struct trace_event_call, event); in trace_raw_output_prep()
676 struct trace_event *ftrace_find_event(int type) in ftrace_find_event()
678 struct trace_event *event; in ftrace_find_event()
695 struct trace_event *e = NULL, *iter; in trace_search_list()
751 int register_trace_event(struct trace_event *event) in register_trace_event()
819 int __unregister_trace_event(struct trace_event *event) in __unregister_trace_event()
830 int unregister_trace_event(struct trace_event *event) in unregister_trace_event()
845 struct trace_event *event) in trace_nop_print()
865 struct trace_event *event) in trace_fn_trace()
[all …]
Dtrace_output.h25 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);
Dtrace_branch.c141 int flags, struct trace_event *event) in trace_branch_print()
168 static struct trace_event trace_branch_event = {
Dtrace_functions_graph.c974 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 = {
Dtrace_syscalls.c128 struct trace_event *event) in print_syscall_enter()
175 struct trace_event *event) in print_syscall_exit()
Dtrace_eprobe.c276 struct trace_event *event) in print_eprobe_event()
280 struct trace_event *probed_event; in print_eprobe_event()
Dblktrace.c1519 int flags, struct trace_event *event) in blk_trace_event_print()
1541 struct trace_event *event) in blk_trace_event_print_binary()
1586 static struct trace_event trace_blk_event = {
Dtrace.c2848 struct trace_event *event; in output_printk()
3683 struct trace_event *trace_event; in trace_safe_str() local
3714 trace_event = ftrace_find_event(iter->ent->type); in trace_safe_str()
3715 if (!trace_event) in trace_safe_str()
3718 event = container_of(trace_event, struct trace_event_call, event); in trace_safe_str()
4359 struct trace_event *event; in print_trace_fmt()
4390 struct trace_event *event; in print_raw_fmt()
4416 struct trace_event *event; in print_hex_fmt()
4445 struct trace_event *event; in print_bin_fmt()
Dtrace_kprobe.c1456 struct trace_event *event) in print_kprobe_event()
1486 struct trace_event *event) in print_kretprobe_event()
Dtrace_events_user.c541 struct trace_event *event) in user_event_print_trace()
Dtrace_uprobe.c1014 print_uprobe_event(struct trace_iterator *iter, int flags, struct trace_event *event) in print_uprobe_event()
Dtrace_events_synth.c322 struct trace_event *event) in print_synth_event()
/linux-5.19.10/tools/perf/util/
Dtrace-event.h16 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);
Dtrace-event.c25 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()
Ddebug.h61 void trace_event(union perf_event *event);
Dsession.h36 struct trace_event tevent;
Ddebug.c200 void trace_event(union perf_event *event) in trace_event() function
Dtrace-event-read.c373 ssize_t trace_report(int fd, struct trace_event *tevent, bool __repipe) in trace_report()
/linux-5.19.10/include/trace/
Dtrace_custom_events.h80 struct trace_event *trace_event) \
89 ret = trace_raw_output_prep(iter, trace_event); \
Dtrace_events.h190 struct trace_event *trace_event) \
199 ret = trace_raw_output_prep(iter, trace_event); \
215 struct trace_event *event) \
/linux-5.19.10/include/linux/
Dtrace_events.h55 struct trace_event;
58 struct trace_event *event);
127 int flags, struct trace_event *event);
136 struct trace_event { struct
143 extern int register_trace_event(struct trace_event *event); argument
144 extern int unregister_trace_event(struct trace_event *event);
360 struct trace_event event;
/linux-5.19.10/samples/bpf/
D.gitignore31 trace_event
DMakefile37 tprogs-y += trace_event
101 trace_event-objs := trace_event_user.o $(TRACE_HELPERS)
/linux-5.19.10/tools/testing/ktest/examples/bootconfigs/
Dboottrace.bconf55 trace_event = "initcall:*"
/linux-5.19.10/Documentation/trace/
Dboottime-trace.rst202 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:*"

12