Searched refs:mem_lvl (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A 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 …]
|
H A D | mem-events.c | 282 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 D | bpf-filter.l | 91 mem_lvl { return sample_part(PERF_SAMPLE_DATA_SRC, 2); } /* alias for mem_lvlnum */
|
H A D | sort.c | 1456 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()
|
/openbmc/linux/tools/perf/tests/ |
H A D | mem.c | 33 src.mem_lvl = PERF_MEM_LVL_HIT; in test__mem() 42 src.mem_lvl = PERF_MEM_LVL_MISS; in test__mem()
|
/openbmc/linux/include/uapi/linux/ |
H A D | perf_event.h | 1271 mem_lvl:14, /* memory hierarchy level */ member 1296 mem_lvl:14, /* memory hierarchy level */ member
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | perf_event.h | 1271 mem_lvl:14, /* memory hierarchy level */ member 1296 mem_lvl:14, /* memory hierarchy level */ member
|
/openbmc/linux/tools/perf/util/bpf_skel/ |
H A D | sample_filter.bpf.c | 32 mem_lvl:14, /* memory hierarchy level */ member
|
/openbmc/linux/arch/x86/events/amd/ |
H A D | ibs.c | 768 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()
|
/openbmc/linux/tools/perf/Documentation/ |
H A 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)
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | ds.c | 234 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()
|