Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-sched.c852 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()
1124 u64 timestamp0, timestamp = sample->time; in latency_switch_event() local
1130 timestamp0 = sched->cpu_last_switched[cpu]; in latency_switch_event()
1132 if (timestamp0) in latency_switch_event()
1133 delta = timestamp - timestamp0; in latency_switch_event()
1626 u64 timestamp0, timestamp = sample->time; in map_switch_event() local
1654 if (timestamp0) in map_switch_event()
[all …]
/linux-6.15/drivers/rtc/
H A Drtc-isl1208.c622 static DEVICE_ATTR_RW(timestamp0);
H A Drtc-rv3028.c154 static DEVICE_ATTR_RW(timestamp0);
H A Drtc-pcf2127.c985 static DEVICE_ATTR_RW(timestamp0);