Searched refs:PERF_MEM_S (Results 1 – 3 of 3) sorted by relevance
| /tools/perf/util/ |
| A D | event.h | 99 (PERF_MEM_S(OP, NA) |\ 100 PERF_MEM_S(LVL, NA) |\ 101 PERF_MEM_S(SNOOP, NA) |\ 102 PERF_MEM_S(LOCK, NA) |\ 103 PERF_MEM_S(TLB, NA) |\ 104 PERF_MEM_S(LVLNUM, NA))
|
| A D | intel-pt.c | 2277 #define P(a, b) PERF_MEM_S(a, b) 2364 #define PERF_MEM_NA (PERF_MEM_S(OP, NA) |\ 2365 PERF_MEM_S(LVL, NA) |\ 2366 PERF_MEM_S(SNOOP, NA) |\ 2367 PERF_MEM_S(LOCK, NA) |\ 2368 PERF_MEM_S(TLB, NA) |\ 2369 PERF_MEM_S(LVLNUM, NA))
|
| /tools/include/uapi/linux/ |
| A D | perf_event.h | 1429 #define PERF_MEM_S(a, s) \ macro
|
Completed in 17 milliseconds