Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
A Dmem.c33 src.mem_lvl = PERF_MEM_LVL_HIT; in test__mem()
42 src.mem_lvl = PERF_MEM_LVL_MISS; in test__mem()
/linux/tools/perf/util/
A Dmem-events.c279 static const char * const mem_lvl[] = { variable
322 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()
A Darm-spe.c376 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()
A Dsort.c1191 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()
/linux/tools/include/uapi/linux/
A Dperf_event.h1220 mem_lvl:14, /* memory hierarchy level */ member
1245 mem_lvl:14, /* memory hierarchy level */ member
/linux/include/uapi/linux/
A Dperf_event.h1220 mem_lvl:14, /* memory hierarchy level */ member
1245 mem_lvl:14, /* memory hierarchy level */ member
/linux/arch/x86/events/intel/
A Dds.c167 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