| 414 | }; |
| 415 | |
| 416 | static long perf_event_open(struct perf_event_attr *hw_event, pid_t pid, |
| 417 | int cpu, int group_fd, unsigned long flags) |
| 418 | { |
| 419 | return syscall(__NR_perf_event_open, hw_event, pid, cpu, group_fd, flags); |
| 420 | } |
| 421 | |
| 422 | static long do_futex(volatile int *uaddr, int futex_op, int val, |
| 423 | const struct timespec *timeout, |
no outgoing calls
no test coverage detected