Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-sched.c726 u64 timestamp0, timestamp = sample->time; in replay_switch_event() local
736 timestamp0 = sched->cpu_last_switched[cpu]; in replay_switch_event()
737 if (timestamp0) in replay_switch_event()
738 delta = timestamp - timestamp0; in replay_switch_event()
964 u64 timestamp0, timestamp = sample->time; in latency_switch_event() local
970 timestamp0 = sched->cpu_last_switched[cpu]; in latency_switch_event()
972 if (timestamp0) in latency_switch_event()
973 delta = timestamp - timestamp0; in latency_switch_event()
1348 u64 timestamp0, timestamp = sample->time; in map_switch_event() local
1357 timestamp0 = sched->cpu_last_switched[this_cpu]; in map_switch_event()
[all …]