Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dperf_event.h903 #define PERF_MEM_LVL_HIT 0x02 /* hit level */ macro
/linux-4.4.14/tools/perf/util/
Dsort.c870 hit = m & PERF_MEM_LVL_HIT; in hist_entry__lvl_snprintf()
874 m &= ~(PERF_MEM_LVL_HIT|PERF_MEM_LVL_MISS); in hist_entry__lvl_snprintf()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c141 dse.mem_lvl = PERF_MEM_LVL_L1 | PERF_MEM_LVL_HIT; in precise_datala_hsw()