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

  /bionic/libc/kernel/common/linux/
perf_event.h 57 PERF_COUNT_HW_CACHE_MAX,
  /external/linux-tools-perf/util/
parse-events.c 328 if (cache_type > PERF_COUNT_HW_CACHE_MAX)
386 cache_type = parse_aliases(&s, hw_cache, PERF_COUNT_HW_CACHE_MAX);
1015 for (type = 0; type < PERF_COUNT_HW_CACHE_MAX; type++) {
  /external/kernel-headers/original/linux/
perf_event.h 74 PERF_COUNT_HW_CACHE_MAX, /* non-ABI */
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 84 PERF_COUNT_HW_CACHE_MAX, /* non-ABI */

Completed in 1009 milliseconds