Searched refs:PERF_EVENT_IOC_ENABLE (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | timer.h | 123 ioctl(linux_perf_fd, PERF_EVENT_IOC_ENABLE, 0); \
|
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/ |
H A D | perf_event_open01.c | 170 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 D | perf_counters.cc | 213 if (ioctl(lead, PERF_EVENT_IOC_ENABLE) != 0) { in Create()
|
/third_party/ltp/testcases/kernel/tracing/pt_test/ |
H A D | pt_test.c | 111 SAFE_IOCTL(fde, PERF_EVENT_IOC_ENABLE); in intel_pt_trace_check()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | checkasm.h | 230 ioctl(sysfd, PERF_EVENT_IOC_ENABLE, 0); \
|
/third_party/libbpf/include/uapi/linux/ |
H A D | perf_event.h | 547 #define PERF_EVENT_IOC_ENABLE _IO ('$', 0) macro
|
/third_party/libbpf/src/ |
H A D | libbpf.c | 10626 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 D | asm-disasm-speed-test.cc | 9543 if (ioctl(fd_[cpu], PERF_EVENT_IOC_ENABLE, 0) == 0) ok = true; in PerfScope()
|
Completed in 33 milliseconds