Lines Matching refs:timestamp0
726 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()
1359 if (timestamp0) in map_switch_event()
1360 delta = timestamp - timestamp0; in map_switch_event()