Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Devsel-roundtrip-name.c16 if (!evsel__is_cache_op_valid(type, op)) in perf_evsel__roundtrip_cache_name_test()
/openbmc/linux/tools/perf/util/
H A Dprint-events.c297 if (!evsel__is_cache_op_valid(type, op)) in print_hwcache_events()
H A Devsel.h265 bool evsel__is_cache_op_valid(u8 type, u8 op);
H A Dparse-events.c388 if (!evsel__is_cache_op_valid(cache_type, cache_op)) in parse_events__decode_legacy_cache()
403 if (!evsel__is_cache_op_valid(cache_type, cache_op)) in parse_events__decode_legacy_cache()
H A Devsel.c681 bool evsel__is_cache_op_valid(u8 type, u8 op) in evsel__is_cache_op_valid() function
720 if (!evsel__is_cache_op_valid(type, op)) in __evsel__hw_cache_name()