Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-sched.c843 u64 timestamp0, timestamp = sample->time; in replay_switch_event() local
853 timestamp0 = sched->cpu_last_switched[cpu]; in replay_switch_event()
854 if (timestamp0) in replay_switch_event()
855 delta = timestamp - timestamp0; in replay_switch_event()
1116 u64 timestamp0, timestamp = sample->time; in latency_switch_event() local
1122 timestamp0 = sched->cpu_last_switched[cpu]; in latency_switch_event()
1124 if (timestamp0) in latency_switch_event()
1125 delta = timestamp - timestamp0; in latency_switch_event()
1536 u64 timestamp0, timestamp = sample->time; in map_switch_event() local
1558 timestamp0 = sched->cpu_last_switched[this_cpu]; in map_switch_event()
[all …]