/linux/tools/testing/selftests/powerpc/pmu/ |
H A D | event.c | 18 int group_fd, unsigned long flags) in perf_event_open() 69 int event_open_with_options(struct event *e, pid_t pid, int cpu, int group_fd) in event_open_with_options() 80 int event_open_with_group(struct event *e, int group_fd) in event_open_with_group()
|
/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | multi_counter_test.c | 19 int i, group_fd; in multi_counter() local
|
/linux/tools/perf/ |
H A D | perf-sys.h | 14 pid_t pid, int cpu, int group_fd, in sys_perf_event_open()
|
/linux/tools/lib/perf/ |
H A D | evsel.c | 94 pid_t pid, struct perf_cpu cpu, int group_fd, in sys_perf_event_open() 100 static int get_group_fd(struct perf_evsel *evsel, int cpu_map_idx, int thread, int *group_fd) in get_group_fd() 162 int fd, group_fd, *evsel_fd; in perf_evsel__open() local
|
/linux/arch/um/drivers/ |
H A D | vfio_kern.c | 66 static int uml_vfio_set_container(int group_fd) in uml_vfio_set_container() 88 static void uml_vfio_unset_container(int group_fd) in uml_vfio_unset_container() 138 static int uml_vfio_release_group(int group_fd) in uml_vfio_release_group()
|
/linux/tools/testing/selftests/user_events/ |
H A D | perf_test.c | 33 int cpu, int group_fd, unsigned long flags) in perf_event_open()
|
/linux/tools/testing/selftests/powerpc/ |
H A D | utils.c | 524 int cpu, int group_fd, unsigned long flags) in perf_event_open() 547 unsigned long config, int group_fd) in perf_event_open_counter()
|
/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-perf-hwbreak.c | 117 int group_fd, unsigned long flags) in perf_event_open()
|
/linux/tools/perf/arch/x86/tests/ |
H A D | amd-ibs-period.c | 230 int cpu, int group_fd, unsigned long flags) in perf_event_open()
|
/linux/tools/perf/util/ |
H A D | evsel.c | 115 int fd, int group_fd, unsigned long flags) in store_event() 195 int fd, int group_fd, unsigned long flags) in test_attr__open() 2620 int fd, group_fd; in evsel__open_cpu() local
|
/linux/tools/kvm/kvm_stat/ |
H A D | kvm_stat | 490 def _perf_event_open(self, attr, pid, cpu, group_fd, flags): argument
|
/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 2435 static long perf_event_open(struct perf_event_attr *hw_event, pid_t pid, int cpu, int group_fd, unsigned long flags) in perf_event_open() argument 2442 static long open_perf_counter(int cpu, unsigned int type, unsigned int config, int group_fd, __u64 read_format) in open_perf_counter() argument
|
/linux/kernel/events/ |
H A D | core.c | 13375 SYSCALL_DEFINE5(perf_event_open,struct perf_event_attr __user *,attr_uptr,pid_t,pid,int,cpu,int,group_fd,unsigned long,flags) SYSCALL_DEFINE5() argument
|