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

/linux-master/tools/bpf/bpftool/
H A Dlink.c62 const char *evsel__hw_cache[PERF_COUNT_HW_CACHE_MAX] = { variable
403 hw_cache = perf_event_name(evsel__hw_cache, config & 0xff);
/linux-master/tools/perf/util/
H A Devsel.h280 extern const char *const evsel__hw_cache[PERF_COUNT_HW_CACHE_MAX][EVSEL__MAX_ALIASES];
H A Devsel.c640 const char *const evsel__hw_cache[PERF_COUNT_HW_CACHE_MAX][EVSEL__MAX_ALIASES] = { variable
693 return scnprintf(bf, size, "%s-%s-%s", evsel__hw_cache[type][0],
698 return scnprintf(bf, size, "%s-%s", evsel__hw_cache[type][0],
H A Dparse-events.c381 cache_type = parse_aliases(str, evsel__hw_cache, PERF_COUNT_HW_CACHE_MAX, &len);

Completed in 222 milliseconds