performance counters: x86 support
[deliverable/linux.git] / arch / x86 / include / asm / unistd_64.h
index d2e415e6666f63d314270ef57a26dae73e3fac01..53025feaf88dc21d8ac0c79e7ab6f14fffa8bf91 100644 (file)
@@ -653,7 +653,8 @@ __SYSCALL(__NR_dup3, sys_dup3)
 __SYSCALL(__NR_pipe2, sys_pipe2)
 #define __NR_inotify_init1                     294
 __SYSCALL(__NR_inotify_init1, sys_inotify_init1)
-
+#define __NR_perf_counter_open         295
+__SYSCALL(__NR_perf_counter_open, sys_perf_counter_open)
 
 #ifndef __NO_STUBS
 #define __ARCH_WANT_OLD_READDIR
This page took 0.03614 seconds and 5 git commands to generate.