Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
Dperf_event.h727 #define PERF_MEM_LVL_HIT 0x02 /* hit level */ macro
/external/kernel-headers/original/uapi/linux/
Dperf_event.h752 #define PERF_MEM_LVL_HIT 0x02 /* hit level */ macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dsort.c685 hit = m & PERF_MEM_LVL_HIT; in hist_entry__lvl_snprintf()
689 m &= ~(PERF_MEM_LVL_HIT|PERF_MEM_LVL_MISS); in hist_entry__lvl_snprintf()