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