summaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h
Commit message (Expand)AuthorAgeFilesLines
* tracing: Fix ftrace_event_call alignment for use with gcc 4.5Jeff Mahoney2010-03-151-2/+4
* tracing/syscalls: Fix typo in SYSCALL_DEFINE0Lai Jiangshan2009-12-301-1/+1
* Merge branch 'linus' into tracing/urgentIngo Molnar2009-12-141-0/+4
|\
| * Unify sys_mmap*Al Viro2009-12-111-0/+4
* | tracing: Change event->profile_count to be int typeLi Zefan2009-12-131-2/+0
* | tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan2009-12-131-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-081-0/+4
|\
| * net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo2009-10-121-0/+4
* | tracing/syscalls: Make syscall events print callbacks staticFrederic Weisbecker2009-12-021-2/+2
* | trace_syscalls: Simplify syscall profileLai Jiangshan2009-12-011-27/+4
* | trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan2009-12-011-28/+2
* | trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan2009-12-011-2/+2
* | trace_syscalls: Remove enter_id exit_idLai Jiangshan2009-12-011-2/+0
* | trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan2009-12-011-2/+4
* | trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan2009-12-011-2/+2
* | Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-231-21/+12
|\|
| * fs: change sys_truncate length parameter typeHeiko Carstens2009-09-231-2/+1
| * Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds2009-09-211-3/+3
| |\
| | * perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-3/+3
| * | tracing: Factorize the events profile accountingFrederic Weisbecker2009-09-181-16/+8
| |/
* | Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker2009-09-111-2/+0
|\|
| * tracing/filters: Defer pred allocationLi Zefan2009-08-311-2/+0
* | tracing: Ftrace dynamic ftrace_event_call supportMasami Hiramatsu2009-08-271-2/+2
|/
* tracing/syscalls: Add filtering supportLi Zefan2009-08-191-5/+11
* tracing/syscalls: Add fields format for exit eventsLi Zefan2009-08-191-1/+2
* tracing: Add fields format definition for syscall eventsFrederic Weisbecker2009-08-111-0/+1
* tracing: Add perf counter support for syscalls tracingJason Baron2009-08-111-1/+51
* tracing: Add individual syscalls tracepoint id supportJason Baron2009-08-111-4/+18
* tracing: Add trace events for each syscall entry/exitJason Baron2009-08-111-2/+59
* signals: declare sys_rt_tgsigqueueinfo in syscalls.hArnd Bergmann2009-07-071-0/+2
* syscalls.h: remove duplicated declarations for sys_pipe2Masatake YAMATO2009-06-161-2/+1
* perf_counter: Add forward/backward attribute ABI compatibilityPeter Zijlstra2009-06-121-1/+1
* perf_counter: Rename perf_counter_hw_event => perf_counter_attrPeter Zijlstra2009-06-021-2/+2
* Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-181-0/+1
|\
| * syscalls.h add the missing sys_pipe2 declarationArnd Bergmann2009-05-121-0/+1
* | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-291-2/+2
|\|
| * Fix SYSCALL_ALIAS for older MIPS assemblerThomas Bogendoerfer2009-04-211-1/+1
| * tracing/syscalls: use a dedicated file headerFrederic Weisbecker2009-04-091-1/+1
* | Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-061-2/+62
|\|
| * Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-051-2/+58
| |\
| | * tracing/syscalls: core infrastructure for syscalls tracing, enhancementsFrederic Weisbecker2009-03-131-2/+58
| * | Make non-compat preadv/pwritev use native register sizeLinus Torvalds2009-04-041-2/+2
| * | preadv/pwritev: Add preadv and pwritev system calls.Gerd Hoffmann2009-04-021-0/+4
| |/
* | perfcounters: provide expansion room in the ABIPaul Mackerras2009-03-041-1/+1
* | perfcounters: fix a few minor cleanliness issuesPaul Mackerras2009-02-261-6/+3
* | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-02-131-14/+14
|\|
| * syscall define: fix uml compile bugHeiko Carstens2009-02-111-14/+14
* | Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar2009-02-111-0/+5
|\|
| * alpha: use syscall wrappersIvan Kokshaysky2009-01-291-0/+5
* | Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar2009-01-211-52/+117
|\|