Searched refs:__NR_perf_event_open (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/core/init/ |
H A D | security.cpp | 196 unique_fd fd(static_cast<int>(syscall(__NR_perf_event_open, &pe, /*pid=*/-1, in TestPerfEventSelinuxAction()
|
/aosp12/system/extras/tests/icachetest/ |
H A D | Profiler.cpp | 43 return syscall(__NR_perf_event_open, hw_event, pid, cpu, group_fd, flags); in perf_event_open()
|
/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/ |
H A D | unistd_64.h | 319 #define __NR_perf_event_open 298 macro
|
H A D | unistd_32.h | 353 #define __NR_perf_event_open 336 macro
|
H A D | unistd_x32.h | 279 #define __NR_perf_event_open (__X32_SYSCALL_BIT + 298) macro
|
/aosp12/bionic/libc/kernel/uapi/asm-generic/ |
H A D | unistd.h | 316 #define __NR_perf_event_open 241 macro
|
/aosp12/system/extras/simpleperf/ |
H A D | event_fd.cpp | 45 return syscall(__NR_perf_event_open, &attr, pid, cpu, group_fd, flags); in perf_event_open()
|
/aosp12/bionic/libc/include/bits/ |
H A D | glibc-syscalls.h | 732 #if defined(__NR_perf_event_open) 733 #define SYS_perf_event_open __NR_perf_event_open
|
/aosp12/bionic/libc/kernel/uapi/asm-arm/asm/ |
H A D | unistd-common.h | 340 #define __NR_perf_event_open (__NR_SYSCALL_BASE + 364) macro
|