summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-2/+2
* tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()Steven Rostedt (Red Hat)2019-04-041-3/+6
* Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-11-171-2/+2
|\
| * perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...Peter Zijlstra2017-10-171-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* / bpf: permit multiple bpf attachments for a single perf eventYonghong Song2017-10-251-15/+19
|/
* perf/bpf: fix a clang compilation issueYonghong Song2017-09-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-2/+51
|\
| * bpf: add support for sys_enter_* and sys_exit_* tracepointsYonghong Song2017-08-071-2/+51
* | perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming2017-08-291-2/+2
|/
* tracing/syscalls: fix multiline in error message textColin Ian King2016-09-291-4/+2Star
* perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov2016-04-081-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/+2Star
|\
| * tracing: Move enabling tracepoints to just after rcu_init()Steven Rostedt (Red Hat)2014-12-151-5/+2Star
* | Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-12-111-28/+19Star
|\|
| * tracing: Do not use return values of trace_seq_printf() in syscall tracingSteven Rostedt (Red Hat)2014-11-191-28/+19Star
* | tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent2014-10-311-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-101-40/+8Star
* 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-221-10/+36
* tracing: Add basic event trigger frameworkTom Zanussi2013-12-211-0/+4
* tracing: Only run synchronize_sched() at instance deletion timeSteven Rostedt2013-12-051-10/+0Star
* 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-221-5/+5
* tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov2013-07-191-12/+0Star
* tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is emptyOleg Nesterov2013-07-191-4/+8
* tracing: Use trace_seq_puts()/trace_seq_putc() where possiblezhangwei(Jovi)2013-07-191-1/+1
* tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)2013-07-031-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/+29Star
* 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