summaryrefslogtreecommitdiff
path: root/include/linux/syscalls.h
AgeCommit message (Expand)Author
2010-01-13Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-01-06tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan
2010-01-06tracing: Have syscall tracing call its own init functionSteven Rostedt
2009-12-30tracing/syscalls: Fix typo in SYSCALL_DEFINE0Lai Jiangshan
2009-12-28perf events: Remove CONFIG_EVENT_PROFILELi Zefan
2009-12-14Merge branch 'linus' into tracing/urgentIngo Molnar
2009-12-13tracing: Change event->profile_count to be int typeLi Zefan
2009-12-13tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan
2009-12-11Unify sys_mmap*Al Viro
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-12-02tracing/syscalls: Make syscall events print callbacks staticFrederic Weisbecker
2009-12-01trace_syscalls: Simplify syscall profileLai Jiangshan
2009-12-01trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan
2009-12-01trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan
2009-12-01trace_syscalls: Remove enter_id exit_idLai Jiangshan
2009-12-01trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan
2009-12-01trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker
2009-09-23fs: change sys_truncate length parameter typeHeiko Carstens
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-18tracing: Factorize the events profile accountingFrederic Weisbecker
2009-09-11Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker
2009-08-31tracing/filters: Defer pred allocationLi Zefan
2009-08-27tracing: Ftrace dynamic ftrace_event_call supportMasami Hiramatsu
2009-08-19tracing/syscalls: Add filtering supportLi Zefan
2009-08-19tracing/syscalls: Add fields format for exit eventsLi Zefan
2009-08-11tracing: Add fields format definition for syscall eventsFrederic Weisbecker
2009-08-11tracing: Add perf counter support for syscalls tracingJason Baron
2009-08-11tracing: Add individual syscalls tracepoint id supportJason Baron
2009-08-11tracing: Add trace events for each syscall entry/exitJason Baron
2009-07-07signals: declare sys_rt_tgsigqueueinfo in syscalls.hArnd Bergmann
2009-06-16syscalls.h: remove duplicated declarations for sys_pipe2Masatake YAMATO
2009-06-12perf_counter: Add forward/backward attribute ABI compatibilityPeter Zijlstra
2009-06-02perf_counter: Rename perf_counter_hw_event => perf_counter_attrPeter Zijlstra
2009-05-18Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar
2009-05-12syscalls.h add the missing sys_pipe2 declarationArnd Bergmann
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-04-21Fix SYSCALL_ALIAS for older MIPS assemblerThomas Bogendoerfer
2009-04-09tracing/syscalls: use a dedicated file headerFrederic Weisbecker
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-04Make non-compat preadv/pwritev use native register sizeLinus Torvalds
2009-04-02preadv/pwritev: Add preadv and pwritev system calls.Gerd Hoffmann
2009-03-13tracing/syscalls: core infrastructure for syscalls tracing, enhancementsFrederic Weisbecker
2009-03-04perfcounters: provide expansion room in the ABIPaul Mackerras
2009-02-26perfcounters: fix a few minor cleanliness issuesPaul Mackerras
2009-02-13Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-02-11syscall define: fix uml compile bugHeiko Carstens