Home
last modified time | relevance | path

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

12

/linux/kernel/trace/
A Dtrace_output.c296 struct trace_event *trace_event) in trace_raw_output_prep() argument
681 struct trace_event *event; in ftrace_find_event()
1008 struct trace_event *event) in trace_fn_trace()
1321 struct trace_event *event) in trace_hwlat_print()
1355 struct trace_event *event) in trace_hwlat_raw()
1422 struct trace_event *event) in trace_osnoise_raw()
1521 struct trace_event *event) in trace_bputs_raw()
1565 struct trace_event *event) in trace_bprint_raw()
1659 struct trace_event *event) in trace_func_repeats_raw()
1677 struct trace_event *event) in trace_func_repeats_print()
[all …]
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);
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.c1083 struct trace_event *event; in print_graph_comment()
1214 struct trace_event *event) in print_graph_function_event()
1378 static struct trace_event graph_trace_entry_event = {
1383 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.c255 struct trace_event *event) in print_eprobe_event()
259 struct trace_event *probed_event; in print_eprobe_event()
A Dblktrace.c1515 int flags, struct trace_event *event) in blk_trace_event_print()
1537 struct trace_event *event) in blk_trace_event_print_binary()
1583 static struct trace_event trace_blk_event = {
A Dtrace_fprobe.c532 struct trace_event *event) in print_fentry_event()
562 struct trace_event *event) in print_fexit_event()
A Dtrace.c2781 struct trace_event *event; in output_printk()
3625 struct trace_event *trace_event; in trace_safe_str() local
3656 trace_event = ftrace_find_event(iter->ent->type); in trace_safe_str()
3657 if (!trace_event) in trace_safe_str()
3660 event = container_of(trace_event, struct trace_event_call, event); in trace_safe_str()
4342 struct trace_event *event; in print_trace_fmt()
4376 struct trace_event *event; in print_raw_fmt()
4402 struct trace_event *event; in print_hex_fmt()
4431 struct trace_event *event; in print_bin_fmt()
A Dtrace_kprobe.c1557 struct trace_event *event) in print_kprobe_event()
1587 struct trace_event *event) in print_kretprobe_event()
/linux/tools/verification/rv/src/
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 …]
/linux/tools/perf/util/
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()
A Dtrace-event.h20 struct trace_event { struct
33 int trace_event__init(struct trace_event *t); argument
34 void trace_event__cleanup(struct trace_event *t);
61 ssize_t trace_report(int fd, struct trace_event *tevent, bool repipe);
A Ddebug.h63 void trace_event(union perf_event *event);
A Dsession.h58 struct trace_event tevent;
A Ddebug.c217 void trace_event(union perf_event *event) in trace_event() function
A Dtrace-event-read.c375 ssize_t trace_report(int fd, struct trace_event *tevent, bool __repipe) in trace_report()
/linux/include/trace/
A Dtrace_custom_events.h80 struct trace_event *trace_event) \
89 ret = trace_raw_output_prep(iter, trace_event); \
A Dtrace_events.h190 struct trace_event *trace_event) \
199 ret = trace_raw_output_prep(iter, trace_event); \
215 struct trace_event *event) \
/linux/include/linux/
A Dtrace_events.h58 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);
382 struct trace_event event;
/linux/samples/bpf/
A D.gitignore31 trace_event
A DMakefile34 tprogs-y += trace_event
83 trace_event-objs := trace_event_user.o $(TRACE_HELPERS)
/linux/tools/testing/ktest/examples/bootconfigs/
A Dboottrace.bconf55 trace_event = "initcall:*"
/linux/Documentation/trace/
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:*"
/linux/Documentation/driver-api/
A Dclk.rst264 tp_printk trace_event=clk:clk_disable

Completed in 72 milliseconds

12