Home
last modified time | relevance | path

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

/openbmc/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()
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()
513 ioctl(fd1, PERF_EVENT_IOC_RESET); in test_process_multi_diff_addr_ro_wo()
514 ioctl(fd2, PERF_EVENT_IOC_RESET); in test_process_multi_diff_addr_ro_wo()
558 ioctl(fd1, PERF_EVENT_IOC_RESET); in test_process_multi_same_addr_ro_wo()
559 ioctl(fd2, PERF_EVENT_IOC_RESET); in test_process_multi_same_addr_ro_wo()
[all …]
/openbmc/linux/tools/perf/tests/
H A Dbp_signal_overflow.c112 ioctl(fd, PERF_EVENT_IOC_RESET, 0); in test__bp_signal_overflow()
H A Dbp_signal.c135 ioctl(fd, PERF_EVENT_IOC_RESET, 0); in __event()
/openbmc/linux/tools/testing/selftests/powerpc/pmu/
H A Devent.c117 return ioctl(e->fd, PERF_EVENT_IOC_RESET); in event_reset()
/openbmc/linux/tools/testing/selftests/resctrl/
H A Dcache.c34 ioctl(fd_lm, PERF_EVENT_IOC_RESET, 0); in ioctl_perf_event_ioc_reset_enable()
H A Dresctrl_val.c85 ioctl(imc_counters_config[i][j].fd, PERF_EVENT_IOC_RESET, 0); in membw_ioctl_perf_event_ioc_reset_enable()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h550 #define PERF_EVENT_IOC_RESET _IO ('$', 3) macro
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h550 #define PERF_EVENT_IOC_RESET _IO ('$', 3) macro
/openbmc/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()
/openbmc/linux/tools/perf/Documentation/
H A Dtopdown.txt286 ioctl(perf_fd, PERF_EVENT_IOC_RESET, 0);
/openbmc/linux/kernel/events/
H A Dcore.c5910 case PERF_EVENT_IOC_RESET: in _perf_ioctl()