* [patch 18/24] perfmon: X86 x86-64 32-bit syscall entries (x86)
@ 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 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-11-03 10:46:42.000000000 +0100
+++ o3/arch/x86/ia32/ia32entry.S 2008-11-03 11:18:03.000000000 +0100
@@ -826,4 +826,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] 2+ messages in thread
* [patch 18/24] perfmon: X86 x86-64 32-bit syscall entries (x86)
@ 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 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-11-03 10:46:42.000000000 +0100
+++ o3/arch/x86/ia32/ia32entry.S 2008-11-03 11:18:03.000000000 +0100
@@ -826,4 +826,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] 2+ messages in thread
end of thread, other threads:[~2008-11-26 8:48 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 18/24] perfmon: X86 x86-64 32-bit syscall entries (x86) 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.