|
PAPI
5.0.1.0
|
00001 00002 #ifndef _SYSCALLS_H 00003 #define _SYSCALLS_H 00004 00005 #include <unistd.h> 00006 /*# #include <linux/linkage.h> */ 00007 00008 long sys_perf_event_open( struct perf_event_attr *hw_event, pid_t pid, 00009 int cpu, int group_fd, unsigned long flags ); 00010 00011 #endif