Home
last modified time | relevance | path

Searched refs:trace_event (Results 1 - 25 of 45) sorted by relevance

12

/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_output.c293 struct trace_event *trace_event) in trace_raw_output_prep()
300 event = container_of(trace_event, struct trace_event_call, event); in trace_raw_output_prep()
668 struct trace_event *ftrace_find_event(int type) in ftrace_find_event()
670 struct trace_event *event; in ftrace_find_event()
687 struct trace_event *e; in trace_search_list()
738 int register_trace_event(struct trace_event *event) in register_trace_event()
807 int __unregister_trace_event(struct trace_event *event) in __unregister_trace_event()
818 int unregister_trace_event(struct trace_event *event) in unregister_trace_event()
833 struct trace_event *even in trace_nop_print()
292 trace_raw_output_prep(struct trace_iterator *iter, struct trace_event *trace_event) trace_raw_output_prep() argument
[all...]
H A Dtrace_output.h24 extern struct trace_event *ftrace_find_event(int type);
27 int flags, struct trace_event *event);
32 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.c976 struct trace_event *event; in print_graph_comment()
1107 struct trace_event *event) in print_graph_function_event()
1271 static struct trace_event graph_trace_entry_event = {
1276 static struct trace_event graph_trace_ret_event = {
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_output.c296 struct trace_event *trace_event) in trace_raw_output_prep()
303 event = container_of(trace_event, struct trace_event_call, event); in trace_raw_output_prep()
679 struct trace_event *ftrace_find_event(int type) in ftrace_find_event()
681 struct trace_event *event; in ftrace_find_event()
739 int register_trace_event(struct trace_event *event) in register_trace_event()
789 int __unregister_trace_event(struct trace_event *event) in __unregister_trace_event()
800 int unregister_trace_event(struct trace_event *event) in unregister_trace_event()
944 struct trace_event *event) in print_event_fields()
985 struct trace_event *even in trace_nop_print()
295 trace_raw_output_prep(struct trace_iterator *iter, struct trace_event *trace_event) trace_raw_output_prep() argument
[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 = {
/kernel/linux/linux-6.6/tools/verification/rv/src/
H A Din_kernel.c339 struct tep_event *trace_event, void *context) in ikm_event_handler()
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()
359 tep_print_event(trace_event->tep, s, record, "%16s-%-8d ", TEP_PRINT_COMM, TEP_PRINT_PID); 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()
368 next_state = tep_get_field_raw(s, trace_event, "next_state", 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()
399 tep_get_field_val(s, trace_event, "i in ikm_error_handler()
338 ikm_event_handler(struct trace_seq *s, struct tep_record *record, struct tep_event *trace_event, void *context) ikm_event_handler() argument
390 ikm_error_handler(struct trace_seq *s, struct tep_record *record, struct tep_event *trace_event, void *context) ikm_error_handler() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dtrace-event.h15 struct trace_event { struct
20 int trace_event__init(struct trace_event *t);
21 void trace_event__cleanup(struct trace_event *t);
48 ssize_t trace_report(int fd, struct trace_event *tevent, bool repipe);
H A Dtrace-event.c19 * global trace_event object used by trace_event__tp_format
25 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()
H A Ddebug.h53 void trace_event(union perf_event *event);
H A Dsession.h30 struct trace_event tevent;
H A Ddebug.c166 void trace_event(union perf_event *event) in trace_event() function
/kernel/linux/linux-6.6/tools/perf/util/
H A Dtrace-event.h19 struct trace_event { struct
32 int trace_event__init(struct trace_event *t);
33 void trace_event__cleanup(struct trace_event *t);
58 ssize_t trace_report(int fd, struct trace_event *tevent, bool repipe);
H A Dtrace-event.c18 * global trace_event object used by trace_event__tp_format
24 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 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
/kernel/linux/linux-5.10/include/linux/
H 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);
143 extern int unregister_trace_event(struct trace_event *event);
290 struct trace_event event;
/kernel/linux/linux-6.6/include/trace/
H A Dtrace_events.h169 * ret = trace_raw_output_prep(iter, trace_event);
190 struct trace_event *trace_event) \
199 ret = trace_raw_output_prep(iter, trace_event); \
215 struct trace_event *event) \
330 * static struct trace_event ftrace_event_type_<call> = {
H A Dtrace_custom_events.h80 struct trace_event *trace_event) \
89 ret = trace_raw_output_prep(iter, trace_event); \
/kernel/linux/linux-6.6/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);
155 extern int unregister_trace_event(struct trace_event *event);
376 struct trace_event event;
/kernel/linux/linux-5.10/include/trace/
H A Dtrace_events.h354 struct trace_event *trace_event) \
363 ret = trace_raw_output_prep(iter, trace_event); \
379 struct trace_event *event) \
585 * static struct trace_event ftrace_event_type_<call> = {
/kernel/linux/linux-5.10/samples/bpf/
H A DMakefile35 tprogs-y += trace_event
92 trace_event-objs := trace_event_user.o $(TRACE_HELPERS)

Completed in 28 milliseconds

12