X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;ds=sidebyside;f=include%2Flinux%2Fsyscalls.h;h=a1d177ce0a08edf101bc26e27416b6102cec43ef;hb=506c10f26c481b7f8ef27c1c79290f68989b2e9e;hp=18d0a243a7b3a8cd98e05386c10ac697258bbb56;hpb=7c51d57e9d7fbce89f79c41dc8da383101dbe9c6;p=mv-sheeva.git diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index 18d0a243a7b..a1d177ce0a0 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h @@ -54,6 +54,7 @@ struct compat_stat; struct compat_timeval; struct robust_list_head; struct getcpu_cache; +struct perf_counter_hw_event; #include #include @@ -624,4 +625,11 @@ asmlinkage long sys_fallocate(int fd, int mode, loff_t offset, loff_t len); int kernel_execve(const char *filename, char *const argv[], char *const envp[]); + +asmlinkage int sys_perf_counter_open( + + struct perf_counter_hw_event *hw_event_uptr __user, + pid_t pid, + int cpu, + int group_fd); #endif