* [patch 16/24] perfmon3: non-implemented perfmon syscalls
@ 2008-10-17 15:05 eranian
0 siblings, 0 replies; only message in thread
From: eranian @ 2008-10-17 15:05 UTC (permalink / raw)
To: linux-kernel
This patch adds the conditional perfmon syscalls, i.e.,
the non-implemented syscalls. This is a generic patch
for al architectures. It must be applied before any
syscall table is populated.
Signed-off-by: Stephane Eranian <eranian@gmail.com>
--
Index: o3/kernel/sys_ni.c
===================================================================
--- o3.orig/kernel/sys_ni.c 2008-10-10 11:07:00.000000000 +0200
+++ o3/kernel/sys_ni.c 2008-10-10 11:29:08.000000000 +0200
@@ -168,3 +168,10 @@
cond_syscall(compat_sys_timerfd_gettime);
cond_syscall(sys_eventfd);
cond_syscall(sys_eventfd2);
+
+/* perfmon */
+cond_syscall(sys_pfm_create);
+cond_syscall(sys_pfm_write);
+cond_syscall(sys_pfm_read);
+cond_syscall(sys_pfm_attach);
+cond_syscall(sys_pfm_set_state);
--
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-17 15:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-17 15:05 [patch 16/24] perfmon3: non-implemented perfmon syscalls eranian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome