1. 86599db tracing: Add helper functions to simplify event_command.parse() callback handling by Tom Zanussi · 3 years ago
  2. 2378a2d tracing: Remove ops param from event_command reg()/unreg() callbacks by Tom Zanussi · 3 years ago
  3. fb339e5 tracing: Change event_trigger_ops func() to trigger() by Tom Zanussi · 3 years ago
  4. 9ec5a7d tracing: Change event_command func() to parse() by Tom Zanussi · 3 years ago
  5. dba8796 tracing: Use memset_startat helper in trace_iterator_reset() by Xiu Jianfeng · 3 years, 1 month ago
  6. 6c536d7 tracing: Disable preemption when using the filter buffer by Steven Rostedt (VMware) · 3 years, 1 month ago
  7. 55de2c0 tracing: Add '__rel_loc' using trace event macros by Masami Hiramatsu · 3 years, 1 month ago
  8. 05770dd tracing: Support __rel_loc relative dynamic data location attribute by Masami Hiramatsu · 3 years, 1 month ago
  9. a55f224 tracing: Fix pid filtering when triggers are attached by Steven Rostedt (VMware) · 3 years, 1 month ago
  10. affc659 tracing: in_irq() cleanup by Changbin Du · 3 years, 3 months ago
  11. 21ccc9c tracing: Disable "other" permission bits in the tracefs files by Steven Rostedt (VMware) · 3 years, 4 months ago
  12. 6954e41 tracing: Place trace_pid_list logic into abstract functions by Steven Rostedt (VMware) · 3 years, 3 months ago
  13. 7491e2c tracing: Add a probe that attaches to trace events by Tzvetomir Stoyanov (VMware) · 3 years, 4 months ago
  14. 6c34df6 tracing: Apply trace filters on all output channels by Pingfan Liu · 3 years, 5 months ago
  15. 757fa80 Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 6 months ago
  16. a358f40 once: implement DO_ONCE_LITE for non-fast-path "do once" functionality by Tanner Love · 3 years, 6 months ago
  17. a955d7e trace: Add timerlat tracer by Daniel Bristot de Oliveira · 3 years, 6 months ago
  18. bce29ac trace: Add osnoise tracer by Daniel Bristot de Oliveira · 3 years, 6 months ago
  19. 6880c98 tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is defined by Steven Rostedt (VMware) · 3 years, 6 months ago
  20. bc87cf0a trace: Add a generic function to read/write u64 values from tracefs by Daniel Bristot de Oliveira · 3 years, 6 months ago
  21. c658797 tracing: Add method for recording "func_repeats" events by Yordan Karadzhov (VMware) · 3 years, 9 months ago
  22. 20344c5 tracing: Add "last_func_repeats" to struct trace_array by Yordan Karadzhov (VMware) · 3 years, 9 months ago
  23. f689e4f tracing: Define new ftrace event "func_repeats" by Yordan Karadzhov (VMware) · 3 years, 9 months ago
  24. f2cc020 tracing: Fix various typos in comments by Ingo Molnar · 3 years, 9 months ago
  25. 9a6944f tracing: Add a verifier to check string pointers for trace events by Steven Rostedt (VMware) · 3 years, 10 months ago
  26. d8279bfc tracing: Add tracing_event_time_stamp() API by Steven Rostedt (VMware) · 3 years, 10 months ago
  27. b94bc80 tracing: Use a no_filter_buffering_ref to stop using the filter buffer by Steven Rostedt (VMware) · 3 years, 10 months ago
  28. b47e330 tracing: Pass buffer of event to trigger operations by Steven Rostedt (VMware) · 3 years, 10 months ago
  29. 70d443d tracing: Remove duplicate declaration from trace.h by Yordan Karadzhov (VMware) · 3 years, 10 months ago
  30. a345a67 tracing: Add ptr-hash option to show the hashed pointer value by Masami Hiramatsu · 4 years, 2 months ago
  31. efbbdaa tracing: Show real address for trace event arguments by Masami Hiramatsu · 4 years, 2 months ago
  32. d262271 tracing/dynevent: Delegate parsing to create function by Masami Hiramatsu · 3 years, 11 months ago
  33. 0c02006 tracing: Inline tracing_gen_ctx_flags() by Sebastian Andrzej Siewior · 4 years ago
  34. 36590c50 tracing: Merge irqflags + preempt counter. by Sebastian Andrzej Siewior · 4 years ago
  35. 60efe21 tracing: Disable ftrace selftests when any tracer is running by Masami Hiramatsu · 4 years, 1 month ago
  36. 0264c8c ftrace: Move the recursion testing into global headers by Steven Rostedt (VMware) · 4 years, 2 months ago
  37. 726b3d3 ftrace: Handle tracing when switching between context by Steven Rostedt (VMware) · 4 years, 2 months ago
  38. ee11b93 ftrace: Fix recursion check for NMI test by Steven Rostedt (VMware) · 4 years, 2 months ago
  39. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 2 months ago
  40. 42d120e tracing: Move is_good_name() from trace_probe.h to trace.h by Tom Zanussi · 4 years, 3 months ago
  41. 499f7bb tracing: Fix some typos in comments by Qiujun Huang · 4 years, 3 months ago
  42. 720dee5 tracing/boot: Initialize per-instance event list in early boot by Masami Hiramatsu · 4 years, 3 months ago
  43. 4114fbf tracing: Enable creating new instance early boot by Masami Hiramatsu · 4 years, 4 months ago
  44. 22c36b1 tracing: make tracing_init_dentry() returns an integer instead of a d_entry pointer by Wei Yang · 4 years, 6 months ago
  45. c58b6b0 ftrace: Fix ftrace_trace_task return value by Josef Bacik · 4 years, 5 months ago
  46. 7ef282e tracing: Move pipe reference to trace array instead of current_tracer by Steven Rostedt (VMware) · 4 years, 6 months ago
  47. 4649079 tracing: Make ftrace packed events have align of 1 by Steven Rostedt (VMware) · 4 years, 7 months ago
  48. 2d19bd7 tracing: Add hist_debug trace event files for histogram debugging by Tom Zanussi · 4 years, 9 months ago
  49. 2768362 tracing: Create set_event_notrace_pid to not trace tasks by Steven Rostedt (VMware) · 4 years, 9 months ago
  50. b3b1e6e ftrace: Create set_ftrace_notrace_pid to not trace tasks by Steven Rostedt (VMware) · 4 years, 9 months ago
  51. 717e3f5 ftrace: Make function trace pid filtering a bit more exact by Steven Rostedt (VMware) · 4 years, 9 months ago
  52. 06e0a54 tracing: Do not disable tracing when reading the trace file by Steven Rostedt (VMware) · 4 years, 9 months ago
  53. 5412e0b tracing: Remove unused TRACE_BUFFER bits by Steven Rostedt (VMware) · 4 years, 11 months ago
  54. e310396 Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  55. 54a16ff ftrace: Protect ftrace_graph_hash with ftrace_sync by Steven Rostedt (VMware) · 5 years ago
  56. 16052dd ftrace: Add comment to why rcu_dereference_sched() is open coded by Steven Rostedt (VMware) · 5 years ago
  57. fd0e685 tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu by Amol Grover · 5 years ago
  58. 24a9729 tracing: Annotate ftrace_graph_hash pointer with __rcu by Amol Grover · 5 years ago
  59. 89c95fc tracing: Add trace_array_find/_get() to find instance trace arrays by Tom Zanussi · 5 years ago
  60. 5c3469c tracing/boot: Move external function declarations to kernel/trace/trace.h by Masami Hiramatsu · 5 years ago
  61. 24589e3 tracing: Use pr_err() instead of WARN() for memory failures by Steven Rostedt (VMware) · 5 years ago
  62. 1329249 tracing: Make struct ring_buffer less ambiguous by Steven Rostedt (VMware) · 5 years ago
  63. 1c5eb44 tracing: Rename trace_buffer to array_buffer by Steven Rostedt (VMware) · 5 years ago
  64. 2040cf9 Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts by Ingo Molnar · 5 years ago
  65. 6c3edaf tracing: Introduce trace event injection by Cong Wang · 5 years ago
  66. 04ae87a ftrace: Rework event_create_dir() by Peter Zijlstra · 5 years ago
  67. 2887978 tracing: Adding new functions for kernel access to Ftrace instances by Divya Indi · 5 years ago
  68. 36b3615 tracing: Add missing "inline" in stub function of latency_fsnotify() by Steven Rostedt (VMware) · 5 years ago
  69. 2d6425a tracing: Declare newly exported APIs in include/linux/trace.h by Divya Indi · 5 years ago
  70. 91edde2 ftrace: Implement fs notification for tracing_max_latency by Viktor Rosendahl (BMW) · 5 years ago
  71. da537f0 ftrace: Add information on number of page groups allocated by Steven Rostedt (VMware) · 5 years ago
  72. 8530dec tracing: Add tracing_check_open_get_tr() by Steven Rostedt (VMware) · 5 years ago
  73. aa07d71 tracing: Have trace events system open call tracing_open_generic_tr() by Steven Rostedt (VMware) · 5 years ago
  74. 968e517 tracing: Fix clang -Wint-in-bool-context warnings in IF_ASSIGN macro by Nathan Chancellor · 5 years ago
  75. a47b53e tracing: Rename tracing_reset() to tracing_reset_cpu() by Steven Rostedt (VMware) · 5 years ago
  76. 0c97bf8 tracing: Silence GCC 9 array bounds warning by Miguel Ojeda · 6 years ago
  77. 4eebe38 kernel/trace/trace.h: Remove duplicate header of trace_seq.h by Jagadeesh Pagadala · 6 years ago
  78. d2d8b14 Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  79. ecffc8a tracing: Add trace_total_entries() / trace_total_entries_cpu() by Douglas Anderson · 6 years ago
  80. c438f14 tracing: Make ftrace_trace_userstack() static and conditional by Thomas Gleixner · 6 years ago
  81. 2f754e7 tracing: Have the error logs show up in the proper instances by Steven Rostedt (VMware) · 6 years ago
  82. 1e144d7 tracing: Add trace_array parameter to create_event_filter() by Steven Rostedt (VMware) · 6 years ago
  83. 8a06290 tracing: Add tracing error log by Tom Zanussi · 6 years ago
  84. a35873a tracing: Add conditional snapshot by Tom Zanussi · 6 years ago
  85. f79b3f3 ftrace: Allow enabling of filters via index of available_filter_functions by Steven Rostedt (VMware) · 6 years ago
  86. 9acd8de function_graph: Support displaying relative timestamp by Changbin Du · 6 years ago
  87. 03329f9 tracing: Add tracefs file buffer_percentage by Steven Rostedt (VMware) · 6 years ago
  88. c8dd0f4 function_graph: Do not expose the graph_time option when profiler is not configured by Steven Rostedt (VMware) · 6 years ago
  89. 9cd2992 fgraph: Have set_graph_notrace only affect function_graph tracer by Steven Rostedt (VMware) · 6 years ago
  90. 5cf99a0f tracing/fgraph: Fix set_graph_function from showing interrupts by Steven Rostedt (VMware) · 6 years ago
  91. bb730b5 tracing: Fix SPDX format headers to use C++ style comments by Steven Rostedt (VMware) · 6 years ago
  92. 3f1756d tracing: More reverting of "tracing: Centralize preemptirq tracepoints and unify their usage" by Steven Rostedt (VMware) · 6 years ago
  93. ec57350 tracing: Make tracer_tracing_is_on() return bool by Steven Rostedt (VMware) · 6 years ago
  94. 7b144b6 tracing: Remove orphaned function using_ftrace_ops_list_func(). by Masami Hiramatsu · 6 years ago
  95. f6b7425 tracing: Make unregister_trigger() static by Steven Rostedt (VMware) · 6 years ago
  96. f26808b tracing: Optimize trace_buffer_iter() logic by yuan linyu · 7 years ago
  97. 3dd8095 tracing: Add trigger file for trace_markers tracefs/ftrace/print by Steven Rostedt (VMware) · 7 years ago
  98. 58b9254 tracing: Have event_trace_init() called by trace_init_tracefs() by Steven Rostedt (VMware) · 7 years ago
  99. 3c96529 tracing: Add __find_event_file() to find event files without restrictions by Steven Rostedt (VMware) · 7 years ago
  100. c94e45b tracing: Do not reference event data in post call triggers by Steven Rostedt (VMware) · 7 years ago