Home
last modified time | relevance | path

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

/linux-6.14.4/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-6.14.4/tools/perf/tests/
Devent_groups.c32 static int event_open(int type, unsigned long config, int group_fd) in event_open()
85 int group_fd, sibling_fd1, sibling_fd2; in run_test() local
/linux-6.14.4/tools/testing/selftests/powerpc/pmu/ebb/
Dmulti_counter_test.c19 int i, group_fd; in multi_counter() local
/linux-6.14.4/tools/perf/
Dperf-sys.h14 pid_t pid, int cpu, int group_fd, in sys_perf_event_open()
/linux-6.14.4/tools/lib/perf/
Devsel.c83 pid_t pid, struct perf_cpu cpu, int group_fd, in sys_perf_event_open()
89 static int get_group_fd(struct perf_evsel *evsel, int cpu_map_idx, int thread, int *group_fd) in get_group_fd()
151 int fd, group_fd, *evsel_fd; in perf_evsel__open() local
/linux-6.14.4/tools/testing/selftests/user_events/
Dperf_test.c33 int cpu, int group_fd, unsigned long flags) in perf_event_open()
/linux-6.14.4/tools/testing/selftests/powerpc/
Dutils.c524 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-6.14.4/tools/testing/selftests/powerpc/ptrace/
Dptrace-perf-hwbreak.c117 int group_fd, unsigned long flags) in perf_event_open()
/linux-6.14.4/tools/testing/selftests/resctrl/
Dresctrlfs.c940 int group_fd, unsigned long flags) in perf_event_open()
/linux-6.14.4/tools/perf/util/
Devsel.c112 int fd, int group_fd, unsigned long flags) in store_event()
192 int fd, int group_fd, unsigned long flags) in test_attr__open()
2607 int fd, group_fd; in evsel__open_cpu() local
/linux-6.14.4/tools/kvm/kvm_stat/
Dkvm_stat490 def _perf_event_open(self, attr, pid, cpu, group_fd, flags): argument
/linux-6.14.4/tools/power/x86/turbostat/
Dturbostat.c2161 static long perf_event_open(struct perf_event_attr *hw_event, pid_t pid, int cpu, int group_fd, uns… in perf_event_open()
2168 static long open_perf_counter(int cpu, unsigned int type, unsigned int config, int group_fd, __u64 … in open_perf_counter()
/linux-6.14.4/kernel/events/
Dcore.c12782 pid_t, pid, int, cpu, int, group_fd, unsigned long, flags) in SYSCALL_DEFINE5() argument