/third_party/ltp/testcases/kernel/syscalls/perf_event_open/ |
H A D | perf_event_open.h | 20 ret = tst_syscall(__NR_perf_event_open, event, pid, cpu, in perf_event_open()
|
H A D | perf_event_open01.c | 124 ret = tst_syscall(__NR_perf_event_open, hw_event, pid, cpu, in perf_event_open()
|
/third_party/ffmpeg/libavutil/ |
H A D | timer.h | 115 linux_perf_fd = syscall(__NR_perf_event_open, &attr, \
|
/third_party/ltp/testcases/kernel/tracing/pt_test/ |
H A D | pt_test.c | 198 fde = tst_syscall(__NR_perf_event_open, &attr, 0, -1, -1, 0); in setup()
|
/third_party/ltp/testcases/cve/ |
H A D | cve-2015-3290.c | 310 ret = tst_syscall(__NR_perf_event_open, hw_event, pid, cpu, in perf_event_open()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | syscall.h | 343 #define __NR_perf_event_open 364 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | syscall.h | 343 #define __NR_perf_event_open 364 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | syscall.h | 343 #define __NR_perf_event_open 364 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | syscall.h | 343 #define __NR_perf_event_open 364 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | syscall.h | 343 #define __NR_perf_event_open 364 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | syscall.h | 343 #define __NR_perf_event_open 364 macro
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | checkasm.c | 640 state.sysfd = syscall(__NR_perf_event_open, &attr, 0, -1, -1, 0); in bench_init_linux()
|
/third_party/libbpf/src/ |
H A D | libbpf.c | 10747 pfd = syscall(__NR_perf_event_open, &attr, 10888 pfd = syscall(__NR_perf_event_open, &attr, 11549 pfd = syscall(__NR_perf_event_open, &attr, 12168 pfd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, 0 /* cpu */, 12906 cpu_buf->fd = syscall(__NR_perf_event_open, attr, -1 /* pid */, cpu,
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2080 pub const __NR_perf_event_open: u32 = 241; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2079 pub const __NR_perf_event_open: u32 = 241; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2045 pub const __NR_perf_event_open: u32 = 241; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2172 pub const __NR_perf_event_open: u32 = 319; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2275 pub const __NR_perf_event_open: u32 = 5292; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2175 pub const __NR_perf_event_open: u32 = 319; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2308 pub const __NR_perf_event_open: u32 = 4333; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2149 pub const __NR_perf_event_open: u32 = 364; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2409 pub const __NR_perf_event_open: u32 = 327; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 2109 pub const __NR_perf_event_open: u32 = 331; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 2399 pub const __NR_perf_event_open: u32 = 327; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 2094 pub const __NR_perf_event_open: u32 = 1073742122; consts
|