Home
last modified time | relevance | path

Searched refs:PERF_EVENT_IOC_ENABLE (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dtimer.h123 ioctl(linux_perf_fd, PERF_EVENT_IOC_ENABLE, 0); \
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/
H A Dperf_event_open01.c170 if (ioctl(fd, PERF_EVENT_IOC_ENABLE, 0) == -1) { in verify()
172 "ioctl set PERF_EVENT_IOC_ENABLE failed"); in verify()
/third_party/benchmark/src/
H A Dperf_counters.cc213 if (ioctl(lead, PERF_EVENT_IOC_ENABLE) != 0) { in Create()
/third_party/ltp/testcases/kernel/tracing/pt_test/
H A Dpt_test.c111 SAFE_IOCTL(fde, PERF_EVENT_IOC_ENABLE); in intel_pt_trace_check()
/third_party/ffmpeg/tests/checkasm/
H A Dcheckasm.h230 ioctl(sysfd, PERF_EVENT_IOC_ENABLE, 0); \
/third_party/libbpf/include/uapi/linux/
H A Dperf_event.h547 #define PERF_EVENT_IOC_ENABLE _IO ('$', 0) macro
/third_party/libbpf/src/
H A Dlibbpf.c10626 if (ioctl(pfd, PERF_EVENT_IOC_ENABLE, 0) < 0) {
12926 if (ioctl(cpu_buf->fd, PERF_EVENT_IOC_ENABLE, 0) < 0) {
/third_party/vixl/benchmarks/aarch32/
H A Dasm-disasm-speed-test.cc9543 if (ioctl(fd_[cpu], PERF_EVENT_IOC_ENABLE, 0) == 0) ok = true; in PerfScope()

Completed in 33 milliseconds