Home
last modified time | relevance | path

Searched refs:PERF_COUNT_HW_CACHE_REFERENCES (Results 1 – 18 of 18) sorted by relevance

/external/strace/xlat/
Dperf_hw_id.h20 #if defined(PERF_COUNT_HW_CACHE_REFERENCES) || (defined(HAVE_DECL_PERF_COUNT_HW_CACHE_REFERENCES) &…
22 static_assert((PERF_COUNT_HW_CACHE_REFERENCES) == (2), "PERF_COUNT_HW_CACHE_REFERENCES != 2");
25 # define PERF_COUNT_HW_CACHE_REFERENCES 2
90 XLAT(PERF_COUNT_HW_CACHE_REFERENCES),
Dperf_hw_id.in4 PERF_COUNT_HW_CACHE_REFERENCES 2
/external/bcc/examples/cpp/
DLLCStat.cc78 bpf.attach_perf_event(PERF_TYPE_HARDWARE, PERF_COUNT_HW_CACHE_REFERENCES, in main()
97 bpf.detach_perf_event(PERF_TYPE_HARDWARE, PERF_COUNT_HW_CACHE_REFERENCES); in main()
/external/ltp/testcases/kernel/syscalls/perf_event_open/
Dperf_event_open01.c63 PERF_COUNT_HW_CACHE_REFERENCES },
/external/ltp/testcases/cve/
Dcve-2015-3290.c367 .config = PERF_COUNT_HW_CACHE_REFERENCES, in child_thread()
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h50 PERF_COUNT_HW_CACHE_REFERENCES = 2, enumerator
/external/kernel-headers/original/uapi/linux/
Dperf_event.h51 PERF_COUNT_HW_CACHE_REFERENCES = 2, enumerator
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go996 PERF_COUNT_HW_CACHE_REFERENCES = 0x2 const
Dztypes_linux_386.go973 PERF_COUNT_HW_CACHE_REFERENCES = 0x2 const
Dztypes_linux_mips.go965 PERF_COUNT_HW_CACHE_REFERENCES = 0x2 const
Dztypes_linux_amd64.go991 PERF_COUNT_HW_CACHE_REFERENCES = 0x2 const
Dztypes_linux_ppc64.go980 PERF_COUNT_HW_CACHE_REFERENCES = 0x2 const
Dztypes_linux_mips64.go972 PERF_COUNT_HW_CACHE_REFERENCES = 0x2 const
Dztypes_linux_mipsle.go965 PERF_COUNT_HW_CACHE_REFERENCES = 0x2 const
Dztypes_linux_arm.go961 PERF_COUNT_HW_CACHE_REFERENCES = 0x2 const
Dztypes_linux_arm64.go970 PERF_COUNT_HW_CACHE_REFERENCES = 0x2 const
Dztypes_linux_mips64le.go972 PERF_COUNT_HW_CACHE_REFERENCES = 0x2 const
Dztypes_linux_ppc64le.go980 PERF_COUNT_HW_CACHE_REFERENCES = 0x2 const