Home
last modified time | relevance | path

Searched refs:timestamp0 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/perf/
Dbuiltin-sched.c832 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()
[all …]
/Linux-v4.19/drivers/rtc/
Drtc-isl1208.c582 static DEVICE_ATTR_RW(timestamp0);