Home
last modified time | relevance | path

Searched refs:time_mult (Results 1 - 1 of 1) sorted by relevance

/third_party/libbpf/include/uapi/linux/
H A Dperf_event.h574 * u32 seq, time_mult, time_shift, index, width;
589 * time_mult = pc->time_mult;
645 * delta = time_offset + quot * time_mult +
646 * ((rem * time_mult) >> time_shift);
648 * Where time_offset,time_mult,time_shift and cyc are read in the
661 __u32 time_mult; member
668 * quot = time / time_mult;
669 * rem = time % time_mult;
670 * cyc = (quot << time_shift) + (rem << time_shift) / time_mult;
[all...]

Completed in 3 milliseconds