Lines Matching refs:runtime_event
732 void (*runtime_event)(struct trace_runtime_event *, member
1076 latency_runtime_event(struct trace_runtime_event *runtime_event, in latency_runtime_event() argument
1083 struct thread *thread = perf_session__findnew(session, runtime_event->pid); in latency_runtime_event()
1095 add_runtime_event(atoms, runtime_event->runtime, timestamp); in latency_runtime_event()
1189 .runtime_event = latency_runtime_event,
1514 struct trace_runtime_event runtime_event; in process_sched_runtime_event() local
1516 FILL_ARRAY(runtime_event, comm, event, data); in process_sched_runtime_event()
1517 FILL_FIELD(runtime_event, pid, event, data); in process_sched_runtime_event()
1518 FILL_FIELD(runtime_event, runtime, event, data); in process_sched_runtime_event()
1519 FILL_FIELD(runtime_event, vruntime, event, data); in process_sched_runtime_event()
1521 if (trace_handler->runtime_event) in process_sched_runtime_event()
1522 trace_handler->runtime_event(&runtime_event, session, event, cpu, timestamp, thread); in process_sched_runtime_event()
1725 .runtime_event = NULL,