Home
last modified time | relevance | path

Searched refs:mem_lvl (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/tests/
H A Dmem.c36 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 Dperf_event.h1290 mem_lvl:14, /* memory hierarchy level */ member
1315 mem_lvl:14, /* memory hierarchy level */ member
/linux/tools/perf/util/
H A Dbpf-filter.l109 mem_lvl { return sample_part(PBF_TERM_DATA_SRC, 2); } /* alias for mem_lvlnum */
/linux/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c60 mem_lvl:14, /* memory hierarchy level */ member
/linux/tools/perf/Documentation/
H A Dperf-record.txt183 --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 Dds.c289 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()