Home
last modified time | relevance | path

Searched refs:PERF_EVENT_IOC_RESET (Results 1 – 12 of 12) sorted by relevance

/linux/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c126 ioctl(fd[i], PERF_EVENT_IOC_RESET); in reset_fds()
317 ioctl(break_fd, PERF_EVENT_IOC_RESET); in runtest_dar_outside()
332 ioctl(break_fd, PERF_EVENT_IOC_RESET); in runtest_dar_outside()
347 ioctl(break_fd, PERF_EVENT_IOC_RESET); in runtest_dar_outside()
362 ioctl(break_fd, PERF_EVENT_IOC_RESET); in runtest_dar_outside()
377 ioctl(break_fd, PERF_EVENT_IOC_RESET); in runtest_dar_outside()
423 ioctl(fd1, PERF_EVENT_IOC_RESET); in test_process_multi_diff_addr()
424 ioctl(fd2, PERF_EVENT_IOC_RESET); in test_process_multi_diff_addr()
468 ioctl(fd1, PERF_EVENT_IOC_RESET); in test_process_multi_same_addr()
469 ioctl(fd2, PERF_EVENT_IOC_RESET); in test_process_multi_same_addr()
[all …]
/linux/tools/testing/selftests/x86/
H A Dsrso.c50 ioctl(rrets_fd, PERF_EVENT_IOC_RESET, 0); in main()
51 ioctl(mrrets_fd, PERF_EVENT_IOC_RESET, 0); in main()
/linux/tools/perf/tests/
H A Dbp_signal_overflow.c113 ioctl(fd, PERF_EVENT_IOC_RESET, 0); in test__bp_signal_overflow()
H A Dbp_signal.c136 ioctl(fd, PERF_EVENT_IOC_RESET, 0); in __event()
/linux/tools/testing/selftests/resctrl/
H A Dcache.c29 ret = ioctl(pe_fd, PERF_EVENT_IOC_RESET, 0); in perf_event_reset_enable()
H A Dresctrl_val.c66 ioctl(imc_counters_config[i][j].fd, PERF_EVENT_IOC_RESET, 0); in membw_ioctl_perf_event_ioc_reset_enable()
/linux/tools/testing/selftests/powerpc/pmu/
H A Devent.c117 return ioctl(e->fd, PERF_EVENT_IOC_RESET); in event_reset()
/linux/include/uapi/linux/
H A Dperf_event.h554 #define PERF_EVENT_IOC_RESET _IO ('$', 3) macro
/linux/tools/include/uapi/linux/
H A Dperf_event.h554 #define PERF_EVENT_IOC_RESET _IO ('$', 3) macro
/linux/tools/testing/selftests/powerpc/
H A Dutils.c584 if (ioctl(fd, PERF_EVENT_IOC_RESET, PERF_IOC_FLAG_GROUP) == -1) { in perf_event_reset()
/linux/tools/perf/Documentation/
H A Dtopdown.txt286 ioctl(perf_fd, PERF_EVENT_IOC_RESET, 0);
/linux/kernel/events/
H A Dcore.c6033 case PERF_EVENT_IOC_RESET: in _perf_ioctl()