Home
last modified time | relevance | path

Searched refs:time_shift (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/tools/perf/
Dbuiltin-test.c1495 u32 seq, idx, time_mult = 0, time_shift = 0; in mmap_read_self() local
1508 time_shift = pc->time_shift; in mmap_read_self()
1523 quot = (cyc >> time_shift); in mmap_read_self()
1524 rem = cyc & ((1 << time_shift) - 1); in mmap_read_self()
1526 ((rem * time_mult) >> time_shift); in mmap_read_self()
/linux-3.4.99/include/linux/
Dperf_event.h381 __u16 time_shift; member
/linux-3.4.99/arch/x86/kernel/cpu/
Dperf_event.c1728 userpg->time_shift = CYC2NS_SCALE_FACTOR; in arch_perf_update_userpage()