| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2017-11-17 | 1 | -2/+2 |
|\ |
|
| * | perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi... | Peter Zijlstra | 2017-10-16 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-04 | 1 | -0/+1 |
|\ \ |
|
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
| |/ |
|
* / | bpf: permit multiple bpf attachments for a single perf event | Yonghong Song | 2017-10-25 | 1 | -15/+19 |
|/ |
|
* | perf/bpf: fix a clang compilation issue | Yonghong Song | 2017-09-11 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-09-06 | 1 | -2/+51 |
|\ |
|
| * | bpf: add support for sys_enter_* and sys_exit_* tracepoints | Yonghong Song | 2017-08-07 | 1 | -2/+51 |
* | | perf/ftrace: Fix double traces of perf on ftrace:function | Zhou Chengming | 2017-08-29 | 1 | -2/+2 |
|/ |
|
* | tracing/syscalls: fix multiline in error message text | Colin Ian King | 2016-09-29 | 1 | -4/+2 |
* | perf: split perf_trace_buf_prepare into alloc and update parts | Alexei Starovoitov | 2016-04-07 | 1 | -6/+7 |
* | Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2016-03-24 | 1 | -0/+11 |
|\ |
|
| * | tracing: Add get_syscall_name() | Tom Zanussi | 2016-03-08 | 1 | -0/+11 |
* | | tracing/syscalls: Rename "/format" tracepoint field name "nr" to "__syscall_nr: | Taeung Song | 2016-02-29 | 1 | -7/+9 |
|/ |
|
* | tracing: Move trace_flags from global to a trace_array field | Steven Rostedt (Red Hat) | 2015-09-30 | 1 | -1/+2 |
* | tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled() | Steven Rostedt (Red Hat) | 2015-05-13 | 1 | -2/+2 |
* | tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} | Steven Rostedt (Red Hat) | 2015-05-13 | 1 | -20/+20 |
* | tracing: Rename ftrace_event_file to trace_event_file | Steven Rostedt (Red Hat) | 2015-05-13 | 1 | -16/+16 |
* | perf: Avoid horrible stack usage | Peter Zijlstra (Intel) | 2015-01-14 | 1 | -2/+2 |
* | Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2014-12-16 | 1 | -5/+2 |
|\ |
|
| * | tracing: Move enabling tracepoints to just after rcu_init() | Steven Rostedt (Red Hat) | 2014-12-15 | 1 | -5/+2 |
* | | Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2014-12-10 | 1 | -28/+19 |
|\| |
|
| * | tracing: Do not use return values of trace_seq_printf() in syscall tracing | Steven Rostedt (Red Hat) | 2014-11-19 | 1 | -28/+19 |
* | | tracing/syscalls: Ignore numbers outside NR_syscalls' range | Rabin Vincent | 2014-10-30 | 1 | -4/+4 |
|/ |
|
* | kernel: trace_syscalls: Replace rcu_assign_pointer() with RCU_INIT_POINTER() | Andreea-Cristina Bernat | 2014-09-10 | 1 | -2/+2 |
* | tracing: Consolidate event trigger code | Steven Rostedt (Red Hat) | 2014-01-09 | 1 | -40/+8 |
* | tracing: Remove double-underscore naming in syscall trigger invocations | Tom Zanussi | 2014-01-06 | 1 | -8/+8 |
* | tracing: Add and use generic set_trigger_filter() implementation | Tom Zanussi | 2013-12-21 | 1 | -10/+36 |
* | tracing: Add basic event trigger framework | Tom Zanussi | 2013-12-20 | 1 | -0/+4 |
* | tracing: Only run synchronize_sched() at instance deletion time | Steven Rostedt | 2013-12-05 | 1 | -10/+0 |
* | tracing: Add support for SOFT_DISABLE to syscall events | Tom Zanussi | 2013-11-05 | 1 | -10/+32 |
* | tracing: Update event filters for multibuffer | Tom Zanussi | 2013-11-05 | 1 | -4/+4 |
* | tracing/syscalls: Annotate raw_init function with __init | Li Zefan | 2013-08-21 | 1 | -5/+5 |
* | tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare() | Oleg Nesterov | 2013-07-18 | 1 | -12/+0 |
* | tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is empty | Oleg Nesterov | 2013-07-18 | 1 | -4/+8 |
* | tracing: Use trace_seq_puts()/trace_seq_putc() where possible | zhangwei(Jovi) | 2013-07-18 | 1 | -1/+1 |
* | tracing: Fix irqs-off tag display in syscall tracing | zhangwei(Jovi) | 2013-07-02 | 1 | -4/+17 |
* | tracing: Fix comment about prefix in arch_syscall_match_sym_name() | zhangwei(Jovi) | 2013-03-15 | 1 | -1/+1 |
* | tracing: Consolidate max_tr into main trace_array structure | Steven Rostedt (Red Hat) | 2013-03-15 | 1 | -2/+2 |
* | tracing: Fix some section mismatch warnings | Li Zefan | 2013-03-15 | 1 | -2/+2 |
* | tracing/syscalls: Annotate field-defining functions with __init | Li Zefan | 2013-03-15 | 1 | -2/+2 |
* | tracing: Make syscall events suitable for multiple buffers | Steven Rostedt | 2013-03-15 | 1 | -34/+46 |
* | tracing/syscalls: Allow archs to ignore tracing compat syscalls | Steven Rostedt | 2013-02-12 | 1 | -5/+38 |
* | tracing/syscalls: Make local functions static | Fengguang Wu | 2013-01-21 | 1 | -9/+9 |
* | tracing: Cleanup unnecessary function declarations | Vaibhav Nagarnaik | 2012-10-31 | 1 | -32/+29 |
* | trace: Move trace event enable from fs_initcall to core_initcall | Ezequiel Garcia | 2012-09-24 | 1 | -1/+1 |
* | tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1 | Will Deacon | 2012-08-17 | 1 | -0/+4 |
* | perf/trace: Add ability to set a target task for events | Andrew Vagin | 2012-07-31 | 1 | -2/+2 |
* | ftrace, perf: Add add/del tracepoint perf registration actions | Jiri Olsa | 2012-02-21 | 1 | -0/+4 |
* | ftrace, perf: Add open/close tracepoint perf registration actions | Jiri Olsa | 2012-02-21 | 1 | -4/+10 |