Age | Commit message (Expand) | Author | Files | Lines |
2018-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+17 |
2018-05-29 | tracing: Do not reference event data in post call triggers | Steven Rostedt (VMware) | 1 | -2/+1 |
2018-05-25 | bpf: introduce bpf subcommand BPF_TASK_FD_QUERY | Yonghong Song | 1 | -0/+17 |
2018-04-10 | Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -6/+8 |
2018-04-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+42 |
2018-03-28 | bpf: introduce BPF_RAW_TRACEPOINT | Alexei Starovoitov | 1 | -0/+42 |
2018-03-11 | tracing: Give event triggers access to ring_buffer_event | Tom Zanussi | 1 | -6/+8 |
2018-02-17 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 1 | -0/+7 |
2018-02-06 | perf/core: Implement the 'perf_uprobe' PMU | Song Liu | 1 | -0/+4 |
2018-02-06 | perf/core: Implement the 'perf_kprobe' PMU | Song Liu | 1 | -0/+4 |
2017-12-14 | bpf/tracing: fix kernel/events/core.c compilation error | Yonghong Song | 1 | -0/+6 |
2017-12-12 | bpf: add a bpf_override_function helper | Josef Bacik | 1 | -0/+1 |
2017-11-18 | Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -2/+7 |
2017-11-11 | bpf: Revert bpf_overrid_function() helper changes. | David S. Miller | 1 | -1/+0 |
2017-11-11 | bpf: add a bpf_override_function helper | Josef Bacik | 1 | -0/+1 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-25 | bpf: permit multiple bpf attachments for a single perf event | Yonghong Song | 1 | -4/+39 |
2017-10-17 | perf/ftrace: Fix function trace events | Peter Zijlstra | 1 | -0/+5 |
2017-10-17 | perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi... | Peter Zijlstra | 1 | -2/+2 |
2017-09-21 | bpf: one perf event close won't free bpf program attached by another perf event | Yonghong Song | 1 | -0/+1 |
2017-09-09 | Merge tag 'trace-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -5/+3 |
2017-09-01 | tracing: Only have rmmod clear buffers that its events were active in | Steven Rostedt (VMware) | 1 | -5/+3 |
2017-08-29 | perf/ftrace: Fix double traces of perf on ftrace:function | Zhou Chengming | 1 | -2/+2 |
2017-07-20 | trace: fix the errors caused by incompatible type of RCU variables | Chunyan Zhang | 1 | -1/+1 |
2017-06-27 | tracing: Add support for recording tgid of tasks | Joel Fernandes | 1 | -1/+12 |
2017-03-25 | tracing: Move trace_handle_return() out of line | Steven Rostedt (VMware) | 1 | -10/+1 |
2017-02-23 | tracing: add __print_flags_u64() | Ross Zwisler | 1 | -0/+4 |
2017-02-03 | trace: rename trace_print_hex_seq arg and add kdoc | Daniel Borkmann | 1 | -1/+1 |
2017-01-25 | trace: add variant without spacing in trace_print_hex_seq | Daniel Borkmann | 1 | -1/+2 |
2016-05-19 | Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -118/+2 |
2016-05-03 | tracing: Remove TRACE_EVENT_FL_USE_CALL_FILTER logic | Steven Rostedt (Red Hat) | 1 | -3/+0 |
2016-04-30 | tracing: Remove unused function trace_current_buffer_lock_reserve() | Steven Rostedt (Red Hat) | 1 | -4/+0 |
2016-04-29 | tracing: Remove unused function trace_current_buffer_discard_commit() | Steven Rostedt (Red Hat) | 1 | -2/+0 |
2016-04-29 | tracing: Move trace_buffer_unlock_commit{_regs}() to local header | Steven Rostedt (Red Hat) | 1 | -9/+0 |
2016-04-27 | tracing: Make filter_check_discard() local | Steven Rostedt (Red Hat) | 1 | -6/+0 |
2016-04-27 | tracing: Move event_trigger_unlock_commit{_regs}() to local header | Steven Rostedt (Red Hat) | 1 | -94/+0 |
2016-04-21 | perf, bpf: minimize the size of perf_trace_() tracepoint handler | Alexei Starovoitov | 1 | -0/+5 |
2016-04-20 | tracing: Add enable_hist/disable_hist triggers | Tom Zanussi | 1 | -0/+1 |
2016-04-19 | tracing: Add 'hist' event trigger command | Tom Zanussi | 1 | -0/+1 |
2016-04-08 | bpf: sanitize bpf tracepoint access | Alexei Starovoitov | 1 | -0/+1 |
2016-04-08 | perf: split perf_trace_buf_prepare into alloc and update parts | Alexei Starovoitov | 1 | -4/+4 |
2016-03-24 | Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -3/+4 |
2016-03-16 | tracepoints: move trace_print_flags definitions to tracepoint-defs.h | Vlastimil Babka | 1 | -10/+0 |
2016-03-08 | tracing: Add event record param to trigger_ops.func() | Tom Zanussi | 1 | -3/+4 |
2016-03-04 | tracing: Do not have 'comm' filter override event 'comm' field | Steven Rostedt (Red Hat) | 1 | -0/+2 |
2015-10-26 | tracing: Implement event pid filtering | Steven Rostedt (Red Hat) | 1 | -0/+7 |
2015-09-26 | tracing: Pass trace_array into trace_buffer_unlock_commit() | Steven Rostedt (Red Hat) | 1 | -4/+6 |
2015-09-25 | tracing: Remove unused function trace_current_buffer_lock_reserve() | Steven Rostedt (Red Hat) | 1 | -3/+0 |
2015-08-06 | tracing, perf: Implement BPF programs attached to uprobes | Wang Nan | 1 | -0/+5 |