Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
H A Dlink.c396 const char *hw_cache, *result, *op; in perf_config_hw_cache_str() local
404 hw_cache = perf_event_name(evsel__hw_cache, config & 0xff); in perf_config_hw_cache_str()
405 if (hw_cache) in perf_config_hw_cache_str()
406 snprintf(str, PERF_HW_CACHE_LEN, "%s-", hw_cache); in perf_config_hw_cache_str()