Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/
Dbuiltin-sched.c732 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()
[all …]