Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/
Dbuiltin-sched.c843 u64 timestamp0, timestamp = sample->time; in replay_switch_event() local
853 timestamp0 = sched->cpu_last_switched[cpu]; in replay_switch_event()
854 if (timestamp0) in replay_switch_event()
855 delta = timestamp - timestamp0; in replay_switch_event()
1116 u64 timestamp0, timestamp = sample->time; in latency_switch_event() local
1122 timestamp0 = sched->cpu_last_switched[cpu]; in latency_switch_event()
1124 if (timestamp0) in latency_switch_event()
1125 delta = timestamp - timestamp0; in latency_switch_event()
1536 u64 timestamp0, timestamp = sample->time; in map_switch_event() local
1558 timestamp0 = sched->cpu_last_switched[this_cpu]; in map_switch_event()
[all …]
/Linux-v5.10/drivers/rtc/
Drtc-isl1208.c589 static DEVICE_ATTR_RW(timestamp0);
Drtc-pcf2127.c524 static DEVICE_ATTR_RW(timestamp0);
Drtc-rv3028.c148 static DEVICE_ATTR_RW(timestamp0);