Searched refs:time_offset (Results 1 – 3 of 3) sorted by relevance
/tools/perf/arch/x86/tests/ |
D | rdpmc.c | 41 u64 count, cyc = 0, time_offset = 0, enabled, running, delta; in mmap_read_self() local 54 time_offset = pc->time_offset; in mmap_read_self() 70 delta = time_offset + quot * time_mult + in mmap_read_self()
|
/tools/lib/perf/ |
D | mmap.c | 306 u64 cnt, cyc = 0, time_offset = 0, time_cycles = 0, time_mask = ~0ULL; in perf_mmap__read_self() local 322 time_offset = READ_ONCE(pc->time_offset); in perf_mmap__read_self() 351 delta = time_offset + mul_u64_u32_shr(cyc, time_mult, time_shift); in perf_mmap__read_self()
|
/tools/include/uapi/linux/ |
D | perf_event.h | 616 __u64 time_offset; member
|