Age | Commit message (Expand) | Author | Files | Lines |
2021-03-04 | tracing: Skip selftests if tracing is disabled | Steven Rostedt (VMware) | 1 | -0/+6 |
2021-03-04 | tracing: Fix memory leak in __create_synth_event() | Vamshi K Sthambamkadi | 1 | -1/+3 |
2021-03-04 | ring-buffer: Add a little more information and a WARN when time stamp going b... | Steven Rostedt (VMware) | 1 | -3/+7 |
2021-03-04 | ring-buffer: Force before_stamp and write_stamp to be different on discard | Steven Rostedt (VMware) | 1 | -0/+11 |
2021-03-04 | tracing: Fix help text of TRACEPOINT_BENCHMARK in Kconfig | Rolf Eike Beer | 1 | -1/+1 |
2021-03-04 | tracing: Remove duplicate declaration from trace.h | Yordan Karadzhov (VMware) | 1 | -1/+0 |
2021-02-28 | Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -7/+13 |
2021-02-26 | tracing: add error_report_end trace point | Alexander Potapenko | 2 | -0/+12 |
2021-02-24 | blktrace: fix documentation for blk_fill_rw() | Chaitanya Kulkarni | 1 | -1/+1 |
2021-02-23 | Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+13 |
2021-02-23 | tracing: add support for objtool mcount | Sami Tolvanen | 1 | -0/+13 |
2021-02-23 | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
2021-02-23 | Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+16 |
2021-02-23 | blktrace: remove debugfs file dentries from struct blk_trace | Greg Kroah-Hartman | 1 | -6/+2 |
2021-02-22 | Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 25 | -517/+682 |
2021-02-22 | blktrace: add blk_fill_rwbs documentation comment | Chaitanya Kulkarni | 1 | -0/+10 |
2021-02-22 | block: remove superfluous param in blk_fill_rwbs() | Chaitanya Kulkarni | 1 | -1/+1 |
2021-02-21 | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -7/+9 |
2021-02-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -0/+6 |
2021-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+6 |
2021-02-12 | bpf: Allow bpf_d_path in bpf_iter program | Song Liu | 1 | -0/+4 |
2021-02-12 | Merge tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2021-02-12 | tracing: Make hash-ptr option default | Steven Rostedt (VMware) | 1 | -1/+2 |
2021-02-11 | bpf: Expose bpf_get_socket_cookie to tracing programs | Florent Revest | 1 | -0/+2 |
2021-02-11 | tracing: Add ptr-hash option to show the hashed pointer value | Masami Hiramatsu | 2 | -0/+4 |
2021-02-11 | tracing: Show real address for trace event arguments | Masami Hiramatsu | 3 | -2/+83 |
2021-02-11 | tracing: Check length before giving out the filter buffer | Steven Rostedt (VMware) | 1 | -1/+1 |
2021-02-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -3/+0 |
2021-02-09 | tracing: Add a backward-compatibility check for synthetic event creation | Tom Zanussi | 1 | -19/+74 |
2021-02-09 | tracing: Update synth command errors | Tom Zanussi | 1 | -11/+19 |
2021-02-09 | tracing: Rework synthetic event command parsing | Tom Zanussi | 1 | -102/+143 |
2021-02-09 | tracing/dynevent: Delegate parsing to create function | Masami Hiramatsu | 9 | -73/+120 |
2021-02-08 | module: use RCU to synchronize find_module | Christoph Hellwig | 1 | -2/+2 |
2021-02-05 | tracing: Do not create "enable" or "filter" files for ftrace event subsystem | Steven Rostedt (VMware) | 1 | -9/+13 |
2021-02-05 | tracing: Do not count ftrace events in top level enable output | Steven Rostedt (VMware) | 1 | -1/+2 |
2021-02-03 | bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3 | Alexei Starovoitov | 1 | -3/+0 |
2021-02-02 | kernel: trace: preemptirq_delay_test: add cpu affinity | Song Chen | 2 | -0/+18 |
2021-02-02 | tracing: Remove definition of DEBUG in trace_mmiotrace.c | Tom Rix | 1 | -2/+0 |
2021-02-02 | tracing: Fix a kernel doc warning | Bean Huo | 1 | -0/+1 |
2021-02-02 | tracing: Fix spelling of controlling in uprobes | Bhaskar Chowdhury | 1 | -1/+1 |
2021-02-02 | tracing: Fix spelling mistake in Kconfig "infinit" -> "infinite" | Colin Ian King | 1 | -1/+1 |
2021-02-02 | tracing: Use in_serving_softirq() to deduct softirq status. | Sebastian Andrzej Siewior | 1 | -2/+1 |
2021-02-02 | tracing: Inline tracing_gen_ctx_flags() | Sebastian Andrzej Siewior | 2 | -55/+2 |
2021-02-02 | tracing: Merge irqflags + preempt counter. | Sebastian Andrzej Siewior | 16 | -301/+269 |
2021-02-02 | ring-buffer: Drop unneeded check in ring_buffer_resize() | Qiujun Huang | 1 | -5/+1 |
2021-02-02 | ring-buffer: Remove cpu_buffer argument from the rb_inc_page() | Qiujun Huang | 1 | -19/+16 |
2021-02-02 | tracing: Remove get/put_cpu() from function_trace_init | Qiujun Huang | 1 | -2/+1 |
2021-02-02 | tracing: Update trace_ignore_this_task() kernel-doc comment | Qiujun Huang | 1 | -1/+2 |
2021-01-29 | tracing/kprobe: Fix to support kretprobe events on unloaded modules | Masami Hiramatsu | 1 | -4/+6 |
2021-01-29 | tracing: Use pause-on-trace with the latency tracers | Viktor Rosendahl | 1 | -0/+4 |