Home
last modified time | relevance | path

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

/linux/tools/perf/util/ !
H A Darm-spe.c53 #define arm_spe_is_cache_hit(type, lvl) \ macro
855 if (arm_spe_is_cache_hit(record->type, L1D)) { in arm_spe__synth_ld_memory_level()
861 } else if (arm_spe_is_cache_hit(record->type, L2D)) { in arm_spe__synth_ld_memory_level()
864 } else if (arm_spe_is_cache_hit(record->type, LLC)) { in arm_spe__synth_ld_memory_level()