aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_syscalls.c
Commit message (Expand)AuthorAge
* tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)2013-07-25
* tracing: Fix comment about prefix in arch_syscall_match_sym_name()zhangwei(Jovi)2013-03-15
* tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)2013-03-15
* tracing: Fix some section mismatch warningsLi Zefan2013-03-15
* tracing/syscalls: Annotate field-defining functions with __initLi Zefan2013-03-15
* tracing: Make syscall events suitable for multiple buffersSteven Rostedt2013-03-15
* tracing/syscalls: Allow archs to ignore tracing compat syscallsSteven Rostedt2013-02-12
* tracing/syscalls: Make local functions staticFengguang Wu2013-01-21
* tracing: Cleanup unnecessary function declarationsVaibhav Nagarnaik2012-10-31
* trace: Move trace event enable from fs_initcall to core_initcallEzequiel Garcia2012-09-24
* tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1Will Deacon2012-08-17
* perf/trace: Add ability to set a target task for eventsAndrew Vagin2012-07-31
* ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa2012-02-21
* ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa2012-02-21
* tracing/trivial: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2012-02-13
* kernel: Add <linux/module.h> to files using it implicitlyPaul Gortmaker2011-10-31
* tracing/syscalls: Early terminate search for sys_ni_syscallIan Munsie2011-02-07
* tracing/syscalls: Allow arch specific syscall symbol matchingIan Munsie2011-02-07
* tracing/syscalls: Make arch_syscall_addr weakIan Munsie2011-02-07
* tracing/syscalls: Convert redundant syscall_nr checks into WARN_ONIan Munsie2011-02-07
* tracing/syscalls: Don't add events for unmapped syscallsIan Munsie2011-02-07
* tracing: Replace syscall_meta_data struct array with pointer arraySteven Rostedt2011-02-03
* tracing: Remove syscall_exit_fieldsLai Jiangshan2011-01-14
* tracing: Use a global field list for all syscall exit eventsLi Zefan2010-06-28
* perf_events, trace: Fix probe unregister racePeter Zijlstra2010-05-31
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-21
|\
| * perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra2010-05-21
| * perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra2010-05-21
| * perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra2010-05-18
* | tracing: Remove duplicate id information in event structureSteven Rostedt2010-05-14
* | tracing: Move print functions into event classSteven Rostedt2010-05-14
* | tracing: Allow events to share their print functionsSteven Rostedt2010-05-14
* | tracing: Move raw_init from events to classSteven Rostedt2010-05-14
* | tracing: Move fields from event to class structureSteven Rostedt2010-05-14
* | tracing: Remove per event trace registeringSteven Rostedt2010-05-14
* | tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-14
* | tracing: Create class struct for eventsSteven Rostedt2010-05-14
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker2010-03-10
* perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker2010-03-10
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-28
|\
| * perf: Factorize trace events raw sample buffer operationsXiao Guangrong2010-01-28
| * perf events: Remove CONFIG_EVENT_PROFILELi Zefan2009-12-28
* | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2010-02-27
|\ \
| * | tracing: Unify arch_syscall_addr() implementationsMike Frysinger2010-02-17
* | | tracing: Fix typo in prof_sysexit_enable()Wenji Huang2010-02-25
|/ /
* | tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan2010-01-06
* | tracing: Have syscall tracing call its own init functionSteven Rostedt2010-01-06
* | tracing/syscalls: Init print_fmt for syscall eventsLai Jiangshan2010-01-06
|/
* tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan2009-12-13