Lines Matching refs:timestamp0
832 u64 timestamp0, timestamp = sample->time; in replay_switch_event() local
842 timestamp0 = sched->cpu_last_switched[cpu]; in replay_switch_event()
843 if (timestamp0) in replay_switch_event()
844 delta = timestamp - timestamp0; in replay_switch_event()
1101 u64 timestamp0, timestamp = sample->time; in latency_switch_event() local
1107 timestamp0 = sched->cpu_last_switched[cpu]; in latency_switch_event()
1109 if (timestamp0) in latency_switch_event()
1110 delta = timestamp - timestamp0; in latency_switch_event()
1520 u64 timestamp0, timestamp = sample->time; in map_switch_event() local
1542 timestamp0 = sched->cpu_last_switched[this_cpu]; in map_switch_event()
1544 if (timestamp0) in map_switch_event()
1545 delta = timestamp - timestamp0; in map_switch_event()