Searched refs:timestamp0 (Results 1 – 2 of 2) sorted by relevance
832 u64 timestamp0, timestamp = sample->time; in replay_switch_event() local842 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() local1107 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() local1542 timestamp0 = sched->cpu_last_switched[this_cpu]; in map_switch_event()[all …]
582 static DEVICE_ATTR_RW(timestamp0);