/external/perf_data_converter/src/quipper/kernel/ |
perf_event.h | 364 * u32 seq, time_mult, time_shift, idx, width; 380 * time_shift = pc->time_shift; 433 * quot = (cyc >> time_shift); 434 * rem = cyc & ((1 << time_shift) - 1); 436 * ((rem * time_mult) >> time_shift); 438 * Where time_offset,time_mult,time_shift and cyc are read in the 450 __u16 time_shift; member in struct:perf_event_mmap_page 460 * cyc = (quot << time_shift) + (rem << time_shift) / time_mult [all...] |
/bionic/libc/kernel/uapi/linux/ |
perf_event.h | 264 __u16 time_shift; member in struct:perf_event_mmap_page
|
/external/kernel-headers/original/uapi/linux/ |
perf_event.h | 480 * u32 seq, time_mult, time_shift, index, width; 496 * time_shift = pc->time_shift; 548 * quot = (cyc >> time_shift); 549 * rem = cyc & (((u64)1 << time_shift) - 1); 551 * ((rem * time_mult) >> time_shift); 553 * Where time_offset,time_mult,time_shift and cyc are read in the 565 __u16 time_shift; member in struct:perf_event_mmap_page 575 * cyc = (quot << time_shift) + (rem << time_shift) / time_mult [all...] |