Searched refs:timestamp0 (Results 1 – 2 of 2) sorted by relevance
852 u64 timestamp0, timestamp = sample->time; in replay_switch_event() local 862 timestamp0 = sched->cpu_last_switched[cpu]; in replay_switch_event() 863 if (timestamp0) in replay_switch_event() 864 delta = timestamp - timestamp0; in replay_switch_event() 1139 u64 timestamp0, timestamp = sample->time; in latency_switch_event() local 1145 timestamp0 = sched->cpu_last_switched[cpu]; in latency_switch_event() 1147 if (timestamp0) in latency_switch_event() 1148 delta = timestamp - timestamp0; in latency_switch_event() 1641 u64 timestamp0, timestamp = sample->time; in map_switch_event() local 1668 timestamp0 in map_switch_event() [all...]
154 static DEVICE_ATTR_RW(timestamp0);