Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dperf_event.h853 #define PERF_MEM_LVL_HIT 0x02 /* hit level */ macro
/linux-4.1.27/tools/perf/util/
Dsort.c745 hit = m & PERF_MEM_LVL_HIT; 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.c132 dse.mem_lvl = PERF_MEM_LVL_L1 | PERF_MEM_LVL_HIT; in precise_datala_hsw()