diff options
author | Ben Cheng <bccheng@google.com> | 2012-03-13 12:28:40 -0700 |
---|---|---|
committer | Ben Cheng <bccheng@google.com> | 2012-03-13 12:28:40 -0700 |
commit | 1a823691a21519014daf252691a314f0726d7c3a (patch) | |
tree | aaf44aebed27ae43e9a9e2682b22f42c99d7201a /libc/SYSCALLS.TXT | |
parent | 654325de026a2ca5b76b8b40e576c959d8211fdc (diff) | |
download | bionic-1a823691a21519014daf252691a314f0726d7c3a.zip bionic-1a823691a21519014daf252691a314f0726d7c3a.tar.gz bionic-1a823691a21519014daf252691a314f0726d7c3a.tar.bz2 |
Update kernel headers and add syscall "perf_event_open"
Change-Id: I43f12b727881df002a8524f2738586c043833bae
Diffstat (limited to 'libc/SYSCALLS.TXT')
-rw-r--r-- | libc/SYSCALLS.TXT | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/SYSCALLS.TXT b/libc/SYSCALLS.TXT index b9bd9e7..14b990d 100644 --- a/libc/SYSCALLS.TXT +++ b/libc/SYSCALLS.TXT @@ -264,6 +264,7 @@ int delete_module(const char*, unsigned int) 129 int klogctl:syslog(int, char *, int) 103 int sysinfo(struct sysinfo *) 116 int personality(unsigned long) 136 +long perf_event_open(struct perf_event_attr *attr_uptr, pid_t pid, int cpu, int group_fd, unsigned long flags) 364 # futex int futex(void *, int, int, void *, void *, int) 240 |