| 669 | } |
| 670 | |
| 671 | static int perf_event_open( struct perf_event_attr* hw_event, pid_t pid, int cpu, int group_fd, unsigned long flags ) |
| 672 | { |
| 673 | return syscall( __NR_perf_event_open, hw_event, pid, cpu, group_fd, flags ); |
| 674 | } |
| 675 | |
| 676 | enum TraceEventId |
| 677 | { |
no outgoing calls
no test coverage detected