Home
last modified time | relevance | path

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

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