Searched refs:PERF_EVENT_IOC_ENABLE (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/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.4.14/samples/bpf/ |
D | tracex6_user.c | 40 ioctl(pmu_fd[i], PERF_EVENT_IOC_ENABLE, 0); in test_bpf_perf_event()
|
D | trace_output_user.c | 166 ioctl(pmu_fd, PERF_EVENT_IOC_ENABLE, 0); in test_bpf_perf_event()
|
D | bpf_load.c | 145 ioctl(efd, PERF_EVENT_IOC_ENABLE, 0); in load_and_attach()
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
D | multi_counter_test.c | 53 FAIL_IF(ioctl(events[0].fd, PERF_EVENT_IOC_ENABLE, PERF_IOC_FLAG_GROUP)); in multi_counter()
|
D | ebb.c | 284 rc = ioctl(e->fd, PERF_EVENT_IOC_ENABLE); in ebb_event_enable()
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ |
D | event.c | 90 return ioctl(e->fd, PERF_EVENT_IOC_ENABLE); in event_enable()
|
/linux-4.4.14/include/uapi/linux/ |
D | perf_event.h | 389 #define PERF_EVENT_IOC_ENABLE _IO ('$', 0) macro
|
/linux-4.4.14/tools/perf/util/ |
D | evlist.c | 372 PERF_EVENT_IOC_ENABLE, 0); in perf_evlist__enable() 418 PERF_EVENT_IOC_ENABLE, 0); in perf_evlist__enable_event() 437 PERF_EVENT_IOC_ENABLE, 0); in perf_evlist__enable_event_cpu() 455 err = ioctl(FD(evsel, cpu, thread), PERF_EVENT_IOC_ENABLE, 0); in perf_evlist__enable_event_thread()
|
D | evsel.c | 987 PERF_EVENT_IOC_ENABLE, in perf_evsel__enable()
|
/linux-4.4.14/tools/perf/ |
D | design.txt | 414 ioctl(fd, PERF_EVENT_IOC_ENABLE, 0);
|
/linux-4.4.14/kernel/events/ |
D | core.c | 4254 case PERF_EVENT_IOC_ENABLE: in _perf_ioctl()
|