Searched refs:evsel__hw_cache_result (Results 1 - 4 of 4) sorted by last modified time

/linux-master/tools/bpf/bpftool/
H A Dlink.c78 const char *evsel__hw_cache_result[PERF_COUNT_HW_CACHE_RESULT_MAX] = { variable
417 result = perf_event_name(evsel__hw_cache_result, config >> 16);
/linux-master/tools/perf/util/
H A Dparse-events.c394 cache_result = parse_aliases(str, evsel__hw_cache_result,
409 cache_result = parse_aliases(str, evsel__hw_cache_result,
H A Devsel.h282 extern const char *const evsel__hw_cache_result[PERF_COUNT_HW_CACHE_RESULT_MAX][EVSEL__MAX_ALIASES];
H A Devsel.c656 const char *const evsel__hw_cache_result[PERF_COUNT_HW_CACHE_RESULT_MAX][EVSEL__MAX_ALIASES] = { variable
695 evsel__hw_cache_result[result][0]);

Completed in 322 milliseconds