Home
last modified time | relevance | path

Searched refs:PERF_MEM_LVL_MISS (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dperf_event.h854 #define PERF_MEM_LVL_MISS 0x04 /* miss level */ macro
/linux-4.1.27/tools/perf/util/
Dsort.c746 miss = m & PERF_MEM_LVL_MISS; in hist_entry__lvl_snprintf()
749 m &= ~(PERF_MEM_LVL_HIT|PERF_MEM_LVL_MISS); in hist_entry__lvl_snprintf()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c134 dse.mem_lvl = PERF_MEM_LVL_L1 | PERF_MEM_LVL_MISS; in precise_datala_hsw()