Home
last modified time | relevance | path

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

/linux/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()
1139 u64 timestamp0, timestamp = sample->time; in latency_switch_event() local
1145 timestamp0 = sched->cpu_last_switched[cpu]; in latency_switch_event()
1147 if (timestamp0) in latency_switch_event()
1148 delta = timestamp - timestamp0; in latency_switch_event()
1641 u64 timestamp0, timestamp = sample->time; in map_switch_event() local
1668 timestamp0 in map_switch_event()
[all...]
/linux/drivers/rtc/
H A Drtc-rv3028.c154 static DEVICE_ATTR_RW(timestamp0);