/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_output.c | 293 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 D | trace_output.h | 24 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 D | trace_branch.c | 141 int flags, struct trace_event *event) in trace_branch_print() 168 static struct trace_event trace_branch_event = {
|
H A D | trace_functions_graph.c | 976 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 D | trace_output.c | 296 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 D | trace_output.h | 23 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 D | trace_branch.c | 141 int flags, struct trace_event *event) in trace_branch_print() 168 static struct trace_event trace_branch_event = {
|
H A D | trace_functions_graph.c | 1047 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 D | in_kernel.c | 339 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 D | trace-event.h | 15 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 D | trace-event.c | 19 * 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 D | debug.h | 53 void trace_event(union perf_event *event);
|
H A D | session.h | 30 struct trace_event tevent;
|
H A D | debug.c | 166 void trace_event(union perf_event *event) in trace_event() function
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | trace-event.h | 19 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 D | trace-event.c | 18 * 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 D | debug.h | 61 void trace_event(union perf_event *event);
|
H A D | session.h | 37 struct trace_event tevent;
|
H A D | debug.c | 207 void trace_event(union perf_event *event) in trace_event() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | trace_events.h | 54 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 D | trace_events.h | 169 * 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 D | trace_custom_events.h | 80 struct trace_event *trace_event) \ 89 ret = trace_raw_output_prep(iter, trace_event); \
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | trace_events.h | 55 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 D | trace_events.h | 354 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 D | Makefile | 35 tprogs-y += trace_event 92 trace_event-objs := trace_event_user.o $(TRACE_HELPERS)
|