Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/tests/
Dmem.c33 src.mem_lvl = PERF_MEM_LVL_HIT; in test__mem()
42 src.mem_lvl = PERF_MEM_LVL_MISS; in test__mem()
/linux-5.19.10/tools/perf/util/
Dmem-events.c279 static const char * const mem_lvl[] = { variable
349 m = mem_info->data_src.mem_lvl; in perf_mem__lvl_scnprintf()
372 for (i = 0; m && i < ARRAY_SIZE(mem_lvl); i++, m >>= 1) { in perf_mem__lvl_scnprintf()
379 l += scnprintf(out + l, sz - l, mem_lvl[i]); in perf_mem__lvl_scnprintf()
514 u64 lvl = data_src->mem_lvl; in c2c_decode_stats()
Darm-spe.c402 data_src.mem_lvl = PERF_MEM_LVL_L3; in arm_spe__synth_data_source()
405 data_src.mem_lvl |= PERF_MEM_LVL_MISS; in arm_spe__synth_data_source()
407 data_src.mem_lvl |= PERF_MEM_LVL_HIT; in arm_spe__synth_data_source()
409 data_src.mem_lvl = PERF_MEM_LVL_L1; in arm_spe__synth_data_source()
412 data_src.mem_lvl |= PERF_MEM_LVL_MISS; in arm_spe__synth_data_source()
414 data_src.mem_lvl |= PERF_MEM_LVL_HIT; in arm_spe__synth_data_source()
418 data_src.mem_lvl |= PERF_MEM_LVL_REM_CCE1; in arm_spe__synth_data_source()
Dsort.c1313 data_src_l.mem_lvl = PERF_MEM_LVL_NA; in sort__lvl_cmp()
1318 data_src_r.mem_lvl = PERF_MEM_LVL_NA; in sort__lvl_cmp()
1320 return (int64_t)(data_src_r.mem_lvl - data_src_l.mem_lvl); in sort__lvl_cmp()
/linux-5.19.10/tools/include/uapi/linux/
Dperf_event.h1224 mem_lvl:14, /* memory hierarchy level */ member
1249 mem_lvl:14, /* memory hierarchy level */ member
/linux-5.19.10/include/uapi/linux/
Dperf_event.h1224 mem_lvl:14, /* memory hierarchy level */ member
1249 mem_lvl:14, /* memory hierarchy level */ member
/linux-5.19.10/arch/x86/events/intel/
Dds.c192 dse.mem_lvl = PERF_MEM_LVL_L1 | PERF_MEM_LVL_HIT; in precise_datala_hsw()
194 dse.mem_lvl = PERF_MEM_LVL_L1 | PERF_MEM_LVL_MISS; in precise_datala_hsw()