Age | Commit message (Expand) | Author |
2017-11-17 | Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2017-11-11 | bpf: Revert bpf_overrid_function() helper changes. | David S. Miller |
2017-11-11 | bpf: add a bpf_override_function helper | Josef Bacik |
2017-10-25 | bpf: permit multiple bpf attachments for a single perf event | Yonghong Song |
2017-10-16 | perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi... | Peter Zijlstra |
2017-10-04 | tracing: Make traceprobe parsing code reusable | Tom Zanussi |
2017-08-29 | perf/ftrace: Fix double traces of perf on ftrace:function | Zhou Chengming |
2017-07-13 | Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds |
2017-07-09 | trace/kprobes: Sanitize derived event names | Naveen N. Rao |
2017-07-08 | kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun... | Naveen N. Rao |
2017-06-29 | tracing/kprobes: Allow to create probe with a module name starting with a digit | Sabrina Dubroca |
2017-05-17 | tracing/kprobes: Enforce kprobes teardown after testing | Thomas Gleixner |
2017-05-03 | Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2017-04-04 | tracing/kprobes: expose maxactive for kretprobe in kprobe_events | Alban Crequy |
2017-03-15 | trace/kprobes: Fix check for kretprobe offset within function entry | Naveen N. Rao |
2017-03-07 | Merge tag 'perf-core-for-mingo-4.11-20170306' of git://git.kernel.org/pub/scm... | Ingo Molnar |
2017-03-03 | trace/kprobes: Add back warning about offset in return probes | Steven Rostedt (VMware) |
2017-03-03 | trace/kprobes: Allow return probes with offsets and absolute addresses | Naveen N. Rao |
2017-03-02 | sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h... | Ingo Molnar |
2017-02-27 | Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2017-02-15 | tracing/probe: Show subsystem name in messages | Masami Hiramatsu |
2017-02-02 | tracing/kprobes: Fix __init annotation | Arnd Bergmann |
2016-12-12 | kprobes/trace: Fix kprobe selftest for newer gcc | Marcin Nowakowski |
2016-12-12 | tracing/kprobes: Add a helper method to return number of probe hits | Marcin Nowakowski |
2016-08-23 | ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal types | Masami Hiramatsu |
2016-06-20 | tracing: expose current->comm to [ku]probe events | Omar Sandoval |
2016-04-07 | perf: split perf_trace_buf_prepare into alloc and update parts | Alexei Starovoitov |
2016-03-22 | kernel/...: convert pr_warning to pr_warn | Joe Perches |
2016-02-09 | kprobes: Optimize hot path by using percpu counter to collect 'nhit' statistics | Martin KaFai Lau |
2015-08-28 | lib: introduce strncpy_from_unsafe() | Alexei Starovoitov |
2015-05-13 | tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled() | Steven Rostedt (Red Hat) |
2015-05-13 | tracing: Rename ftrace_event_name() to trace_event_name() | Steven Rostedt (Red Hat) |
2015-05-13 | tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} | Steven Rostedt (Red Hat) |
2015-05-13 | tracing: Rename ftrace_event_file to trace_event_file | Steven Rostedt (Red Hat) |
2015-05-13 | tracing: Rename (un)register_ftrace_event() to (un)register_trace_event() | Steven Rostedt (Red Hat) |
2015-04-14 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2015-04-14 | Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2015-04-14 | Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2015-04-02 | tracing, perf: Implement BPF programs attached to kprobes | Alexei Starovoitov |
2015-04-02 | tracing: Add kprobe flag | Alexei Starovoitov |
2015-03-25 | trace: Don't use __weak in header files | Stephen Rothwell |
2015-02-12 | Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2015-02-03 | tracing: Convert the tracing facility over to use tracefs | Steven Rostedt (Red Hat) |
2015-01-22 | tracing: Use IS_ERR() check for return value of tracing_init_dentry() | Steven Rostedt (Red Hat) |
2015-01-14 | perf: Avoid horrible stack usage | Peter Zijlstra (Intel) |
2014-11-19 | kprobes/tracing: Use trace_seq_has_overflowed() for overflow checks | Steven Rostedt (Red Hat) |
2014-11-14 | trace: Replace single-character seq_puts with seq_putc | Rasmus Villemoes |
2014-11-13 | tracing: Replace seq_printf by simpler equivalents | Rasmus Villemoes |
2014-06-12 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2014-06-06 | tracing/kprobes: Avoid self tests if tracing is disabled on boot up | Yoshihiro YUNOMAE |