Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-sched.c859 u64 timestamp0, timestamp = sample->time; in replay_switch_event() local
869 timestamp0 = sched->cpu_last_switched[cpu]; in replay_switch_event()
870 if (timestamp0) in replay_switch_event()
871 delta = timestamp - timestamp0; in replay_switch_event()
1146 u64 timestamp0, timestamp = sample->time; in latency_switch_event() local
1152 timestamp0 = sched->cpu_last_switched[cpu]; in latency_switch_event()
1154 if (timestamp0) in latency_switch_event()
1155 delta = timestamp - timestamp0; in latency_switch_event()
1637 u64 timestamp0, timestamp = sample->time; in map_switch_event() local
1664 timestamp0 = sched->cpu_last_switched[this_cpu.cpu]; in map_switch_event()
[all …]
/linux/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.c1002 static DEVICE_ATTR_RW(timestamp0);