Home
last modified time | relevance | path

Searched refs:PERF_MEM_LVL_HIT (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/tools/perf/tests/
Dmem.c31 src.mem_lvl = PERF_MEM_LVL_HIT; in test__mem()
/Linux-v4.19/tools/perf/util/
Dmem-events.c191 hit = m & PERF_MEM_LVL_HIT; in perf_mem__lvl_scnprintf()
195 m &= ~(PERF_MEM_LVL_HIT|PERF_MEM_LVL_MISS); in perf_mem__lvl_scnprintf()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h1041 #define PERF_MEM_LVL_HIT 0x02 /* hit level */ macro
/Linux-v4.19/include/uapi/linux/
Dperf_event.h1041 #define PERF_MEM_LVL_HIT 0x02 /* hit level */ macro
/Linux-v4.19/arch/x86/events/intel/
Dds.c158 dse.mem_lvl = PERF_MEM_LVL_L1 | PERF_MEM_LVL_HIT; in precise_datala_hsw()