aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_syscalls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song1-15/+19
2017-10-16perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:function")Peter Zijlstra1-2/+2
2017-09-11perf/bpf: fix a clang compilation issueYonghong Song1-1/+1
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+51
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming1-2/+2
2017-08-07bpf: add support for sys_enter_* and sys_exit_* tracepointsYonghong Song1-2/+51
2016-09-29tracing/syscalls: fix multiline in error message textColin Ian King1-4/+2
2016-04-07perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov1-6/+7
2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+11
2016-03-08tracing: Add get_syscall_name()Tom Zanussi1-0/+11
2016-02-29tracing/syscalls: Rename "/format" tracepoint field name "nr" to "__syscall_nr:Taeung Song1-7/+9
2015-09-30tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)1-1/+2
2015-05-13tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled()Steven Rostedt (Red Hat)1-2/+2
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)1-20/+20
2015-05-13tracing: Rename ftrace_event_file to trace_event_fileSteven Rostedt (Red Hat)1-16/+16
2015-01-14perf: Avoid horrible stack usagePeter Zijlstra (Intel)1-2/+2
2014-12-16Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-5/+2
2014-12-15tracing: Move enabling tracepoints to just after rcu_init()Steven Rostedt (Red Hat)1-5/+2
2014-12-10Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-28/+19
2014-11-19tracing: Do not use return values of trace_seq_printf() in syscall tracingSteven Rostedt (Red Hat)1-28/+19
2014-10-30tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent1-4/+4
2014-09-10kernel: trace_syscalls: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-2/+2
2014-01-09tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)1-40/+8
2014-01-06tracing: Remove double-underscore naming in syscall trigger invocationsTom Zanussi1-8/+8
2013-12-21tracing: Add and use generic set_trigger_filter() implementationTom Zanussi1-10/+36
2013-12-20tracing: Add basic event trigger frameworkTom Zanussi1-0/+4
2013-12-05tracing: Only run synchronize_sched() at instance deletion timeSteven Rostedt1-10/+0
2013-11-05tracing: Add support for SOFT_DISABLE to syscall eventsTom Zanussi1-10/+32
2013-11-05tracing: Update event filters for multibufferTom Zanussi1-4/+4
2013-08-21tracing/syscalls: Annotate raw_init function with __initLi Zefan1-5/+5
2013-07-18tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov1-12/+0
2013-07-18tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is emptyOleg Nesterov1-4/+8
2013-07-18tracing: Use trace_seq_puts()/trace_seq_putc() where possiblezhangwei(Jovi)1-1/+1
2013-07-02tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)1-4/+17
2013-03-15tracing: Fix comment about prefix in arch_syscall_match_sym_name()zhangwei(Jovi)1-1/+1
2013-03-15tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)1-2/+2
2013-03-15tracing: Fix some section mismatch warningsLi Zefan1-2/+2
2013-03-15tracing/syscalls: Annotate field-defining functions with __initLi Zefan1-2/+2
2013-03-15tracing: Make syscall events suitable for multiple buffersSteven Rostedt1-34/+46
2013-02-12tracing/syscalls: Allow archs to ignore tracing compat syscallsSteven Rostedt1-5/+38
2013-01-21tracing/syscalls: Make local functions staticFengguang Wu1-9/+9
2012-10-31tracing: Cleanup unnecessary function declarationsVaibhav Nagarnaik1-32/+29
2012-09-24trace: Move trace event enable from fs_initcall to core_initcallEzequiel Garcia1-1/+1
2012-08-17tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1Will Deacon1-0/+4
2012-07-31perf/trace: Add ability to set a target task for eventsAndrew Vagin1-2/+2
2012-02-21ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa1-0/+4
2012-02-21ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa1-4/+10