Searched refs:hw_cache (Results 1 – 1 of 1) sorted by relevance
396 const char *hw_cache, *result, *op; in perf_config_hw_cache_str() local404 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()
Completed in 4 milliseconds