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

/linux-4.1.27/tools/perf/
H A Dbuiltin-sched.c724 u64 timestamp0, timestamp = sample->time; replay_switch_event() local
734 timestamp0 = sched->cpu_last_switched[cpu]; replay_switch_event()
735 if (timestamp0) replay_switch_event()
736 delta = timestamp - timestamp0; replay_switch_event()
959 u64 timestamp0, timestamp = sample->time; latency_switch_event() local
965 timestamp0 = sched->cpu_last_switched[cpu]; latency_switch_event()
967 if (timestamp0) latency_switch_event()
968 delta = timestamp - timestamp0; latency_switch_event()
1311 u64 timestamp0, timestamp = sample->time; map_switch_event() local
1320 timestamp0 = sched->cpu_last_switched[this_cpu]; map_switch_event()
1322 if (timestamp0) map_switch_event()
1323 delta = timestamp - timestamp0; map_switch_event()

Completed in 69 milliseconds