Home
last modified time | relevance | path

Searched refs:evsel__hw_cache (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/bpf/bpftool/
H A Dlink.c62 const char *evsel__hw_cache[PERF_COUNT_HW_CACHE_MAX] = { variable
332 hw_cache = perf_event_name(evsel__hw_cache, config & 0xff); in perf_config_hw_cache_str()
/openbmc/linux/tools/perf/util/
H A Devsel.h279 extern const char *const evsel__hw_cache[PERF_COUNT_HW_CACHE_MAX][EVSEL__MAX_ALIASES];
H A Devsel.c639 const char *const evsel__hw_cache[PERF_COUNT_HW_CACHE_MAX][EVSEL__MAX_ALIASES] = { variable
692 return scnprintf(bf, size, "%s-%s-%s", evsel__hw_cache[type][0], in __evsel__hw_cache_type_op_res_name()
697 return scnprintf(bf, size, "%s-%s", evsel__hw_cache[type][0], in __evsel__hw_cache_type_op_res_name()
H A Dparse-events.c379 cache_type = parse_aliases(str, evsel__hw_cache, PERF_COUNT_HW_CACHE_MAX, &len); in parse_events__decode_legacy_cache()