- 7ec901b Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 8 months ago
- 8c9af47 ftrace: Handle commands when closing set_ftrace_filter file by Steven Rostedt (VMware) · 3 years, 8 months ago
- 9b1f61d Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 8 months ago
- aafe104 tracing: Restructure trace_clock_global() to never block by Steven Rostedt (VMware) · 3 years, 8 months ago
- 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 8 months ago
- 785e3c0 tracing: Map all PIDs to command lines by Steven Rostedt (VMware) · 3 years, 8 months ago
- 48cac3f bpf: Implement formatted output helpers with bstr_printf by Florent Revest · 3 years, 8 months ago
- 38d26d8 bpf: Lock bpf_trace_printk's tmp buf before it is written to by Florent Revest · 3 years, 8 months ago
- 91552ab Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
- 5f6c2f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 8 months ago
- 1fe5501 Merge tag 'trace-v5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 8 months ago
- 0e1e71d tracing: Fix checking event hash pointer logic when tp_printk is enabled by Steven Rostedt (VMware) · 3 years, 8 months ago
- 7b15523 bpf: Add a bpf_snprintf helper by Florent Revest · 3 years, 8 months ago
- d9c9e4d bpf: Factorize bpf_trace_printk and bpf_seq_printf by Florent Revest · 3 years, 8 months ago
- 8203c7c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
- e1db633 ftrace: Reuse the output of the function tracer for func_repeats by Steven Rostedt (VMware) · 3 years, 9 months ago
- 22db095 tracing: Add "func_no_repeats" option for function tracing by Yordan Karadzhov (VMware) · 3 years, 9 months ago
- 4994891 tracing: Unify the logic for function tracing options by Yordan Karadzhov (VMware) · 3 years, 9 months ago
- c658797 tracing: Add method for recording "func_repeats" events by Yordan Karadzhov (VMware) · 3 years, 9 months ago
- 20344c5 tracing: Add "last_func_repeats" to struct trace_array by Yordan Karadzhov (VMware) · 3 years, 9 months ago
- f689e4f tracing: Define new ftrace event "func_repeats" by Yordan Karadzhov (VMware) · 3 years, 9 months ago
- eaa7a89 tracing: Define static void trace_print_time() by Yordan Karadzhov (VMware) · 3 years, 9 months ago
- 50987be Merge tag 'trace-v5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 9 months ago
- 8db403b tracing/dynevent: Fix a memory leak in an error handling path by Christophe JAILLET · 3 years, 9 months ago
- c5e3a41 kernel: Initialize cpumask before parsing by Tetsuo Handa · 3 years, 9 months ago
- 8859a44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
- 05de453 Merge tag 'trace-v5.12-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 9 months ago
- ceaaa12 ftrace: Simplify the calculation of page number for ftrace_page->records some more by Steven Rostedt (VMware) · 3 years, 9 months ago
- db42523 ftrace: Store the order of pages allocated in ftrace_page by Linus Torvalds · 3 years, 9 months ago
- f3ef720 tracing: Remove unused argument from "ring_buffer_time_stamp() by Yordan Karadzhov (VMware) · 3 years, 9 months ago
- 22d5755 Merge branch 'trace/ftrace/urgent' into HEAD by Steven Rostedt (VMware) · 3 years, 9 months ago
- 9deb193 tracing: Fix stack trace event size by Steven Rostedt (VMware) · 3 years, 9 months ago
- d19cc4b Merge tag 'trace-v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 9 months ago
- 59300b3 ftrace: Check if pages were allocated before calling free_pages() by Steven Rostedt (VMware) · 3 years, 9 months ago
- efd13b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 9 months ago
- 70193038 tracing: Update create_system_filter() kernel-doc comment by Qiujun Huang · 3 years, 9 months ago
- 30c3d39 tracing: A minor cleanup for create_system_filter() by Qiujun Huang · 3 years, 9 months ago
- 4613bdc kernel: trace: Mundane typo fixes in the file trace_events_filter.c by Bhaskar Chowdhury · 3 years, 10 months ago
- f2cc020 tracing: Fix various typos in comments by Ingo Molnar · 3 years, 9 months ago
- 9a6944f tracing: Add a verifier to check string pointers for trace events by Steven Rostedt (VMware) · 3 years, 10 months ago
- 5013f45 tracing: Add check of trace event print fmts for dereferencing pointers by Steven Rostedt (VMware) · 3 years, 10 months ago
- d8279bfc tracing: Add tracing_event_time_stamp() API by Steven Rostedt (VMware) · 3 years, 10 months ago
- a948c69 ring-buffer: Add verifier for using ring_buffer_event_time_stamp() by Steven Rostedt (VMware) · 3 years, 10 months ago
- b94bc80 tracing: Use a no_filter_buffering_ref to stop using the filter buffer by Steven Rostedt (VMware) · 3 years, 10 months ago
- efe6196 ring-buffer: Allow ring_buffer_event_time_stamp() to return time stamp of all events by Steven Rostedt (VMware) · 3 years, 10 months ago
- b47e330 tracing: Pass buffer of event to trigger operations by Steven Rostedt (VMware) · 3 years, 10 months ago
- 8672e494 ring-buffer: Add a event_stamp to cpu_buffer for each level of nesting by Steven Rostedt (VMware) · 3 years, 10 months ago
- e20044f ring-buffer: Separate out internal use of ring_buffer_event_time_stamp() by Steven Rostedt (VMware) · 3 years, 10 months ago
- 8a141dd ftrace: Fix modify_ftrace_direct. by Alexei Starovoitov · 3 years, 10 months ago
- c1acda9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 10 months ago
- ee666a1 tracing: Skip selftests if tracing is disabled by Steven Rostedt (VMware) · 3 years, 10 months ago
- f40fc79 tracing: Fix memory leak in __create_synth_event() by Vamshi K Sthambamkadi · 3 years, 10 months ago
- 6549de1 ring-buffer: Add a little more information and a WARN when time stamp going backwards is detected by Steven Rostedt (VMware) · 3 years, 10 months ago
- 6f6be60 ring-buffer: Force before_stamp and write_stamp to be different on discard by Steven Rostedt (VMware) · 3 years, 10 months ago
- 6926809 tracing: Fix help text of TRACEPOINT_BENCHMARK in Kconfig by Rolf Eike Beer · 3 years, 10 months ago
- 70d443d tracing: Remove duplicate declaration from trace.h by Yordan Karadzhov (VMware) · 3 years, 10 months ago
- 3ab6608 Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 69c087b bpf: Add bpf_for_each_map_elem() helper by Yonghong Song · 3 years, 10 months ago
- a10787e bpf: Enable task local storage for tracing programs by Song Liu · 3 years, 10 months ago
- 9c0dee5 tracing: add error_report_end trace point by Alexander Potapenko · 3 years, 10 months ago
- 94d4bff blktrace: fix documentation for blk_fill_rw() by Chaitanya Kulkarni · 3 years, 10 months ago
- 414eece Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 10 months ago
- 22c8542 tracing: add support for objtool mcount by Sami Tolvanen · 4 years, 3 months ago
- 21a6ab2 Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 3 years, 10 months ago
- 79db4d2 Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 10 months ago
- c0ea576 blktrace: remove debugfs file dentries from struct blk_trace by Greg Kroah-Hartman · 3 years, 11 months ago
- c958423 Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 10 months ago
- 1f83bb4 blktrace: add blk_fill_rwbs documentation comment by Chaitanya Kulkarni · 3 years, 10 months ago
- 179d160 block: remove superfluous param in blk_fill_rwbs() by Chaitanya Kulkarni · 3 years, 10 months ago
- 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 51e6d17 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 10 months ago
- b8af417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 11 months ago
- 3d06f34 bpf: Allow bpf_d_path in bpf_iter program by Song Liu · 3 years, 11 months ago
- e77a681 Merge tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 11 months ago
- 99e22ce tracing: Make hash-ptr option default by Steven Rostedt (VMware) · 3 years, 11 months ago
- c5dbb89 bpf: Expose bpf_get_socket_cookie to tracing programs by Florent Revest · 3 years, 11 months ago
- a345a67 tracing: Add ptr-hash option to show the hashed pointer value by Masami Hiramatsu · 4 years, 3 months ago
- efbbdaa tracing: Show real address for trace event arguments by Masami Hiramatsu · 4 years, 3 months ago
- b220c04 tracing: Check length before giving out the filter buffer by Steven Rostedt (VMware) · 3 years, 11 months ago
- 6016bf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 11 months ago
- 8b5ab6b tracing: Add a backward-compatibility check for synthetic event creation by Tom Zanussi · 4 years ago
- 8d3e816 tracing: Update synth command errors by Tom Zanussi · 4 years ago
- c9e759b tracing: Rework synthetic event command parsing by Tom Zanussi · 4 years ago
- d262271 tracing/dynevent: Delegate parsing to create function by Masami Hiramatsu · 4 years ago
- a006050 module: use RCU to synchronize find_module by Christoph Hellwig · 4 years ago
- 2d396cb tracing: Do not create "enable" or "filter" files for ftrace event subsystem by Steven Rostedt (VMware) · 3 years, 11 months ago
- 256cfdd6 tracing: Do not count ftrace events in top level enable output by Steven Rostedt (VMware) · 3 years, 11 months ago
- 548f119 bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3 by Alexei Starovoitov · 3 years, 11 months ago
- 4b9091e kernel: trace: preemptirq_delay_test: add cpu affinity by Song Chen · 4 years ago
- f2a99dd tracing: Remove definition of DEBUG in trace_mmiotrace.c by Tom Rix · 4 years ago
- 557d50e tracing: Fix a kernel doc warning by Bean Huo · 4 years ago
- 39bcdd6 tracing: Fix spelling of controlling in uprobes by Bhaskar Chowdhury · 4 years ago
- 28cc65a tracing: Fix spelling mistake in Kconfig "infinit" -> "infinite" by Colin Ian King · 4 years ago
- fe42788 tracing: Use in_serving_softirq() to deduct softirq status. by Sebastian Andrzej Siewior · 4 years ago
- 0c02006 tracing: Inline tracing_gen_ctx_flags() by Sebastian Andrzej Siewior · 4 years ago
- 36590c50 tracing: Merge irqflags + preempt counter. by Sebastian Andrzej Siewior · 4 years ago
- c6358ba ring-buffer: Drop unneeded check in ring_buffer_resize() by Qiujun Huang · 4 years ago
- 6689bed ring-buffer: Remove cpu_buffer argument from the rb_inc_page() by Qiujun Huang · 4 years ago
- 18d14eb tracing: Remove get/put_cpu() from function_trace_init by Qiujun Huang · 4 years ago
- b3ca59f tracing: Update trace_ignore_this_task() kernel-doc comment by Qiujun Huang · 4 years ago