Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Darm-spe.c654 data_src->mem_lvl_num = PERF_MEM_LVLNUM_NA; in arm_spe__synth_data_source_common()
662 data_src->mem_lvl_num = PERF_MEM_LVLNUM_L1; in arm_spe__synth_data_source_common()
667 data_src->mem_lvl_num = PERF_MEM_LVLNUM_L2; in arm_spe__synth_data_source_common()
672 data_src->mem_lvl_num = PERF_MEM_LVLNUM_L2; in arm_spe__synth_data_source_common()
682 data_src->mem_lvl_num = PERF_MEM_LVLNUM_L3; in arm_spe__synth_data_source_common()
690 data_src->mem_lvl_num = PERF_MEM_LVLNUM_L3; in arm_spe__synth_data_source_common()
699 data_src->mem_lvl_num = PERF_MEM_LVLNUM_NA; in arm_spe__synth_data_source_common()
705 data_src->mem_lvl_num = PERF_MEM_LVLNUM_RAM; in arm_spe__synth_data_source_common()
763 data_src->mem_lvl_num = PERF_MEM_LVLNUM_L2; in arm_spe__synth_data_source_hisi_hip()
768 data_src->mem_lvl_num = PERF_MEM_LVLNUM_L2; in arm_spe__synth_data_source_hisi_hip()
[all …]
H A Dmem-events.c463 lvl = data_src.mem_lvl_num; in perf_mem__lvl_scnprintf()
833 switch (src.mem_lvl_num) { in mem_stat_index()
850 switch (src.mem_lvl_num) { in mem_stat_index()
/linux/tools/perf/tests/
H A Dmem.c37 src.mem_lvl_num = 4; in test__mem()
46 src.mem_lvl_num = PERF_MEM_LVLNUM_PMEM; in test__mem()
56 src.mem_lvl_num = PERF_MEM_LVLNUM_RAM; in test__mem()
/linux/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c64 mem_lvl_num:4, /* memory hierarchy level number */ member
149 return kctx->data->data_src.mem_lvl_num; in perf_get_sample()
/linux/tools/include/uapi/linux/
H A Dperf_event.h1328 mem_lvl_num : 4, /* Memory hierarchy level number */ member
1345 mem_lvl_num : 4, /* Memory hierarchy level number */ member
/linux/include/uapi/linux/
H A Dperf_event.h1328 mem_lvl_num : 4, /* Memory hierarchy level number */ member
1345 mem_lvl_num : 4, /* Memory hierarchy level number */ member
/linux/arch/x86/events/amd/
H A Dibs.c899 data_src->mem_lvl_num = 0; in perf_ibs_get_mem_lvl()