Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/
Dbuiltin-sched.c797 u64 timestamp0; in replay_switch_event() local
806 timestamp0 = cpu_last_switched[cpu]; in replay_switch_event()
807 if (timestamp0) in replay_switch_event()
808 delta = timestamp - timestamp0; in replay_switch_event()
1032 u64 timestamp0; in latency_switch_event() local
1037 timestamp0 = cpu_last_switched[cpu]; in latency_switch_event()
1039 if (timestamp0) in latency_switch_event()
1040 delta = timestamp - timestamp0; in latency_switch_event()
1403 u64 timestamp0; in map_switch_event() local
1412 timestamp0 = cpu_last_switched[this_cpu]; in map_switch_event()
[all …]