Home
last modified time | relevance | path

Searched refs:__NR_perf_event_open (Results 1 - 25 of 28) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/perf_event_open/
H A Dperf_event_open.h20 ret = tst_syscall(__NR_perf_event_open, event, pid, cpu, in perf_event_open()
H A Dperf_event_open01.c124 ret = tst_syscall(__NR_perf_event_open, hw_event, pid, cpu, in perf_event_open()
/third_party/ffmpeg/libavutil/
H A Dtimer.h115 linux_perf_fd = syscall(__NR_perf_event_open, &attr, \
/third_party/ltp/testcases/kernel/tracing/pt_test/
H A Dpt_test.c198 fde = tst_syscall(__NR_perf_event_open, &attr, 0, -1, -1, 0); in setup()
/third_party/ltp/testcases/cve/
H A Dcve-2015-3290.c310 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 Dsyscall.h343 #define __NR_perf_event_open 364 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsyscall.h343 #define __NR_perf_event_open 364 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsyscall.h343 #define __NR_perf_event_open 364 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsyscall.h343 #define __NR_perf_event_open 364 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dsyscall.h343 #define __NR_perf_event_open 364 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h343 #define __NR_perf_event_open 364 macro
/third_party/ffmpeg/tests/checkasm/
H A Dcheckasm.c640 state.sysfd = syscall(__NR_perf_event_open, &attr, 0, -1, -1, 0); in bench_init_linux()
/third_party/libbpf/src/
H A Dlibbpf.c10747 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 Dgeneral.rs2080 pub const __NR_perf_event_open: u32 = 241; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2079 pub const __NR_perf_event_open: u32 = 241; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2045 pub const __NR_perf_event_open: u32 = 241; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2172 pub const __NR_perf_event_open: u32 = 319; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2275 pub const __NR_perf_event_open: u32 = 5292; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2175 pub const __NR_perf_event_open: u32 = 319; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2308 pub const __NR_perf_event_open: u32 = 4333; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2149 pub const __NR_perf_event_open: u32 = 364; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2409 pub const __NR_perf_event_open: u32 = 327; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2109 pub const __NR_perf_event_open: u32 = 331; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs2399 pub const __NR_perf_event_open: u32 = 327; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs2094 pub const __NR_perf_event_open: u32 = 1073742122; consts

Completed in 175 milliseconds

12