summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* tracing/syscalls: fix multiline in error message textColin Ian King2016-09-291-4/+2
* perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov2016-04-071-6/+7
* Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-03-241-0/+11
|\
| * tracing: Add get_syscall_name()Tom Zanussi2016-03-081-0/+11
* | tracing/syscalls: Rename "/format" tracepoint field name "nr" to "__syscall_nr:Taeung Song2016-02-291-7/+9
|/
* tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)2015-09-301-1/+2
* tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled()Steven Rostedt (Red Hat)2015-05-131-2/+2
* tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)2015-05-131-20/+20
* tracing: Rename ftrace_event_file to trace_event_fileSteven Rostedt (Red Hat)2015-05-131-16/+16
* perf: Avoid horrible stack usagePeter Zijlstra (Intel)2015-01-141-2/+2
* Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2014-12-161-5/+2
|\
| * tracing: Move enabling tracepoints to just after rcu_init()Steven Rostedt (Red Hat)2014-12-151-5/+2
* | Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-12-101-28/+19
|\ \ | |/
| * tracing: Do not use return values of trace_seq_printf() in syscall tracingSteven Rostedt (Red Hat)2014-11-191-28/+19
* | tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent2014-10-301-4/+4
|/
* kernel: trace_syscalls: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-09-101-2/+2
* tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)2014-01-091-40/+8
* tracing: Remove double-underscore naming in syscall trigger invocationsTom Zanussi2014-01-061-8/+8
* tracing: Add and use generic set_trigger_filter() implementationTom Zanussi2013-12-211-10/+36
* tracing: Add basic event trigger frameworkTom Zanussi2013-12-201-0/+4
* tracing: Only run synchronize_sched() at instance deletion timeSteven Rostedt2013-12-051-10/+0
* tracing: Add support for SOFT_DISABLE to syscall eventsTom Zanussi2013-11-051-10/+32
* tracing: Update event filters for multibufferTom Zanussi2013-11-051-4/+4
* tracing/syscalls: Annotate raw_init function with __initLi Zefan2013-08-211-5/+5
* tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov2013-07-181-12/+0
* tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is emptyOleg Nesterov2013-07-181-4/+8
* tracing: Use trace_seq_puts()/trace_seq_putc() where possiblezhangwei(Jovi)2013-07-181-1/+1
* tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)2013-07-021-4/+17
* tracing: Fix comment about prefix in arch_syscall_match_sym_name()zhangwei(Jovi)2013-03-151-1/+1
* tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)2013-03-151-2/+2
* tracing: Fix some section mismatch warningsLi Zefan2013-03-151-2/+2
* tracing/syscalls: Annotate field-defining functions with __initLi Zefan2013-03-151-2/+2
* tracing: Make syscall events suitable for multiple buffersSteven Rostedt2013-03-151-34/+46
* tracing/syscalls: Allow archs to ignore tracing compat syscallsSteven Rostedt2013-02-121-5/+38
* tracing/syscalls: Make local functions staticFengguang Wu2013-01-211-9/+9
* tracing: Cleanup unnecessary function declarationsVaibhav Nagarnaik2012-10-311-32/+29
* trace: Move trace event enable from fs_initcall to core_initcallEzequiel Garcia2012-09-241-1/+1
* tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1Will Deacon2012-08-171-0/+4
* perf/trace: Add ability to set a target task for eventsAndrew Vagin2012-07-311-2/+2
* ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa2012-02-211-0/+4
* ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa2012-02-211-4/+10
* tracing/trivial: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2012-02-131-2/+2
* kernel: Add <linux/module.h> to files using it implicitlyPaul Gortmaker2011-10-311-0/+1
* 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
OpenPOWER on IntegriCloud