Home
last modified time | relevance | path

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

/tools/verification/rv/src/
A Din_kernel.c417 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 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);
58 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.c225 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()
A Dsession.c1049 trace_event(event); in dump_event()
/tools/testing/ktest/examples/bootconfigs/
A Dboottrace.bconf55 trace_event = "initcall:*"

Completed in 17 milliseconds