Home
last modified time | relevance | path

Searched refs:PERF_COUNT_HW_CACHE_MAX (Results 1 – 7 of 7) sorted by relevance

/tools/perf/tests/
A Devsel-roundtrip-name.c13 for (int type = 0; type < PERF_COUNT_HW_CACHE_MAX; type++) { in perf_evsel__roundtrip_cache_name_test()
/tools/perf/util/
A Dprint-events.c202 for (int type = 0; type < PERF_COUNT_HW_CACHE_MAX; type++) { in print_hwcache_events()
A Devsel.h309 extern const char *const evsel__hw_cache[PERF_COUNT_HW_CACHE_MAX][EVSEL__MAX_ALIASES];
A Devsel.c797 const char *const evsel__hw_cache[PERF_COUNT_HW_CACHE_MAX][EVSEL__MAX_ALIASES] = {
864 if (type >= PERF_COUNT_HW_CACHE_MAX) in __evsel__hw_cache_name()
A Dparse-events.c397 cache_type = parse_aliases(str, evsel__hw_cache, PERF_COUNT_HW_CACHE_MAX, &len); in parse_events__decode_legacy_cache()
/tools/include/uapi/linux/
A Dperf_event.h97 PERF_COUNT_HW_CACHE_MAX, /* non-ABI */ enumerator
/tools/bpf/bpftool/
A Dlink.c62 const char *evsel__hw_cache[PERF_COUNT_HW_CACHE_MAX] = {

Completed in 25 milliseconds