Home
last modified time | relevance | path

Searched defs:group_fd (Results 1 – 13 of 13) sorted by relevance

/linux-5.19.10/tools/testing/selftests/powerpc/pmu/
Devent.c18 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-5.19.10/tools/perf/tests/
Dattr.c69 int fd, int group_fd, unsigned long flags) in store_event()
148 int fd, int group_fd, unsigned long flags) in test_attr__open()
/linux-5.19.10/tools/perf/
Dperf-sys.h14 pid_t pid, int cpu, int group_fd, in sys_perf_event_open()
/linux-5.19.10/tools/testing/selftests/powerpc/pmu/ebb/
Dmulti_counter_test.c19 int i, group_fd; in multi_counter() local
/linux-5.19.10/tools/testing/selftests/powerpc/
Dutils.c207 int cpu, int group_fd, unsigned long flags) in perf_event_open()
230 unsigned long config, int group_fd) in perf_event_open_counter()
/linux-5.19.10/tools/lib/perf/
Devsel.c81 pid_t pid, struct perf_cpu cpu, int group_fd, in sys_perf_event_open()
87 static int get_group_fd(struct perf_evsel *evsel, int cpu_map_idx, int thread, int *group_fd) in get_group_fd()
149 int fd, group_fd, *evsel_fd; in perf_evsel__open() local
/linux-5.19.10/tools/testing/selftests/user_events/
Dperf_test.c33 int cpu, int group_fd, unsigned long flags) in perf_event_open()
/linux-5.19.10/tools/testing/selftests/resctrl/
Dresctrlfs.c727 int group_fd, unsigned long flags) in perf_event_open()
/linux-5.19.10/tools/kvm/kvm_stat/
Dkvm_stat422 def _perf_event_open(self, attr, pid, cpu, group_fd, flags): argument
/linux-5.19.10/tools/perf/util/
Dpython.c1460 int fd, int group_fd, unsigned long flags) in test_attr__open()
Devsel.c2055 int fd, group_fd; in evsel__open_cpu() local
/linux-5.19.10/tools/power/x86/turbostat/
Dturbostat.c650 static long perf_event_open(struct perf_event_attr *hw_event, pid_t pid, int cpu, int group_fd, uns… in perf_event_open()
/linux-5.19.10/kernel/events/
Dcore.c12032 pid_t, pid, int, cpu, int, group_fd, unsigned long, flags) in SYSCALL_DEFINE5() argument