Home
last modified time | relevance | path

Searched refs:mem_lvl (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/tests/
H A Dmem.c33 src.mem_lvl = PERF_MEM_LVL_HIT; in test__mem()
42 src.mem_lvl = PERF_MEM_LVL_MISS; in test__mem()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dmem.c33 src.mem_lvl = PERF_MEM_LVL_HIT; in test__mem()
42 src.mem_lvl = PERF_MEM_LVL_MISS; in test__mem()
/kernel/linux/linux-6.6/tools/perf/util/
H A Darm-spe.c435 data_src->mem_lvl = PERF_MEM_LVL_NA; in arm_spe__synth_data_source_neoverse()
443 data_src->mem_lvl = PERF_MEM_LVL_L1 | PERF_MEM_LVL_HIT; in arm_spe__synth_data_source_neoverse()
448 data_src->mem_lvl = PERF_MEM_LVL_L2 | PERF_MEM_LVL_HIT; in arm_spe__synth_data_source_neoverse()
453 data_src->mem_lvl = PERF_MEM_LVL_L2 | PERF_MEM_LVL_HIT; in arm_spe__synth_data_source_neoverse()
463 data_src->mem_lvl = PERF_MEM_LVL_L3 | PERF_MEM_LVL_HIT; in arm_spe__synth_data_source_neoverse()
471 data_src->mem_lvl = PERF_MEM_LVL_L3 | PERF_MEM_LVL_HIT; in arm_spe__synth_data_source_neoverse()
480 data_src->mem_lvl = PERF_MEM_LVL_REM_CCE1; in arm_spe__synth_data_source_neoverse()
486 data_src->mem_lvl = PERF_MEM_LVL_LOC_RAM | PERF_MEM_LVL_HIT; in arm_spe__synth_data_source_neoverse()
499 data_src->mem_lvl = PERF_MEM_LVL_L3; in arm_spe__synth_data_source_generic()
502 data_src->mem_lvl | in arm_spe__synth_data_source_generic()
[all...]
H A Dmem-events.c282 static const char * const mem_lvl[] = { variable
364 if (data_src.mem_lvl & PERF_MEM_LVL_HIT) in perf_mem__lvl_scnprintf()
366 else if (data_src.mem_lvl & PERF_MEM_LVL_MISS) in perf_mem__lvl_scnprintf()
388 lvl = data_src.mem_lvl; in perf_mem__lvl_scnprintf()
396 for (i = 0; lvl && i < ARRAY_SIZE(mem_lvl); i++, lvl >>= 1) { in perf_mem__lvl_scnprintf()
403 l += scnprintf(out + l, sz - l, mem_lvl[i]); in perf_mem__lvl_scnprintf()
537 u64 lvl = data_src->mem_lvl; in c2c_decode_stats()
H A Dsort.c1456 data_src_l.mem_lvl = PERF_MEM_LVL_NA; in sort__lvl_cmp()
1461 data_src_r.mem_lvl = PERF_MEM_LVL_NA; in sort__lvl_cmp()
1463 return (int64_t)(data_src_r.mem_lvl - data_src_l.mem_lvl); in sort__lvl_cmp()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dmem-events.c168 static const char * const mem_lvl[] = { variable
201 m = mem_info->data_src.mem_lvl; in perf_mem__lvl_scnprintf()
219 for (i = 0; m && i < ARRAY_SIZE(mem_lvl); i++, m >>= 1) { in perf_mem__lvl_scnprintf()
226 l += scnprintf(out + l, sz - l, mem_lvl[i]); in perf_mem__lvl_scnprintf()
332 u64 lvl = data_src->mem_lvl; in c2c_decode_stats()
H A Dsort.c1187 data_src_l.mem_lvl = PERF_MEM_LVL_NA; in sort__lvl_cmp()
1192 data_src_r.mem_lvl = PERF_MEM_LVL_NA; in sort__lvl_cmp()
1194 return (int64_t)(data_src_r.mem_lvl - data_src_l.mem_lvl); in sort__lvl_cmp()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dperf_event.h416 mem_lvl:14, member
437 mem_lvl:14, member
/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c32 mem_lvl:14, /* memory hierarchy level */ member
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dperf_event.h1122 mem_lvl:14, /* memory hierarchy level */ member
1143 mem_lvl:14, /* memory hierarchy level */ member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dperf_event.h1122 mem_lvl:14, /* memory hierarchy level */ member
1143 mem_lvl:14, /* memory hierarchy level */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dperf_event.h1271 mem_lvl:14, /* memory hierarchy level */ member
1296 mem_lvl:14, /* memory hierarchy level */ member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dperf_event.h1271 mem_lvl:14, /* memory hierarchy level */ member
1296 mem_lvl:14, /* memory hierarchy level */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dperf_event.h381 __u64 mem_op : 5, mem_lvl : 14, mem_snoop : 5, mem_lock : 2, mem_dtlb : 7, mem_lvl_num : 4, mem_remote : 1, mem_snoopx : 2, mem_rsvd : 24; member
388 __u64 mem_rsvd : 24, mem_snoopx : 2, mem_remote : 1, mem_lvl_num : 4, mem_dtlb : 7, mem_lock : 2, mem_snoop : 5, mem_lvl : 14, mem_op : 5; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dperf_event.h381 __u64 mem_op : 5, mem_lvl : 14, mem_snoop : 5, mem_lock : 2, mem_dtlb : 7, mem_lvl_num : 4, mem_remote : 1, mem_snoopx : 2, mem_rsvd : 24; member
388 __u64 mem_rsvd : 24, mem_snoopx : 2, mem_remote : 1, mem_lvl_num : 4, mem_dtlb : 7, mem_lock : 2, mem_snoop : 5, mem_lvl : 14, mem_op : 5; member
/kernel/linux/linux-6.6/arch/x86/events/amd/
H A Dibs.c768 data_src->mem_lvl = 0; in perf_ibs_get_mem_lvl()
873 data_src->mem_lvl & PERF_MEM_LVL_L1 || in perf_ibs_get_mem_snoop()
874 data_src->mem_lvl & PERF_MEM_LVL_L2 || in perf_ibs_get_mem_snoop()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dds.c159 dse.mem_lvl = PERF_MEM_LVL_L1 | PERF_MEM_LVL_HIT; in precise_datala_hsw()
161 dse.mem_lvl = PERF_MEM_LVL_L1 | PERF_MEM_LVL_MISS; in precise_datala_hsw()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dds.c234 dse.mem_lvl = PERF_MEM_LVL_L1 | PERF_MEM_LVL_HIT; in precise_datala_hsw()
236 dse.mem_lvl = PERF_MEM_LVL_L1 | PERF_MEM_LVL_MISS; in precise_datala_hsw()

Completed in 34 milliseconds