Lines Matching refs:timestamp0
696 u64 timestamp0, timestamp = sample->time; in replay_switch_event() local
706 timestamp0 = sched->cpu_last_switched[cpu]; in replay_switch_event()
707 if (timestamp0) in replay_switch_event()
708 delta = timestamp - timestamp0; in replay_switch_event()
931 u64 timestamp0, timestamp = sample->time; in latency_switch_event() local
937 timestamp0 = sched->cpu_last_switched[cpu]; in latency_switch_event()
939 if (timestamp0) in latency_switch_event()
940 delta = timestamp - timestamp0; in latency_switch_event()
1283 u64 timestamp0, timestamp = sample->time; in map_switch_event() local
1292 timestamp0 = sched->cpu_last_switched[this_cpu]; in map_switch_event()
1294 if (timestamp0) in map_switch_event()
1295 delta = timestamp - timestamp0; in map_switch_event()