Searched defs:group_fd (Results 1 – 12 of 12) sorted by relevance
/linux/tools/testing/selftests/powerpc/pmu/ |
A D | event.c | 17 int group_fd, unsigned long flags) in perf_event_open() 52 int event_open_with_options(struct event *e, pid_t pid, int cpu, int group_fd) in event_open_with_options() 63 int event_open_with_group(struct event *e, int group_fd) in event_open_with_group()
|
/linux/tools/perf/tests/ |
A D | attr.c | 69 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/tools/perf/ |
A D | perf-sys.h | 14 pid_t pid, int cpu, int group_fd, in sys_perf_event_open()
|
/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
A D | multi_counter_test.c | 19 int i, group_fd; in multi_counter() local
|
/linux/tools/testing/selftests/powerpc/ |
A D | utils.c | 207 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/tools/lib/perf/ |
A D | evsel.c | 77 pid_t pid, int cpu, int group_fd, in sys_perf_event_open() 83 static int get_group_fd(struct perf_evsel *evsel, int cpu, int thread, int *group_fd) in get_group_fd() 144 int fd, group_fd, *evsel_fd; in perf_evsel__open() local
|
/linux/tools/testing/selftests/resctrl/ |
A D | resctrlfs.c | 727 int group_fd, unsigned long flags) in perf_event_open()
|
/linux/tools/kvm/kvm_stat/ |
A D | kvm_stat | 422 def _perf_event_open(self, attr, pid, cpu, group_fd, flags): argument
|
/linux/tools/perf/util/ |
A D | python.c | 1447 int fd, int group_fd, unsigned long flags) in test_attr__open()
|
A D | evsel.c | 2028 int fd, group_fd; in evsel__open_cpu() local
|
/linux/tools/power/x86/turbostat/ |
A D | turbostat.c | 508 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/kernel/events/ |
A D | core.c | 12022 pid_t, pid, int, cpu, int, group_fd, unsigned long, flags) in SYSCALL_DEFINE5() argument
|
Completed in 213 milliseconds