Searched refs:mem_lvl (Results 1 – 6 of 6) sorted by relevance
/linux/tools/perf/tests/ |
H A 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/tools/include/uapi/linux/ |
H A D | perf_event.h | 1290 mem_lvl:14, /* memory hierarchy level */ member 1315 mem_lvl:14, /* memory hierarchy level */ member
|
/linux/tools/perf/util/ |
H A D | bpf-filter.l | 109 mem_lvl { return sample_part(PBF_TERM_DATA_SRC, 2); } /* alias for mem_lvlnum */
|
/linux/tools/perf/util/bpf_skel/ |
H A D | sample_filter.bpf.c | 60 mem_lvl:14, /* memory hierarchy level */ member
|
/linux/tools/perf/Documentation/ |
H A D | perf-record.txt | 183 --filter 'mem_op == load || mem_op == store, mem_lvl > l1' 188 mem_op and mem_lvl fields come from the (memory) data_source, it'd only 206 p_stage_cyc, mem_op, mem_lvl, mem_snoop, mem_remote, mem_lock, 215 l1, l2, l3, l4, cxl, io, any_cache, lfb, ram, pmem (for mem_lvl)
|
/linux/arch/x86/events/intel/ |
H A D | ds.c | 289 dse.mem_lvl = PERF_MEM_LVL_L1 | PERF_MEM_LVL_HIT; in precise_datala_hsw() 291 dse.mem_lvl = PERF_MEM_LVL_L1 | PERF_MEM_LVL_MISS; in precise_datala_hsw()
|