HomeSort by relevance Sort by last modified time
    Searched full:time_shift (Results 1 - 11 of 11) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/
tsc.c 18 return (quot << tc->time_shift) +
19 (rem << tc->time_shift) / tc->time_mult;
26 quot = cyc >> tc->time_shift;
27 rem = cyc & ((1 << tc->time_shift) - 1);
29 ((rem * tc->time_mult) >> tc->time_shift);
43 tc->time_shift = pc->time_shift;
tsc.h 7 u16 time_shift; member in struct:perf_tsc_conversion
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
rdpmc.c 35 u32 seq, idx, time_mult = 0, time_shift = 0; local
48 time_shift = pc->time_shift;
63 quot = (cyc >> time_shift);
64 rem = cyc & ((1 << time_shift) - 1);
66 ((rem * time_mult) >> time_shift);
  /external/kernel-headers/original/uapi/linux/
perf_event.h 366 * u32 seq, time_mult, time_shift, idx, width;
382 * time_shift = pc->time_shift;
434 * quot = (cyc >> time_shift);
435 * rem = cyc & ((1 << time_shift) - 1);
437 * ((rem * time_mult) >> time_shift);
439 * Where time_offset,time_mult,time_shift and cyc are read in the
451 __u16 time_shift; member in struct:perf_event_mmap_page
461 * cyc = (quot << time_shift) + (rem << time_shift) / time_mult
    [all...]
  /external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
perf_event.h 343 * u32 seq, time_mult, time_shift, idx, width;
359 * time_shift = pc->time_shift;
411 * quot = (cyc >> time_shift);
412 * rem = cyc & ((1 << time_shift) - 1);
414 * ((rem * time_mult) >> time_shift);
416 * Where time_offset,time_mult,time_shift and cyc are read in the
428 __u16 time_shift; member in struct:perf_event_mmap_page
438 * cyc = (quot << time_shift) + (rem << time_shift) / time_mult
    [all...]
  /bionic/libc/kernel/uapi/linux/
perf_event.h 280 __u16 time_shift; member in struct:perf_event_mmap_page
  /development/ndk/platforms/android-L/include/linux/
perf_event.h 247 __u16 time_shift; member in struct:perf_event_mmap_page
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
perf_event.h 280 __u16 time_shift; member in struct:perf_event_mmap_page
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
perf_event.h 280 __u16 time_shift; member in struct:perf_event_mmap_page
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
perf_event.h 280 __u16 time_shift; member in struct:perf_event_mmap_page
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 719 int time_shift) {
720 return MakeAutofillEntry(name, value, time_shift, -1);
    [all...]

Completed in 281 milliseconds