* [patch 18/24] perfmon3: X86 x86-64 32-bit syscall entries
@ 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 patchs adds the 32-bit perfmon system calls on x86-64 host kernel.
Signed-off-by: Stephane Eranian <eranian@gmail.com>
--
Index: o3/arch/x86/ia32/ia32entry.S
===================================================================
--- o3.orig/arch/x86/ia32/ia32entry.S 2008-10-10 11:06:59.000000000 +0200
+++ o3/arch/x86/ia32/ia32entry.S 2008-10-10 11:32:20.000000000 +0200
@@ -832,4 +832,9 @@
.quad sys_dup3 /* 330 */
.quad sys_pipe2
.quad sys_inotify_init1
+ .quad sys_pfm_create
+ .quad sys_pfm_write
+ .quad sys_pfm_read /* 335 */
+ .quad sys_pfm_attach
+ .quad sys_pfm_set_state
ia32_syscall_end:
--
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-17 15:11 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 18/24] perfmon3: X86 x86-64 32-bit syscall entries 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