Searched refs:PERF_COUNT_HW_CACHE_RESULT_MAX (Results 1 – 7 of 7) sorted by relevance
19 for (int res = 0; res < PERF_COUNT_HW_CACHE_RESULT_MAX; res++) { in perf_evsel__roundtrip_cache_name_test()
208 for (int res = 0; res < PERF_COUNT_HW_CACHE_RESULT_MAX; res++) { in print_hwcache_events()
311 extern const char *const evsel__hw_cache_result[PERF_COUNT_HW_CACHE_RESULT_MAX][EVSEL__MAX_ALIASES];
411 PERF_COUNT_HW_CACHE_RESULT_MAX, &len); in parse_events__decode_legacy_cache()426 PERF_COUNT_HW_CACHE_RESULT_MAX, &len); in parse_events__decode_legacy_cache()
813 const char *const evsel__hw_cache_result[PERF_COUNT_HW_CACHE_RESULT_MAX][EVSEL__MAX_ALIASES] = {874 if (result >= PERF_COUNT_HW_CACHE_RESULT_MAX) in __evsel__hw_cache_name()
112 PERF_COUNT_HW_CACHE_RESULT_MAX, /* non-ABI */ enumerator
78 const char *evsel__hw_cache_result[PERF_COUNT_HW_CACHE_RESULT_MAX] = {
Completed in 859 milliseconds