Searched refs:mem_lvl (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | arm-spe.c | 435 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 |= PERF_MEM_LVL_MISS; in arm_spe__synth_data_source_generic() [all …]
|
D | mem-events.c | 351 static const char * const mem_lvl[] = { variable 433 if (data_src.mem_lvl & PERF_MEM_LVL_HIT) in perf_mem__lvl_scnprintf() 435 else if (data_src.mem_lvl & PERF_MEM_LVL_MISS) in perf_mem__lvl_scnprintf() 457 lvl = data_src.mem_lvl; in perf_mem__lvl_scnprintf() 465 for (i = 0; lvl && i < ARRAY_SIZE(mem_lvl); i++, lvl >>= 1) { in perf_mem__lvl_scnprintf() 472 l += scnprintf(out + l, sz - l, mem_lvl[i]); in perf_mem__lvl_scnprintf() 606 u64 lvl = data_src->mem_lvl; in c2c_decode_stats()
|
D | bpf-filter.l | 109 mem_lvl { return sample_part(PBF_TERM_DATA_SRC, 2); } /* alias for mem_lvlnum */
|
D | sort.c | 1504 data_src_l.mem_lvl = PERF_MEM_LVL_NA; in sort__lvl_cmp() 1509 data_src_r.mem_lvl = PERF_MEM_LVL_NA; in sort__lvl_cmp() 1511 return (int64_t)(data_src_r.mem_lvl - data_src_l.mem_lvl); in sort__lvl_cmp()
|
/linux-6.12.1/tools/perf/tests/ |
D | mem.c | 36 src.mem_lvl = PERF_MEM_LVL_HIT; in test__mem() 45 src.mem_lvl = PERF_MEM_LVL_MISS; in test__mem()
|
/linux-6.12.1/include/uapi/linux/ |
D | perf_event.h | 1281 mem_lvl:14, /* memory hierarchy level */ member 1306 mem_lvl:14, /* memory hierarchy level */ member
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | perf_event.h | 1281 mem_lvl:14, /* memory hierarchy level */ member 1306 mem_lvl:14, /* memory hierarchy level */ member
|
/linux-6.12.1/tools/perf/util/bpf_skel/ |
D | sample_filter.bpf.c | 60 mem_lvl:14, /* memory hierarchy level */ member
|
/linux-6.12.1/arch/x86/events/amd/ |
D | ibs.c | 771 data_src->mem_lvl = 0; in perf_ibs_get_mem_lvl() 876 data_src->mem_lvl & PERF_MEM_LVL_L1 || in perf_ibs_get_mem_snoop() 877 data_src->mem_lvl & PERF_MEM_LVL_L2 || in perf_ibs_get_mem_snoop()
|
/linux-6.12.1/tools/perf/Documentation/ |
D | perf-record.txt | 179 --filter 'mem_op == load || mem_op == store, mem_lvl > l1' 184 mem_op and mem_lvl fields come from the (memory) data_source, it'd only 202 p_stage_cyc, mem_op, mem_lvl, mem_snoop, mem_remote, mem_lock, 211 l1, l2, l3, l4, cxl, io, any_cache, lfb, ram, pmem (for mem_lvl)
|
/linux-6.12.1/arch/x86/events/intel/ |
D | ds.c | 278 dse.mem_lvl = PERF_MEM_LVL_L1 | PERF_MEM_LVL_HIT; in precise_datala_hsw() 280 dse.mem_lvl = PERF_MEM_LVL_L1 | PERF_MEM_LVL_MISS; in precise_datala_hsw()
|