Searched refs:PERF_EVENT_IOC_RESET (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | perf-hwbreak.c | 126 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 D | bp_signal_overflow.c | 112 ioctl(fd, PERF_EVENT_IOC_RESET, 0); in test__bp_signal_overflow()
|
H A D | bp_signal.c | 135 ioctl(fd, PERF_EVENT_IOC_RESET, 0); in __event()
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ |
H A D | event.c | 117 return ioctl(e->fd, PERF_EVENT_IOC_RESET); in event_reset()
|
/openbmc/linux/tools/testing/selftests/resctrl/ |
H A D | cache.c | 34 ioctl(fd_lm, PERF_EVENT_IOC_RESET, 0); in ioctl_perf_event_ioc_reset_enable()
|
H A D | resctrl_val.c | 85 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 D | perf_event.h | 550 #define PERF_EVENT_IOC_RESET _IO ('$', 3) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | perf_event.h | 550 #define PERF_EVENT_IOC_RESET _IO ('$', 3) macro
|
/openbmc/linux/tools/testing/selftests/powerpc/ |
H A D | utils.c | 584 if (ioctl(fd, PERF_EVENT_IOC_RESET, PERF_IOC_FLAG_GROUP) == -1) { in perf_event_reset()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | topdown.txt | 286 ioctl(perf_fd, PERF_EVENT_IOC_RESET, 0);
|
/openbmc/linux/kernel/events/ |
H A D | core.c | 5918 case PERF_EVENT_IOC_RESET: in _perf_ioctl()
|