Home
last modified time | relevance | path

Searched refs:evsel__hw_cache (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/perf/util/
H A Devsel.h219 extern const char *evsel__hw_cache[PERF_COUNT_HW_CACHE_MAX][EVSEL__MAX_ALIASES];
H A Devsel.c593 const char *evsel__hw_cache[PERF_COUNT_HW_CACHE_MAX][EVSEL__MAX_ALIASES] = { variable
646 return scnprintf(bf, size, "%s-%s-%s", evsel__hw_cache[type][0], in __evsel__hw_cache_type_op_res_name()
651 return scnprintf(bf, size, "%s-%s", evsel__hw_cache[type][0], in __evsel__hw_cache_type_op_res_name()
H A Dparse-events.c471 cache_type = parse_aliases(type, evsel__hw_cache, PERF_COUNT_HW_CACHE_MAX); in parse_events_add_cache()
/kernel/linux/linux-6.6/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()

Completed in 17 milliseconds