aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* tracing/syscalls: Early terminate search for sys_ni_syscallIan Munsie2011-02-071-0/+3
* tracing/syscalls: Allow arch specific syscall symbol matchingIan Munsie2011-02-071-7/+14
* tracing/syscalls: Make arch_syscall_addr weakIan Munsie2011-02-071-1/+1
* tracing/syscalls: Convert redundant syscall_nr checks into WARN_ONIan Munsie2011-02-071-4/+4
* tracing/syscalls: Don't add events for unmapped syscallsIan Munsie2011-02-071-0/+8
* tracing: Replace syscall_meta_data struct array with pointer arraySteven Rostedt2011-02-031-9/+10
* tracing: Remove syscall_exit_fieldsLai Jiangshan2011-01-141-21/+12
* tracing: Use a global field list for all syscall exit eventsLi Zefan2010-06-281-3/+4
* perf_events, trace: Fix probe unregister racePeter Zijlstra2010-05-311-2/+2
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-211-8/+9
|\
| * perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra2010-05-211-4/+7
| * perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra2010-05-211-6/+4
| * perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra2010-05-181-2/+4
* | tracing: Remove duplicate id information in event structureSteven Rostedt2010-05-141-6/+8
* | tracing: Move print functions into event classSteven Rostedt2010-05-141-0/+8
* | tracing: Allow events to share their print functionsSteven Rostedt2010-05-141-2/+4
* | tracing: Move raw_init from events to classSteven Rostedt2010-05-141-0/+2
* | tracing: Move fields from event to class structureSteven Rostedt2010-05-141-4/+27
* | tracing: Remove per event trace registeringSteven Rostedt2010-05-141-2/+54
* | tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-141-12/+12
* | tracing: Create class struct for eventsSteven Rostedt2010-05-141-0/+4
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker2010-03-101-36/+36
* perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker2010-03-101-2/+2
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-281-64/+12
|\
| * perf: Factorize trace events raw sample buffer operationsXiao Guangrong2010-01-291-61/+10
| * perf events: Remove CONFIG_EVENT_PROFILELi Zefan2009-12-281-3/+2
* | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2010-02-271-0/+5
|\ \
| * | tracing: Unify arch_syscall_addr() implementationsMike Frysinger2010-02-171-0/+5
* | | tracing: Fix typo in prof_sysexit_enable()Wenji Huang2010-02-251-1/+1
|/ /
* | tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan2010-01-061-66/+0
* | tracing: Have syscall tracing call its own init functionSteven Rostedt2010-01-061-6/+6
* | tracing/syscalls: Init print_fmt for syscall eventsLai Jiangshan2010-01-061-1/+67
|/
* tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan2009-12-131-8/+2
* tracing: Pull up calls to trace_define_common_fields()Li Zefan2009-12-131-8/+0
* trace_syscalls: Remove unused syscall_name_to_nr()Lai Jiangshan2009-12-011-16/+0
* trace_syscalls: Simplify syscall profileLai Jiangshan2009-12-011-16/+8
* trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan2009-12-011-0/+12
* trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan2009-12-011-13/+9
* trace_syscalls: Remove enter_id exit_idLai Jiangshan2009-12-011-20/+10
* trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan2009-12-011-25/+11
* trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan2009-12-011-8/+0
* trace_syscalls: Add syscall nr fieldLai Jiangshan2009-11-271-0/+8
* perf_events: Undo some recursion damagePeter Zijlstra2009-11-231-6/+8
* tracing: Forget about the NMI buffer for syscall eventsFrederic Weisbecker2009-11-221-8/+2
* tracing: Use the perf recursion protection from trace eventFrederic Weisbecker2009-11-221-30/+17
* tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker2009-11-081-8/+36
* Merge branch 'perf/core' into perf/probesIngo Molnar2009-10-231-7/+99
|\
| * Merge branch 'tracing/core' into perf/coreIngo Molnar2009-10-151-0/+86
| |\
| | * tracing: Move syscalls metadata handling from arch to coreFrederic Weisbecker2009-10-141-0/+86