1. 3d739c1 tracing: Use the return of str_has_prefix() to remove open coded numbers by Steven Rostedt (VMware) · 6 years ago
  2. 036876f tracing: Have the historgram use the result of str_has_prefix() for len of prefix by Steven Rostedt (VMware) · 6 years ago
  3. b6b2735 tracing: Use str_has_prefix() instead of using fixed sizes by Steven Rostedt (VMware) · 6 years ago
  4. 754481e tracing: Use str_has_prefix() helper for histogram code by Steven Rostedt (VMware) · 6 years ago
  5. 1cce377 tracing: Make function ‘ftrace_exports’ static by Mathieu Malaterre · 7 years ago
  6. bea6957d tracing: Simplify printf'ing in seq_print_sym by Rasmus Villemoes · 6 years ago
  7. cc9f59f tracing: Avoid -Wformat-nonliteral warning by Rasmus Villemoes · 6 years ago
  8. 59dd974 tracing: Merge seq_print_sym_short() and seq_print_sym_offset() by Rasmus Villemoes · 6 years ago
  9. 05ddb25 tracing: Add hist trigger comments for variable-related fields by Tom Zanussi · 6 years ago
  10. 9122013 tracing: Remove hist trigger synth_var_refs by Tom Zanussi · 6 years ago
  11. 656fe2b tracing: Use hist trigger's var_ref array to destroy var_refs by Tom Zanussi · 6 years ago
  12. de40f03 tracing: Remove open-coding of hist trigger var_ref management by Tom Zanussi · 6 years ago
  13. e4f6d24 tracing: Use var_refs[] for hist trigger reference checking by Tom Zanussi · 6 years ago
  14. 2f31ed9 tracing: Change strlen to sizeof for hist trigger static strings by Tom Zanussi · 6 years ago
  15. 6801f0d tracing: Remove unnecessary hist trigger struct field by Tom Zanussi · 6 years ago
  16. e8d086d tracing: Fix ftrace_graph_get_ret_stack() to use task and not current by Steven Rostedt (VMware) · 6 years ago
  17. 45fe439 fgraph: Add comment to describe ftrace_graph_get_ret_stack by Steven Rostedt (VMware) · 6 years ago
  18. a0572f6 ftrace: Allow ftrace_replace_code() to be schedulable by Steven Rostedt (VMware) · 6 years ago
  19. 1ce25e9 tracing: Add generic event-name based remove event method by Masami Hiramatsu · 6 years ago
  20. 7e1413e tracing: Consolidate trace_add/remove_event_call back to the nolock functions by Steven Rostedt (VMware) · 6 years ago
  21. 0e2b81f7 tracing: Remove unneeded synth_event_mutex by Masami Hiramatsu · 6 years ago
  22. 7bbab38 tracing: Use dyn_event framework for synthetic events by Masami Hiramatsu · 6 years ago
  23. 0597c49 tracing/uprobes: Use dyn_event framework for uprobe events by Masami Hiramatsu · 6 years ago
  24. 6212dd2 tracing/kprobes: Use dyn_event framework for kprobe events by Masami Hiramatsu · 6 years ago
  25. 5448d44 tracing: Add unified dynamic event framework by Masami Hiramatsu · 6 years ago
  26. d00bbea9 tracing: Integrate similar probe argument parsers by Masami Hiramatsu · 6 years ago
  27. faacb36 tracing: Simplify creation and deletion of synthetic events by Masami Hiramatsu · 6 years ago
  28. fc800a1 tracing: Lock event_mutex before synth_event_mutex by Masami Hiramatsu · 6 years ago
  29. 547cd9e tracing/uprobes: Add busy check when cleanup all uprobes by Masami Hiramatsu · 6 years ago
  30. a7b1d74 tracing: Change default buffer_percent to 50 by Steven Rostedt (VMware) · 6 years ago
  31. 03329f9 tracing: Add tracefs file buffer_percentage by Steven Rostedt (VMware) · 6 years ago
  32. 2c2b0a7 ring-buffer: Add percentage of ring buffer full to wake up reader by Steven Rostedt (VMware) · 6 years ago
  33. ca16b0f tracing: Have trace_stack nr_entries compare not be so subtle by Dan Carpenter · 7 years ago
  34. b0e21a6 function_graph: Have profiler use new helper ftrace_graph_get_ret_stack() by Steven Rostedt (VMware) · 6 years ago
  35. 76b42b6 function_graph: Move ftrace_graph_ret_addr() to fgraph.c by Steven Rostedt (VMware) · 6 years ago
  36. 688f708 fgraph: Add new fgraph_ops structure to enable function graph hooks by Steven Rostedt (VMware) · 6 years ago
  37. 317e04ca tracing: Rearrange functions in trace_sched_wakeup.c by Steven Rostedt (VMware) · 6 years ago
  38. e73e679 fgraph: Move function graph specific code into fgraph.c by Steven Rostedt (VMware) · 6 years ago
  39. c8dd0f4 function_graph: Do not expose the graph_time option when profiler is not configured by Steven Rostedt (VMware) · 6 years ago
  40. 3306fc4a ftrace: Create new ftrace_internal.h header by Steven Rostedt (VMware) · 6 years ago
  41. 761efe8a function_graph: Remove the use of FTRACE_NOTRACE_DEPTH by Steven Rostedt (VMware) · 6 years ago
  42. 9cd2992 fgraph: Have set_graph_notrace only affect function_graph tracer by Steven Rostedt (VMware) · 6 years ago
  43. d864a3c fgraph: Create a fgraph.c file to store function graph infrastructure by Steven Rostedt (VMware) · 6 years ago
  44. c43ac4a tracing: Do not line wrap short line in function_graph_enter() by Steven Rostedt (VMware) · 6 years ago
  45. 5cf99a0f tracing/fgraph: Fix set_graph_function from showing interrupts by Steven Rostedt (VMware) · 6 years ago
  46. b1b35f2 function_graph: Have profiler use curr_ret_stack and not depth by Steven Rostedt (VMware) · 6 years ago
  47. 7c6ea35 function_graph: Reverse the order of pushing the ret_stack and the callback by Steven Rostedt (VMware) · 6 years ago
  48. 552701d function_graph: Move return callback before update of curr_ret_stack by Steven Rostedt (VMware) · 6 years ago
  49. 39eb456 function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stack by Steven Rostedt (VMware) · 6 years ago
  50. d125f3f8 function_graph: Make ftrace_push_return_trace() static by Steven Rostedt (VMware) · 6 years ago
  51. 8114865 function_graph: Create function_graph_enter() to consolidate architecture code by Steven Rostedt (VMware) · 6 years ago
  52. ee474b8 tracing/kprobes: Fix strpbrk() argument order by Masami Hiramatsu · 6 years ago
  53. 5f21585 Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  54. b5f2954 blkcg: revert blkcg cleanups series by Dennis Zhou · 6 years ago
  55. eb7046e Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 6 years ago
  56. 343a9f3 Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  57. f4267b3 Merge tag 'trace-v4.19-rc8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  58. 1885851 tracing: Return -ENOENT if there is no target synthetic event by Masami Hiramatsu · 6 years ago
  59. a2acce5 tracing: Have stack tracer trace full stack by Steven Rostedt (VMware) · 6 years ago
  60. da387e5 tracing: Export trace_dump_stack to modules by Nikolay Borisov · 6 years ago
  61. 6ab9e09 Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  62. a360d9e tracing: Fix synthetic event to allow semicolon at end by Masami Hiramatsu · 6 years ago
  63. 282447b tracing: Fix synthetic event to accept unsigned modifier by Masami Hiramatsu · 6 years ago
  64. 12ad0cb tracing: Use trace_clock_local() for looping in preemptirq_delay_test.c by Steven Rostedt (VMware) · 6 years ago
  65. bf173ca tracing: probeevent: Fix uninitialized used of offset in parse args by Steven Rostedt (VMware) · 6 years ago
  66. a668281 tracing/kprobes: Allow kprobe-events to record module symbol by Masami Hiramatsu · 6 years ago
  67. 59158ec tracing/kprobes: Check the probe on unloaded module correctly by Masami Hiramatsu · 6 years ago
  68. f3f5893 tracing/uprobes: Fix to return -EFAULT if copy_from_user failed by Masami Hiramatsu · 6 years ago
  69. a1303af tracing: probeevent: Add $argN for accessing function args by Masami Hiramatsu · 7 years ago
  70. 40b53b7 tracing: probeevent: Add array type support by Masami Hiramatsu · 7 years ago
  71. 60c2e0c tracing: probeevent: Add symbol type by Masami Hiramatsu · 7 years ago
  72. 9b960a3 tracing: probeevent: Unify fetch_insn processing common part by Masami Hiramatsu · 7 years ago
  73. 0a46c85 tracing: probeevent: Append traceprobe_ for exported function by Masami Hiramatsu · 7 years ago
  74. 9178412 tracing: probeevent: Return consumed bytes of dynamic area by Masami Hiramatsu · 7 years ago
  75. f451bc8 tracing: probeevent: Unify fetch type tables by Masami Hiramatsu · 7 years ago
  76. 5330592 tracing: probeevent: Introduce new argument fetching code by Masami Hiramatsu · 7 years ago
  77. 7bfbc63 tracing: probeevent: Remove NOKPROBE_SYMBOL from print functions by Masami Hiramatsu · 7 years ago
  78. eeb07b0 tracing: probeevent: Cleanup argument field definition by Masami Hiramatsu · 7 years ago
  79. 56de763 tracing: probeevent: Cleanup print argument functions by Masami Hiramatsu · 7 years ago
  80. a6ca88b trace_uprobe: support reference counter in fd-based uprobe by Song Liu · 6 years ago
  81. c0aac68 Merge tag 'v4.19-rc6' into for-4.20/block by Jens Axboe · 6 years ago
  82. ca9184f tracing: Trivia spelling fix containerof() -> container_of() by Andy Shevchenko · 6 years ago
  83. ccea872 trace_uprobe/sdt: Prevent multiple reference counter for same uprobe by Ravi Bangoria · 6 years ago
  84. 1cc3316 uprobes: Support SDT markers having reference count (semaphore) by Ravi Bangoria · 6 years ago
  85. d6b183e tracing/kprobe: Remove unneeded extra strchr() from create_trace_kprobe() by Steven Rostedt (VMware) · 6 years ago
  86. c839e7a blkcg: remove bio->bi_css and instead use bio->bi_blkg by Dennis Zhou (Facebook) · 6 years ago
  87. 83f3655 ring-buffer: Allow for rescheduling when removing pages by Vaibhav Nagarnaik · 6 years ago
  88. 452938cb Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  89. 5bed49a Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  90. 9161a86 tracing/kprobes: Fix to check notrace function with correct range by Masami Hiramatsu · 6 years ago
  91. 6b7dca4 tracing: Allow gcov profiling on only ftrace subsystem by Masami Hiramatsu · 6 years ago
  92. 7140ad3 Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  93. bb730b5 tracing: Fix SPDX format headers to use C++ style comments by Steven Rostedt (VMware) · 6 years ago
  94. bcea3f9 tracing: Add SPDX License format tags to tracing files by Steven Rostedt (VMware) · 6 years ago
  95. 179a0cc tracing: Add SPDX License format to bpf_trace.c by Steven Rostedt (VMware) · 6 years ago
  96. 757d914 tracing/blktrace: Fix to allow setting same value by Steven Rostedt (VMware) · 6 years ago
  97. 91c1e6b blktrace: Add SPDX License format header by Steven Rostedt (VMware) · 6 years ago
  98. 2f4df00 tracing: Add -mcount-nop option support by Vasily Gorbik · 6 years ago
  99. b125d90 Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  100. e6ecec3 Merge tag 'docs-4.19' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago