Home
last modified time | relevance | path

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

12

/openbmc/linux/kernel/trace/
H A Dtrace_output.c296 struct trace_event *trace_event) in trace_raw_output_prep() argument
681 struct trace_event *event; in ftrace_find_event()
1005 struct trace_event *event) in trace_fn_trace()
1317 struct trace_event *event) in trace_hwlat_print()
1351 struct trace_event *event) in trace_hwlat_raw()
1418 struct trace_event *event) in trace_osnoise_raw()
1517 struct trace_event *event) in trace_bputs_raw()
1561 struct trace_event *event) in trace_bprint_raw()
1654 struct trace_event *event) in trace_func_repeats_raw()
1672 struct trace_event *event) in trace_func_repeats_print()
[all …]
H A Dtrace_output.h23 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 Dtrace_branch.c141 int flags, struct trace_event *event) in trace_branch_print()
168 static struct trace_event trace_branch_event = {
H A Dtrace_functions_graph.c1047 struct trace_event *event; in print_graph_comment()
1178 struct trace_event *event) in print_graph_function_event()
1342 static struct trace_event graph_trace_entry_event = {
1347 static struct trace_event graph_trace_ret_event = {
H A Dtrace_syscalls.c128 struct trace_event *event) in print_syscall_enter()
175 struct trace_event *event) in print_syscall_exit()
H A Dtrace_eprobe.c255 struct trace_event *event) in print_eprobe_event()
259 struct trace_event *probed_event; in print_eprobe_event()
H A Dtrace_fprobe.c511 struct trace_event *event) in print_fentry_event()
541 struct trace_event *event) in print_fexit_event()
H A Dblktrace.c1516 int flags, struct trace_event *event) in blk_trace_event_print()
1538 struct trace_event *event) in blk_trace_event_print_binary()
1584 static struct trace_event trace_blk_event = {
H A Dtrace.c2928 struct trace_event *event; in output_printk()
3769 struct trace_event *trace_event; in trace_safe_str() local
3800 trace_event = ftrace_find_event(iter->ent->type); in trace_safe_str()
3801 if (!trace_event) in trace_safe_str()
3804 event = container_of(trace_event, struct trace_event_call, event); in trace_safe_str()
4446 struct trace_event *event; in print_trace_fmt()
4480 struct trace_event *event; in print_raw_fmt()
4506 struct trace_event *event; in print_hex_fmt()
4535 struct trace_event *event; in print_bin_fmt()
H A Dtrace_kprobe.c1426 struct trace_event *event) in print_kprobe_event()
1456 struct trace_event *event) in print_kretprobe_event()
/openbmc/linux/tools/verification/rv/src/
H A Din_kernel.c339 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()
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()
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()
401 tep_get_common_field_val(s, trace_event, "common_pid", record, &pid, 1); in ikm_error_handler()
413 state = tep_get_field_raw(s, trace_event, "state", record, &val, 0); in ikm_error_handler()
[all …]
/openbmc/linux/tools/perf/util/
H A Dtrace-event.c24 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 Dtrace-event.h19 struct trace_event { struct
32 int trace_event__init(struct trace_event *t); argument
33 void trace_event__cleanup(struct trace_event *t);
58 ssize_t trace_report(int fd, struct trace_event *tevent, bool repipe);
H A Ddebug.h61 void trace_event(union perf_event *event);
H A Dsession.h37 struct trace_event tevent;
H A Ddebug.c207 void trace_event(union perf_event *event) in trace_event() function
H A Dtrace-event-read.c375 ssize_t trace_report(int fd, struct trace_event *tevent, bool __repipe) in trace_report()
/openbmc/linux/include/trace/
H A Dtrace_custom_events.h80 struct trace_event *trace_event) \
89 ret = trace_raw_output_prep(iter, trace_event); \
H A Dtrace_events.h190 struct trace_event *trace_event) \
199 ret = trace_raw_output_prep(iter, trace_event); \
215 struct trace_event *event) \
/openbmc/linux/include/linux/
H A Dtrace_events.h55 struct trace_event;
58 struct trace_event *event);
139 int flags, struct trace_event *event);
148 struct trace_event { struct
154 extern int register_trace_event(struct trace_event *event); argument
155 extern int unregister_trace_event(struct trace_event *event);
376 struct trace_event event;
/openbmc/linux/samples/bpf/
H A D.gitignore31 trace_event
H A DMakefile35 tprogs-y += trace_event
85 trace_event-objs := trace_event_user.o $(TRACE_HELPERS)
/openbmc/linux/tools/testing/ktest/examples/bootconfigs/
H A Dboottrace.bconf55 trace_event = "initcall:*"
/openbmc/linux/Documentation/trace/
H A 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:*"
/openbmc/linux/Documentation/driver-api/
H A Dclk.rst264 tp_printk trace_event=clk:clk_disable

12