Searched refs:mem_lvl (Results 1 – 7 of 7) sorted by relevance
33 src.mem_lvl = PERF_MEM_LVL_HIT; in test__mem()42 src.mem_lvl = PERF_MEM_LVL_MISS; in test__mem()
279 static const char * const mem_lvl[] = { variable322 m = mem_info->data_src.mem_lvl; in perf_mem__lvl_scnprintf()342 for (i = 0; m && i < ARRAY_SIZE(mem_lvl); i++, m >>= 1) { in perf_mem__lvl_scnprintf()349 l += scnprintf(out + l, sz - l, mem_lvl[i]); in perf_mem__lvl_scnprintf()480 u64 lvl = data_src->mem_lvl; in c2c_decode_stats()
376 data_src.mem_lvl = PERF_MEM_LVL_L3; in arm_spe__synth_data_source()379 data_src.mem_lvl |= PERF_MEM_LVL_MISS; in arm_spe__synth_data_source()381 data_src.mem_lvl |= PERF_MEM_LVL_HIT; in arm_spe__synth_data_source()383 data_src.mem_lvl = PERF_MEM_LVL_L1; in arm_spe__synth_data_source()386 data_src.mem_lvl |= PERF_MEM_LVL_MISS; in arm_spe__synth_data_source()388 data_src.mem_lvl |= PERF_MEM_LVL_HIT; in arm_spe__synth_data_source()392 data_src.mem_lvl |= PERF_MEM_LVL_REM_CCE1; in arm_spe__synth_data_source()
1191 data_src_l.mem_lvl = PERF_MEM_LVL_NA; in sort__lvl_cmp()1196 data_src_r.mem_lvl = PERF_MEM_LVL_NA; in sort__lvl_cmp()1198 return (int64_t)(data_src_r.mem_lvl - data_src_l.mem_lvl); in sort__lvl_cmp()
1220 mem_lvl:14, /* memory hierarchy level */ member1245 mem_lvl:14, /* memory hierarchy level */ member
167 dse.mem_lvl = PERF_MEM_LVL_L1 | PERF_MEM_LVL_HIT; in precise_datala_hsw()169 dse.mem_lvl = PERF_MEM_LVL_L1 | PERF_MEM_LVL_MISS; in precise_datala_hsw()
Completed in 27 milliseconds