1. 36590c50 tracing: Merge irqflags + preempt counter. by Sebastian Andrzej Siewior · 4 years ago
  2. 1329249 tracing: Make struct ring_buffer less ambiguous by Steven Rostedt (VMware) · 5 years ago
  3. 1c5eb44 tracing: Rename trace_buffer to array_buffer by Steven Rostedt (VMware) · 5 years ago
  4. 80042c8 tracing: Use generic type for comparator function by Andy Shevchenko · 5 years ago
  5. 4a6c91f x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAP by Peter Zijlstra · 6 years ago
  6. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  7. 068f530 tracing: Add the constant count for branch tracer by Steven Rostedt (VMware) · 8 years ago
  8. 134e6a0 tracing: Show number of constants profiled in likely profiler by Steven Rostedt (VMware) · 8 years ago
  9. d45ae1f tracing: Process constants for (un)likely() profiler by Steven Rostedt (VMware) · 8 years ago
  10. 52ffabe3 tracing: Make __buffer_unlock_commit() always_inline by Steven Rostedt (Red Hat) · 8 years ago
  11. 3061692 tracing: Remove {start,stop}_branch_trace by Dmitry Safonov · 9 years ago
  12. 6224beb tracing: Have branch tracer use recursive field of task struct by Steven Rostedt (Red Hat) · 9 years ago
  13. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 10 years ago
  14. 9023c93 tracing: Rename (un)register_ftrace_event() to (un)register_trace_event() by Steven Rostedt (Red Hat) · 10 years ago
  15. 3efb5f2 tracing: Remove unneeded includes of debugfs.h and fs.h by Steven Rostedt (Red Hat) · 10 years ago
  16. 7d40f67 tracing: Have branch tracer use trace_handle_return() helper function by Steven Rostedt (Red Hat) · 10 years ago
  17. d79ac28 tracing: Merge consecutive seq_puts calls by Rasmus Villemoes · 10 years ago
  18. fa6f0cc tracing: Replace seq_printf by simpler equivalents by Rasmus Villemoes · 10 years ago
  19. f306cc8 tracing: Update event filters for multibuffer by Tom Zanussi · 11 years ago
  20. 153e8ed tracing: Fix the branch tracer that broke with buffer change by Steven Rostedt (Red Hat) · 12 years ago
  21. a7603ff tracing: Replace the static global per_cpu arrays with allocated per_cpu by Steven Rostedt · 12 years ago
  22. 7ffbd48 tracing: Cache comms only after an event occurred by Steven Rostedt · 12 years ago
  23. 6f41567 tracing: Allow tracers to start at core initcall by Steven Rostedt · 12 years ago
  24. a9a5776 tracing: Allow events to share their print functions by Steven Rostedt · 15 years ago
  25. ede55c9 tracing: Add correct/incorrect to sort keys for branch annotation output by Steven Rostedt · 15 years ago
  26. 8f6e8a3 tracing: user local buffer variable for trace branch tracer by Steven Rostedt · 15 years ago
  27. c8647b2 tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.c by Zhenwen Xu · 15 years ago
  28. 44347d9 Merge branch 'linus' into tracing/core by Ingo Molnar · 16 years ago
  29. 557055b tracing: Fix branch tracer header by Zhaolei · 16 years ago
  30. eb02ce0 tracing/filters: use ring_buffer_discard_commit() in filter_check_discard() by Tom Zanussi · 16 years ago
  31. e1112b4 tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT events by Tom Zanussi · 16 years ago
  32. 4254800 tracing: add handler to trace_stat by Steven Rostedt · 16 years ago
  33. ef18012 tracing: remove funky whitespace in the trace code by Steven Rostedt · 16 years ago
  34. 5fd73f8 tracing: remove extra latency_trace method from trace structure by Steven Rostedt · 16 years ago
  35. f54fc98 tracing: remove unneeded variable by Wenji Huang · 16 years ago
  36. b6f11df trace: Call tracing_reset_online_cpus before tracer->init() by Arnaldo Carvalho de Melo · 16 years ago
  37. 51a763d tracing: Introduce trace_buffer_{lock_reserve,unlock_commit} by Arnaldo Carvalho de Melo · 16 years ago
  38. 0a98775 ring_buffer: remove unused flags parameter by Arnaldo Carvalho de Melo · 16 years ago
  39. 97e5b19 trace_branch: Remove unused function by Arnaldo Carvalho de Melo · 16 years ago
  40. 268ccda trace: assign defaults at register_ftrace_event by Arnaldo Carvalho de Melo · 16 years ago
  41. ae7462b trace: make the trace_event callbacks return enum print_line_t by Arnaldo Carvalho de Melo · 16 years ago
  42. d9793bd trace: judicious error checking of trace_seq results by Arnaldo Carvalho de Melo · 16 years ago
  43. 2c9b238 trace: Change struct trace_event callbacks parameter list by Arnaldo Carvalho de Melo · 16 years ago
  44. f04109b trace: Use tracing_reset_online_cpus in more places by Arnaldo Carvalho de Melo · 16 years ago
  45. 002bb86 tracing/ftrace: separate events tracing and stats tracing engine by Frederic Weisbecker · 16 years ago
  46. 034939b tracing/ftrace: handle more than one stat file per tracer by Frederic Weisbecker · 16 years ago
  47. e302cf3 tracing/branch-tracer: adapt to the stat tracing API by Frederic Weisbecker · 16 years ago
  48. f633cef ftrace: change trace.c to use registered events by Steven Rostedt · 16 years ago
  49. a5e2588 ftrace: replace raw_local_irq_save with local_irq_save by Steven Rostedt · 16 years ago
  50. 65c6dc6 tracing/branch-tracer: include missing irqflags.h by Frederic Weisbecker · 16 years ago
  51. 0429149 trace: fix compiler warning in branch profiler by Steven Rostedt · 16 years ago
  52. 2bcd521 trace: profile all if conditionals by Steven Rostedt · 16 years ago
  53. bac28bf trace: branch profiling should not print percent without data by Steven Rostedt · 16 years ago
  54. 45b7974 trace: consolidate unlikely and likely profiler by Steven Rostedt · 16 years ago
  55. 3f8e402 Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-return-tracer', 'tracing/tracepoints' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  56. 072b40a tracing/branch-tracer: fix a trace recursion on branch tracer by Frederic Weisbecker · 16 years ago
  57. 1c80025 tracing/ftrace: change the type of the init() callback by Frederic Weisbecker · 16 years ago
  58. 94b80ff ftrace: rename trace_unlikely.c file by Steven Rostedt · 16 years ago[Renamed from kernel/trace/trace_unlikely.c]
  59. 80e5ea4 ftrace: add tracer called branch by Steven Rostedt · 16 years ago
  60. 9f029e8 ftrace: rename unlikely iter_ctrl to branch by Steven Rostedt · 16 years ago
  61. 2ed84ee trace: rename unlikely profiler to branch profiler by Steven Rostedt · 16 years ago
  62. 52f232c tracing: likely/unlikely branch annotation tracer by Steven Rostedt · 16 years ago
  63. 1f0d69a tracing: profile likely and unlikely annotations by Steven Rostedt · 16 years ago