Searched refs:PERF_EVENT_IOC_ENABLE (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/tools/perf/tests/ |
D | bp_signal.c | 158 ioctl(fd1, PERF_EVENT_IOC_ENABLE, 0); in test__bp_signal() 159 ioctl(fd2, PERF_EVENT_IOC_ENABLE, 0); in test__bp_signal()
|
D | bp_signal_overflow.c | 107 ioctl(fd, PERF_EVENT_IOC_ENABLE, 0); in test__bp_signal_overflow()
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/ |
D | multi_counter_test.c | 51 FAIL_IF(ioctl(events[0].fd, PERF_EVENT_IOC_ENABLE, PERF_IOC_FLAG_GROUP)); in multi_counter()
|
D | ebb.c | 283 rc = ioctl(e->fd, PERF_EVENT_IOC_ENABLE); in ebb_event_enable()
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ |
D | event.c | 90 return ioctl(e->fd, PERF_EVENT_IOC_ENABLE); in event_enable()
|
/linux-4.1.27/include/uapi/linux/ |
D | perf_event.h | 383 #define PERF_EVENT_IOC_ENABLE _IO ('$', 0) macro
|
/linux-4.1.27/tools/perf/util/ |
D | evlist.c | 316 PERF_EVENT_IOC_ENABLE, 0); in perf_evlist__enable() 355 PERF_EVENT_IOC_ENABLE, 0); in perf_evlist__enable_event() 374 PERF_EVENT_IOC_ENABLE, 0); in perf_evlist__enable_event_cpu() 392 err = ioctl(FD(evsel, cpu, thread), PERF_EVENT_IOC_ENABLE, 0); in perf_evlist__enable_event_thread()
|
D | evsel.c | 828 PERF_EVENT_IOC_ENABLE, in perf_evsel__enable()
|
/linux-4.1.27/samples/bpf/ |
D | bpf_load.c | 115 ioctl(efd, PERF_EVENT_IOC_ENABLE, 0); in load_and_attach()
|
/linux-4.1.27/tools/perf/ |
D | design.txt | 414 ioctl(fd, PERF_EVENT_IOC_ENABLE, 0);
|
/linux-4.1.27/kernel/events/ |
D | core.c | 4088 case PERF_EVENT_IOC_ENABLE: in _perf_ioctl()
|