Searched refs:timestamp0 (Results 1 – 1 of 1) sorted by relevance
724 u64 timestamp0, timestamp = sample->time; in replay_switch_event() local734 timestamp0 = sched->cpu_last_switched[cpu]; in replay_switch_event()735 if (timestamp0) in replay_switch_event()736 delta = timestamp - timestamp0; in replay_switch_event()959 u64 timestamp0, timestamp = sample->time; in latency_switch_event() local965 timestamp0 = sched->cpu_last_switched[cpu]; in latency_switch_event()967 if (timestamp0) in latency_switch_event()968 delta = timestamp - timestamp0; in latency_switch_event()1311 u64 timestamp0, timestamp = sample->time; in map_switch_event() local1320 timestamp0 = sched->cpu_last_switched[this_cpu]; in map_switch_event()[all …]