All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 16/24] perfmon: non-implemented perfmon syscalls
@ 2008-11-25 21:36 eranian
  0 siblings, 0 replies; 2+ messages in thread
From: eranian @ 2008-11-25 21:36 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-11-03 11:35:30.000000000 +0100
+++ o3/kernel/sys_ni.c	2008-11-03 11:35:32.000000000 +0100
@@ -174,3 +174,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] 2+ messages in thread

* [patch 16/24] perfmon: non-implemented perfmon syscalls
@ 2008-11-26  8:42 eranian
  0 siblings, 0 replies; 2+ messages in thread
From: eranian @ 2008-11-26  8:42 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, mingo, x86, andi, eranian, sfr

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-11-03 11:35:30.000000000 +0100
+++ o3/kernel/sys_ni.c	2008-11-03 11:35:32.000000000 +0100
@@ -174,3 +174,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] 2+ messages in thread

end of thread, other threads:[~2008-11-26  8:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-25 21:36 [patch 16/24] perfmon: non-implemented perfmon syscalls eranian
  -- strict thread matches above, loose matches on Subject: below --
2008-11-26  8:42 eranian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.