Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Darm-spe.c56 #define arm_spe_is_cache_miss(type, lvl) \ macro
872 } else if (arm_spe_is_cache_miss(record->type, LLC)) { in arm_spe__synth_ld_memory_level()
875 } else if (arm_spe_is_cache_miss(record->type, L2D)) { in arm_spe__synth_ld_memory_level()
878 } else if (arm_spe_is_cache_miss(record->type, L1D)) { in arm_spe__synth_ld_memory_level()
890 data_src->mem_lvl |= arm_spe_is_cache_miss(record->type, LLC) ? in arm_spe__synth_st_memory_level()
895 data_src->mem_lvl |= arm_spe_is_cache_miss(record->type, L2D) ? in arm_spe__synth_st_memory_level()
900 data_src->mem_lvl |= arm_spe_is_cache_miss(record->type, L1D) ? in arm_spe__synth_st_memory_level()