Symbol: PERF_MEM_S
arch/powerpc/perf/isa207-common.h
274
#define P(a, b) PERF_MEM_S(a, b)
arch/x86/events/amd/ibs.c
1042
#define L(x) (PERF_MEM_S(LVL, x) | PERF_MEM_S(LVL, HIT))
arch/x86/events/amd/ibs.c
1043
#define LN(x) PERF_MEM_S(LVLNUM, x)
arch/x86/events/amd/ibs.c
1044
#define REM PERF_MEM_S(REMOTE, REMOTE)
arch/x86/events/amd/ibs.c
1045
#define HOPS(x) PERF_MEM_S(HOPS, x)
arch/x86/events/amd/ibs.c
1152
return PERF_MEM_S(LVL, NA) | LN(NA);
arch/x86/events/intel/ds.c
118
#define P(a, b) PERF_MEM_S(a, b)
include/linux/perf_event.h
1353
#define PERF_MEM_NA (PERF_MEM_S(OP, NA) |\
include/linux/perf_event.h
1354
PERF_MEM_S(LVL, NA) |\
include/linux/perf_event.h
1355
PERF_MEM_S(SNOOP, NA) |\
include/linux/perf_event.h
1356
PERF_MEM_S(LOCK, NA) |\
include/linux/perf_event.h
1357
PERF_MEM_S(TLB, NA) |\
include/linux/perf_event.h
1358
PERF_MEM_S(LVLNUM, NA))
tools/perf/util/event.h
100
PERF_MEM_S(LVL, NA) |\
tools/perf/util/event.h
101
PERF_MEM_S(SNOOP, NA) |\
tools/perf/util/event.h
102
PERF_MEM_S(LOCK, NA) |\
tools/perf/util/event.h
103
PERF_MEM_S(TLB, NA) |\
tools/perf/util/event.h
104
PERF_MEM_S(LVLNUM, NA))
tools/perf/util/event.h
99
(PERF_MEM_S(OP, NA) |\
tools/perf/util/intel-pt.c
2297
#define P(a, b) PERF_MEM_S(a, b)
tools/perf/util/intel-pt.c
2384
#define PERF_MEM_NA (PERF_MEM_S(OP, NA) |\
tools/perf/util/intel-pt.c
2385
PERF_MEM_S(LVL, NA) |\
tools/perf/util/intel-pt.c
2386
PERF_MEM_S(SNOOP, NA) |\
tools/perf/util/intel-pt.c
2387
PERF_MEM_S(LOCK, NA) |\
tools/perf/util/intel-pt.c
2388
PERF_MEM_S(TLB, NA) |\
tools/perf/util/intel-pt.c
2389
PERF_MEM_S(LVLNUM, NA))