Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-sched.c839 u64 timestamp0, timestamp = sample->time; in replay_switch_event() local
849 timestamp0 = sched->cpu_last_switched[cpu]; in replay_switch_event()
850 if (timestamp0) in replay_switch_event()
851 delta = timestamp - timestamp0; in replay_switch_event()
1111 u64 timestamp0, timestamp = sample->time; in latency_switch_event() local
1117 timestamp0 = sched->cpu_last_switched[cpu]; in latency_switch_event()
1119 if (timestamp0) in latency_switch_event()
1120 delta = timestamp - timestamp0; in latency_switch_event()
1530 u64 timestamp0, timestamp = sample->time; in map_switch_event() local
1552 timestamp0 = sched->cpu_last_switched[this_cpu]; in map_switch_event()
[all …]
/Linux-v5.4/drivers/rtc/
Drtc-pcf2127.c405 static DEVICE_ATTR_RW(timestamp0);
Drtc-rv3028.c138 static DEVICE_ATTR_RW(timestamp0);
Drtc-isl1208.c589 static DEVICE_ATTR_RW(timestamp0);