aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h
Commit message (Expand)AuthorAgeFilesLines
* sys_personality: change sys_personality() to accept "unsigned int" instead of...Oleg Nesterov2010-06-041-1/+1
* tracing: Move print functions into event classSteven Rostedt2010-05-141-14/+4
* tracing: Allow events to share their print functionsSteven Rostedt2010-05-141-2/+8
* tracing: Move raw_init from events to classSteven Rostedt2010-05-141-2/+0
* tracing: Move fields from event to class structureSteven Rostedt2010-05-141-6/+8
* tracing: Remove per event trace registeringSteven Rostedt2010-05-141-25/+4
* tracing: Create class struct for eventsSteven Rostedt2010-05-141-2/+4
* Fix up prototype for sys_ipc breakageLinus Torvalds2010-03-221-1/+1
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-181-12/+12
|\
| * perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker2010-03-101-12/+12
* | Add generic sys_olduname()Christoph Hellwig2010-03-121-0/+4
* | Add generic sys_ipc wrapperChristoph Hellwig2010-03-121-0/+2
* | Add generic sys_old_mmap()Christoph Hellwig2010-03-121-0/+3
* | Add generic sys_old_select()Christoph Hellwig2010-03-121-0/+2
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-281-2/+2
|\
| * Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-01-131-1/+1
| |\
| * | perf events: Remove CONFIG_EVENT_PROFILELi Zefan2009-12-281-2/+2
* | | tracing: Fix ftrace_event_call alignment for use with gcc 4.5Jeff Mahoney2010-02-251-2/+4
* | | tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan2010-01-061-2/+0
* | | tracing: Have syscall tracing call its own init functionSteven Rostedt2010-01-061-2/+2
| |/ |/|
* | 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