From: eranian@googlemail.com
To: linux-kernel@vger.kernel.org
Subject: [patch 18/24] perfmon3: X86 x86-64 32-bit syscall entries
Date: Fri, 17 Oct 2008 08:05:53 -0700 (PDT) [thread overview]
Message-ID: <48f8a9d1.0d135e0a.6e31.2184@mx.google.com> (raw)
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:
--
reply other threads:[~2008-10-17 15:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48f8a9d1.0d135e0a.6e31.2184@mx.google.com \
--to=eranian@googlemail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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