Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-sched.c865 u64 timestamp0, timestamp = sample->time; in replay_switch_event() local
875 timestamp0 = sched->cpu_last_switched[cpu]; in replay_switch_event()
876 if (timestamp0) in replay_switch_event()
877 delta = timestamp - timestamp0; in replay_switch_event()
1138 u64 timestamp0, timestamp = sample->time; in latency_switch_event() local
1144 timestamp0 = sched->cpu_last_switched[cpu]; in latency_switch_event()
1146 if (timestamp0) in latency_switch_event()
1147 delta = timestamp - timestamp0; in latency_switch_event()
1573 u64 timestamp0, timestamp = sample->time; in map_switch_event() local
1598 timestamp0 = sched->cpu_last_switched[this_cpu.cpu]; in map_switch_event()
[all …]
/openbmc/linux/drivers/rtc/
H A Drtc-isl1208.c621 static DEVICE_ATTR_RW(timestamp0);
H A Drtc-rv3028.c153 static DEVICE_ATTR_RW(timestamp0);
H A Drtc-pcf2127.c903 static DEVICE_ATTR_RW(timestamp0);