Home
last modified time | relevance | path

Searched refs:PERF_MEM_SNOOP_NONE (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dbpf-filter.l145 none { return constant(PERF_MEM_SNOOP_NONE); }
/linux/tools/include/uapi/linux/
H A Dperf_event.h1377 #define PERF_MEM_SNOOP_NONE 0x02 /* no snoop */ macro