Searched refs:trace_event (Results 1 – 9 of 9) sorted by relevance
| /tools/verification/rv/src/ |
| A D | in_kernel.c | 417 struct tep_event *trace_event, void *context) in ikm_event_handler() argument 428 missing_id = tep_get_field_val(s, trace_event, "id", record, &id, 1); in ikm_event_handler() 437 tep_print_event(trace_event->tep, s, record, "%16s-%-8d [%.3d] ", in ikm_event_handler() 441 tep_print_event(trace_event->tep, s, record, "%s ", TEP_PRINT_NAME); in ikm_event_handler() 453 state = tep_get_field_raw(s, trace_event, "state", record, &val, 0); in ikm_event_handler() 454 event = tep_get_field_raw(s, trace_event, "event", record, &val, 0); in ikm_event_handler() 478 struct tep_event *trace_event, void *context) in ikm_error_handler() argument 487 missing_id = tep_get_field_val(s, trace_event, "id", record, &id, 1); in ikm_error_handler() 499 tep_print_event(trace_event->tep, s, record, "%s ", TEP_PRINT_NAME); in ikm_error_handler() 511 state = tep_get_field_raw(s, trace_event, "state", record, &val, 0); in ikm_error_handler() [all …]
|
| /tools/perf/util/ |
| A D | trace-event.c | 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()
|
| A D | trace-event.h | 20 struct trace_event { struct 33 int trace_event__init(struct trace_event *t); argument 34 void trace_event__cleanup(struct trace_event *t); 58 ssize_t trace_report(int fd, struct trace_event *tevent, bool repipe);
|
| A D | debug.h | 63 void trace_event(union perf_event *event);
|
| A D | session.h | 58 struct trace_event tevent;
|
| A D | debug.c | 225 void trace_event(union perf_event *event) in trace_event() function
|
| A D | trace-event-read.c | 375 ssize_t trace_report(int fd, struct trace_event *tevent, bool __repipe) in trace_report()
|
| A D | session.c | 1049 trace_event(event); in dump_event()
|
| /tools/testing/ktest/examples/bootconfigs/ |
| A D | boottrace.bconf | 55 trace_event = "initcall:*"
|
Completed in 17 milliseconds