Home
last modified time | relevance | path

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

12

/linux/kernel/trace/
A Dtrace_output.c294 struct trace_event *trace_event) in trace_raw_output_prep() argument
674 struct trace_event *event; in ftrace_find_event()
691 struct trace_event *e; in trace_search_list()
1169 struct trace_event *event) in trace_hwlat_print()
1203 struct trace_event *event) in trace_hwlat_raw()
1270 struct trace_event *event) in trace_osnoise_raw()
1367 struct trace_event *event) in trace_bputs_raw()
1411 struct trace_event *event) in trace_bprint_raw()
1502 struct trace_event *event) in trace_func_repeats_raw()
1520 struct trace_event *event) in trace_func_repeats_print()
[all …]
A 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);
A Dtrace_branch.c141 int flags, struct trace_event *event) in trace_branch_print()
168 static struct trace_event trace_branch_event = {
A 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 = {
A Dtrace_syscalls.c128 struct trace_event *event) in print_syscall_enter()
175 struct trace_event *event) in print_syscall_exit()
A Dtrace_eprobe.c267 struct trace_event *event) in print_eprobe_event()
271 struct trace_event *probed_event; in print_eprobe_event()
A Dblktrace.c1510 int flags, struct trace_event *event) in blk_trace_event_print()
1532 struct trace_event *event) in blk_trace_event_print_binary()
1577 static struct trace_event trace_blk_event = {
A Dtrace.c2820 struct trace_event *event; in output_printk()
3654 struct trace_event *trace_event; in trace_safe_str() local
3681 trace_event = ftrace_find_event(iter->ent->type); in trace_safe_str()
3682 if (!trace_event) in trace_safe_str()
3685 event = container_of(trace_event, struct trace_event_call, event); in trace_safe_str()
4334 struct trace_event *event; in print_trace_fmt()
4365 struct trace_event *event; in print_raw_fmt()
4391 struct trace_event *event; in print_hex_fmt()
4420 struct trace_event *event; in print_bin_fmt()
A Dtrace_kprobe.c1468 struct trace_event *event) in print_kprobe_event()
1498 struct trace_event *event) in print_kretprobe_event()
A Dtrace_uprobe.c1019 print_uprobe_event(struct trace_iterator *iter, int flags, struct trace_event *event) in print_uprobe_event()
A Dtrace_events_synth.c314 struct trace_event *event) in print_synth_event()
/linux/tools/perf/util/
A 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);
A 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()
A Ddebug.h61 void trace_event(union perf_event *event);
A Dsession.h36 struct trace_event tevent;
A Ddebug.c200 void trace_event(union perf_event *event) in trace_event() function
A Dtrace-event-read.c373 ssize_t trace_report(int fd, struct trace_event *tevent, bool __repipe) in trace_report()
A Dsession.c1287 trace_event(event); in dump_event()
/linux/include/linux/
A Dtrace_events.h54 struct trace_event;
57 struct trace_event *event);
126 int flags, struct trace_event *event);
135 struct trace_event { struct
142 extern int register_trace_event(struct trace_event *event); argument
143 extern int unregister_trace_event(struct trace_event *event);
353 struct trace_event event;
/linux/samples/bpf/
A D.gitignore31 trace_event
A DMakefile37 tprogs-y += trace_event
102 trace_event-objs := trace_event_user.o $(TRACE_HELPERS)
/linux/tools/testing/ktest/examples/bootconfigs/
A Dboottrace.bconf55 trace_event = "initcall:*"
/linux/include/trace/
A Dtrace_events.h386 struct trace_event *trace_event) \
395 ret = trace_raw_output_prep(iter, trace_event); \
411 struct trace_event *event) \
/linux/Documentation/trace/
A Dboottime-trace.rst204 processing (for example,. ``kernel.ftrace=function`` and ``kernel.trace_event``
290 …trace_options=sym-addr trace_event=initcall:* tp_printk trace_buf_size=1M ftrace=function ftrace_f…
296 trace_event = "initcall:*"
A Devents.rst92 trace_event=[event-list]

Completed in 76 milliseconds

12