Home
last modified time | relevance | path

Searched refs:group_fd (Results 1 – 14 of 14) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
Devent.c17 int group_fd, unsigned long flags) in perf_event_open() argument
20 group_fd, 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() argument
54 e->fd = perf_event_open(&e->attr, pid, cpu, group_fd, 0); in event_open_with_options()
63 int event_open_with_group(struct event *e, int group_fd) in event_open_with_group() argument
65 return event_open_with_options(e, PERF_CURRENT_PID, PERF_NO_CPU, group_fd); in event_open_with_group()
Devent.h30 int event_open_with_options(struct event *e, pid_t pid, int cpu, int group_fd);
31 int event_open_with_group(struct event *e, int group_fd);
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Dmulti_counter_test.c19 int i, group_fd; in multi_counter() local
34 group_fd = -1; in multi_counter()
40 FAIL_IF(event_open_with_group(&events[i], group_fd)); in multi_counter()
41 if (group_fd == -1) in multi_counter()
42 group_fd = events[0].fd; in multi_counter()
/external/strace/tests-m32/
Dperf_event_open_nonverbose.c75 int group_fd; in main() member
100 args[i].cpu, args[i].group_fd, args[i].flags); in main()
103 args[i].group_fd, args[i].flags_str, sprintrc(rc)); in main()
Dperf_event_open.c691 int group_fd; in main() member
721 args[i].cpu, args[i].group_fd, args[i].flags); in main()
724 args[i].group_fd, args[i].flags_str, sprintrc(rc)); in main()
796 args[args_idx].cpu, args[args_idx].group_fd, in main()
810 args[args_idx].cpu, args[args_idx].group_fd, in main()
/external/strace/tests/
Dperf_event_open_nonverbose.c75 int group_fd; in main() member
100 args[i].cpu, args[i].group_fd, args[i].flags); in main()
103 args[i].group_fd, args[i].flags_str, sprintrc(rc)); in main()
Dperf_event_open.c691 int group_fd; in main() member
721 args[i].cpu, args[i].group_fd, args[i].flags); in main()
724 args[i].group_fd, args[i].flags_str, sprintrc(rc)); in main()
796 args[args_idx].cpu, args[args_idx].group_fd, in main()
810 args[args_idx].cpu, args[args_idx].group_fd, in main()
/external/strace/tests-mx32/
Dperf_event_open_nonverbose.c75 int group_fd; in main() member
100 args[i].cpu, args[i].group_fd, args[i].flags); in main()
103 args[i].group_fd, args[i].flags_str, sprintrc(rc)); in main()
Dperf_event_open.c691 int group_fd; in main() member
721 args[i].cpu, args[i].group_fd, args[i].flags); in main()
724 args[i].group_fd, args[i].flags_str, sprintrc(rc)); in main()
796 args[args_idx].cpu, args[args_idx].group_fd, in main()
810 args[args_idx].cpu, args[args_idx].group_fd, in main()
/external/ltp/testcases/kernel/syscalls/perf_event_open/
Dperf_event_open01.c122 int cpu, int group_fd, unsigned long flags) in perf_event_open() argument
127 group_fd, flags); in perf_event_open()
Dperf_event_open02.c118 int cpu, int group_fd, unsigned long flags) in perf_event_open() argument
123 group_fd, flags); in perf_event_open()
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h1767 #define __sanitizer_syscall_pre_perf_event_open(attr_uptr, pid, cpu, group_fd, \ argument
1770 (long)(cpu), (long)(group_fd), \
1773 group_fd, flags) \ argument
1775 res, (long)(attr_uptr), (long)(pid), (long)(cpu), (long)(group_fd), \
3030 long cpu, long group_fd,
3034 long group_fd, long flags);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc2772 long cpu, long group_fd, long flags) {
2777 long pid, long cpu, long group_fd, long flags) {}
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c3469 vki_pid_t, pid, int, cpu, int, group_fd, in PRE()