HomeSort by relevance Sort by last modified time
    Searched refs:PERF_COUNT_HW_BRANCH_INSTRUCTIONS (Results 1 - 15 of 15) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
perf_event.h 51 PERF_COUNT_HW_BRANCH_INSTRUCTIONS = 4,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
perf_event.h 51 PERF_COUNT_HW_BRANCH_INSTRUCTIONS = 4,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.l 135 branch-instructions|branches { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_BRANCH_INSTRUCTIONS); }
parse-events.c 49 [PERF_COUNT_HW_BRANCH_INSTRUCTIONS] = {
python.c 965 { "COUNT_HW_BRANCH_INSTRUCTIONS", PERF_COUNT_HW_BRANCH_INSTRUCTIONS },
parse-events-flex.c     [all...]
  /bionic/libc/kernel/uapi/linux/
perf_event.h 42 PERF_COUNT_HW_BRANCH_INSTRUCTIONS = 4,
  /development/ndk/platforms/android-L/include/linux/
perf_event.h 42 PERF_COUNT_HW_BRANCH_INSTRUCTIONS = 4,
  /external/kernel-headers/original/uapi/linux/
perf_event.h 52 PERF_COUNT_HW_BRANCH_INSTRUCTIONS = 4,
  /external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
perf_event.h 52 PERF_COUNT_HW_BRANCH_INSTRUCTIONS = 4,
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
perf_event.h 42 PERF_COUNT_HW_BRANCH_INSTRUCTIONS = 4,
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
perf_event.h 42 PERF_COUNT_HW_BRANCH_INSTRUCTIONS = 4,
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
perf_event.h 42 PERF_COUNT_HW_BRANCH_INSTRUCTIONS = 4,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-script.c 331 (attr->config & PERF_COUNT_HW_BRANCH_INSTRUCTIONS) &&
    [all...]
builtin-stat.c 1266 { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_BRANCH_INSTRUCTIONS },
    [all...]

Completed in 418 milliseconds