Home
last modified time | relevance | path

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

/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()
/linux/tools/perf/util/
H A Devsel.h296 bool evsel__is_cache_op_valid(u8 type, u8 op);
H A Dparse-events.c381 if (!evsel__is_cache_op_valid(cache_type, cache_op)) in parse_events__decode_legacy_cache()
396 if (!evsel__is_cache_op_valid(cache_type, cache_op)) in parse_events__decode_legacy_cache()
H A Devsel.c840 bool evsel__is_cache_op_valid(u8 type, u8 op) in evsel__is_cache_op_valid() function
879 if (!evsel__is_cache_op_valid(type, op)) in __evsel__hw_cache_name()