PAPI  5.0.1.0
syscalls.h
Go to the documentation of this file.
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
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines