1. 36590c50 tracing: Merge irqflags + preempt counter. by Sebastian Andrzej Siewior · 4 years ago
  2. 60602cb fgraph: Make overruns 4 bytes in graph stack structure by Steven Rostedt (VMware) · 4 years, 2 months ago
  3. 22c36b1 tracing: make tracing_init_dentry() returns an integer instead of a d_entry pointer by Wei Yang · 4 years, 6 months ago
  4. bc1a72a ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance() by Steven Rostedt (VMware) · 4 years, 10 months ago
  5. 1329249 tracing: Make struct ring_buffer less ambiguous by Steven Rostedt (VMware) · 5 years ago
  6. 1c5eb44 tracing: Rename trace_buffer to array_buffer by Steven Rostedt (VMware) · 5 years ago
  7. 6c77221 fgraph: Remove redundant ftrace_graph_notrace_addr() test by Changbin Du · 5 years ago
  8. afbab50 tracing: Put a margin between flags and duration for wakeup tracers by Changbin Du · 6 years ago
  9. 9acd8de function_graph: Support displaying relative timestamp by Changbin Du · 6 years ago
  10. 76b42b6 function_graph: Move ftrace_graph_ret_addr() to fgraph.c by Steven Rostedt (VMware) · 6 years ago
  11. 688f708 fgraph: Add new fgraph_ops structure to enable function graph hooks by Steven Rostedt (VMware) · 6 years ago
  12. c8dd0f4 function_graph: Do not expose the graph_time option when profiler is not configured by Steven Rostedt (VMware) · 6 years ago
  13. 761efe8a function_graph: Remove the use of FTRACE_NOTRACE_DEPTH by Steven Rostedt (VMware) · 6 years ago
  14. 9cd2992 fgraph: Have set_graph_notrace only affect function_graph tracer by Steven Rostedt (VMware) · 6 years ago
  15. d864a3c fgraph: Create a fgraph.c file to store function graph infrastructure by Steven Rostedt (VMware) · 6 years ago
  16. c43ac4a tracing: Do not line wrap short line in function_graph_enter() by Steven Rostedt (VMware) · 6 years ago
  17. 5cf99a0f tracing/fgraph: Fix set_graph_function from showing interrupts by Steven Rostedt (VMware) · 6 years ago
  18. 7c6ea35 function_graph: Reverse the order of pushing the ret_stack and the callback by Steven Rostedt (VMware) · 6 years ago
  19. 552701d function_graph: Move return callback before update of curr_ret_stack by Steven Rostedt (VMware) · 6 years ago
  20. 39eb456 function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stack by Steven Rostedt (VMware) · 6 years ago
  21. d125f3f8 function_graph: Make ftrace_push_return_trace() static by Steven Rostedt (VMware) · 6 years ago
  22. 8114865 function_graph: Create function_graph_enter() to consolidate architecture code by Steven Rostedt (VMware) · 6 years ago
  23. 1fe4293 tracing: Fix missing return symbol in function_graph output by Changbin Du · 7 years ago
  24. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  25. 9b130ad treewide: make "nr_cpu_ids" unsigned by Alexey Dobriyan · 7 years ago
  26. 1a41442 tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions too by Steven Rostedt (Red Hat) · 8 years ago
  27. 794de08 fgraph: Handle a case where a tracer ignores set_graph_notrace by Steven Rostedt (Red Hat) · 8 years ago
  28. 52ffabe3 tracing: Make __buffer_unlock_commit() always_inline by Steven Rostedt (Red Hat) · 8 years ago
  29. 95107b3 Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  30. 8861dd3 ftrace: Access ret_stack->subtime only in the function profiler by Namhyung Kim · 8 years ago
  31. 613dccd function_graph: Handle TRACE_BPUTS in print_graph_comment by Namhyung Kim · 8 years ago
  32. 223918e ftrace: Add ftrace_graph_ret_addr() stack unwinding helpers by Josh Poimboeuf · 8 years ago
  33. 9a7c348 ftrace: Add return address pointer to ftrace_ret_stack by Josh Poimboeuf · 8 years ago
  34. daa460a ftrace: Only allocate the ret_stack 'fp' field when needed by Josh Poimboeuf · 8 years ago
  35. e4a744e ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config by Josh Poimboeuf · 8 years ago
  36. 7fa8b71 tracing/function_graph: Fix filters for function_graph threshold by Joel Fernandes · 9 years ago
  37. 345ddcc ftrace: Have set_ftrace_pid use the bitmap like events do by Steven Rostedt (Red Hat) · 9 years ago
  38. be7635e arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections by Alexander Potapenko · 9 years ago
  39. a395d6a kernel/...: convert pr_warning to pr_warn by Joe Perches · 9 years ago
  40. 03e88ae6 tracing: Remove unused ftrace_cpu_disabled per cpu variable by Dmitry Safonov · 9 years ago
  41. 983f938 tracing: Move trace_flags from global to a trace_array field by Steven Rostedt (Red Hat) · 9 years ago
  42. 5557720 tracing: Move sleep-time and graph-time options out of the core trace_flags by Steven Rostedt (Red Hat) · 9 years ago
  43. 82c355e ftrace: Fix function_graph duration spacing with 7-digits by Steven Rostedt (Red Hat) · 9 years ago
  44. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 10 years ago
  45. 9023c93 tracing: Rename (un)register_ftrace_event() to (un)register_trace_event() by Steven Rostedt (Red Hat) · 10 years ago
  46. 4f21123 Merge tag 'trace-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  47. ef99b88 tracing: Handle ftrace_dump() atomic context in graph_trace_open() by Rabin Vincent · 10 years ago
  48. 8434dc9 tracing: Convert the tracing facility over to use tracefs by Steven Rostedt (Red Hat) · 10 years ago
  49. 14a5ae4 tracing: Use IS_ERR() check for return value of tracing_init_dentry() by Steven Rostedt (Red Hat) · 10 years ago
  50. 350e4f4 Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  51. 8e1e1df tracing: Add additional marks to signal very large time deltas by Byungchul Park · 10 years ago
  52. 5ac48378 tracing: Use trace_seq_used() and seq_buf_used() instead of len by Steven Rostedt (Red Hat) · 10 years ago
  53. 3a161d9 tracing: Create seq_buf layer in trace_seq by Steven Rostedt (Red Hat) · 11 years ago
  54. 9d9add3 tracing: Have function_graph use trace_seq_has_overflowed() by Steven Rostedt (Red Hat) · 10 years ago
  55. 4526d06 function_graph: Fix micro seconds notations by Byungchul Park · 10 years ago
  56. 678f845 ftrace-graph: show latency-format on print_graph_irq() by Daniel Bristot de Oliveira · 10 years ago
  57. 1177e43 trace: Replace single-character seq_puts with seq_putc by Rasmus Villemoes · 10 years ago
  58. fa6f0cc tracing: Replace seq_printf by simpler equivalents by Rasmus Villemoes · 10 years ago
  59. ba1afef tracing: Convert local function_graph functions to static by Steven Rostedt (Red Hat) · 10 years ago
  60. 6508fa7 tracing: let user specify tracing_thresh after selecting function_graph by Stanislav Fomichev · 10 years ago
  61. 545d47b ftrace-graph: Remove usage of ftrace_stop() in ftrace_graph_stop() by Steven Rostedt (Red Hat) · 11 years ago
  62. 1b2f121 ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop() by Steven Rostedt (Red Hat) · 11 years ago
  63. 607e3a2 tracing: Add funcgraph_tail option to print function name after closing braces by Robert Elliott · 11 years ago
  64. ccdb594 tracing: Eliminate duplicate TRACE_GRAPH_PRINT_xx defines by Robert Elliott · 11 years ago
  65. b1169cc tracing: Remove mock up poll wait function by Steven Rostedt (Red Hat) · 11 years ago
  66. 8c1a49a tracing: Pass trace_array to set_flag callback by Steven Rostedt (Red Hat) · 11 years ago
  67. 6fc84ea tracing: Do not use signed enums with unsigned long long in fgragh output by Steven Rostedt (Red Hat) · 11 years ago
  68. f306cc8 tracing: Update event filters for multibuffer by Tom Zanussi · 11 years ago
  69. 29ad23b ftrace: Add set_graph_notrace filter by Namhyung Kim · 11 years ago
  70. 8f76899 tracing: Add ref_data to function and fgraph tracer structs by Steven Rostedt (Red Hat) · 11 years ago
  71. 146c344 tracing: Use trace_seq_puts()/trace_seq_putc() where possible by zhangwei(Jovi) · 11 years ago
  72. 12883ef tracing: Consolidate max_tr into main trace_array structure by Steven Rostedt (Red Hat) · 12 years ago
  73. a7603ff tracing: Replace the static global per_cpu arrays with allocated per_cpu by Steven Rostedt · 12 years ago
  74. 03274a3 tracing/fgraph: Adjust fgraph depth before calling trace return callback by Steven Rostedt (Red Hat) · 12 years ago
  75. 8741db5 tracing/fgraph: Add max_graph_depth to limit function_graph depth by Steven Rostedt · 12 years ago
  76. 7ffbd48 tracing: Cache comms only after an event occurred by Steven Rostedt · 12 years ago
  77. 6f41567 tracing: Allow tracers to start at core initcall by Steven Rostedt · 12 years ago
  78. 781d062 ftrace: Do not test frame pointers if -mfentry is used by Steven Rostedt · 14 years ago
  79. 6d158a8 tracing: Remove NR_CPUS array from trace_iterator by Steven Rostedt · 13 years ago
  80. e4a3f54 tracing: Still trace filtered irq functions when irq trace is disabled by Steven Rostedt · 14 years ago
  81. 749230b tracing, function_graph: Add context-info support for function_graph tracer by Jiri Olsa · 14 years ago
  82. 199abfa tracing, function_graph: Remove lock-depth from latency trace by Jiri Olsa · 14 years ago
  83. ffeb80f tracing, function_graph: Merge overhead and duration display functions by Jiri Olsa · 14 years ago
  84. 321e68b tracing, function_graph: Remove dependency of abstime and duration fields on latency by Jiri Olsa · 14 years ago
  85. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  86. 78c89ba tracing: Remove parent recording in latency tracer graph options by Steven Rostedt · 14 years ago
  87. 0a77262 tracing: Make graph related irqs/preemptsoff functions global by Jiri Olsa · 14 years ago
  88. a9d6117 tracing: Add proper check for irq_depth routines by Jiri Olsa · 14 years ago
  89. 14cae9b tracing: Fix function-graph build warning on 32-bit by Borislav Petkov · 14 years ago
  90. b304d04 tracing: Do not trace in irq when funcgraph-irq option is zero by Steven Rostedt · 14 years ago
  91. 2bd16212 tracing: Add funcgraph-irq option for function graph tracer. by Jiri Olsa · 14 years ago
  92. c8710ad Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  93. 6016ee1 perf, tracing: add missing __percpu markups by Namhyung Kim · 14 years ago
  94. d244b6b Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into trace/tip/perf/urgent-4 by Steven Rostedt · 14 years ago
  95. 575570f tracing: Fix an unallocated memory access in function_graph by Shaohua Li · 14 years ago
  96. d62f85d tracing/function-graph: Use correct string size for snprintf by Chase Douglas · 15 years ago
  97. a9a5776 tracing: Allow events to share their print functions by Steven Rostedt · 15 years ago
  98. 62b915f tracing: Add graph output support for irqsoff tracer by Jiri Olsa · 15 years ago
  99. d7a8d9e tracing: Have graph flags passed in to ouput functions by Jiri Olsa · 15 years ago
  100. 9106b69 tracing: Add ftrace events for graph tracer by Jiri Olsa · 15 years ago