arm_spe_is_cache_miss
} else if (arm_spe_is_cache_miss(record->type, LLC)) {
} else if (arm_spe_is_cache_miss(record->type, L2D)) {
} else if (arm_spe_is_cache_miss(record->type, L1D)) {
data_src->mem_lvl |= arm_spe_is_cache_miss(record->type, LLC) ?
data_src->mem_lvl |= arm_spe_is_cache_miss(record->type, L2D) ?
data_src->mem_lvl |= arm_spe_is_cache_miss(record->type, L1D) ?