1. a38d110 bpf: support raw tracepoints in modules by Matt Mullins · 6 years ago
  2. 49afe66 Merge tag 'trace-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  3. 0f1f692 Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  4. 5cf99a0f tracing/fgraph: Fix set_graph_function from showing interrupts by Steven Rostedt (VMware) · 6 years ago
  5. b1b35f2 function_graph: Have profiler use curr_ret_stack and not depth by Steven Rostedt (VMware) · 6 years ago
  6. 7c6ea35 function_graph: Reverse the order of pushing the ret_stack and the callback by Steven Rostedt (VMware) · 6 years ago
  7. 552701d function_graph: Move return callback before update of curr_ret_stack by Steven Rostedt (VMware) · 6 years ago
  8. 39eb456 function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stack by Steven Rostedt (VMware) · 6 years ago
  9. d125f3f8 function_graph: Make ftrace_push_return_trace() static by Steven Rostedt (VMware) · 6 years ago
  10. 8114865 function_graph: Create function_graph_enter() to consolidate architecture code by Steven Rostedt (VMware) · 6 years ago
  11. 1efb6ee bpf: fix check of allowed specifiers in bpf_trace_printk by Martynas Pumputis · 6 years ago
  12. ee474b8 tracing/kprobes: Fix strpbrk() argument order by Masami Hiramatsu · 6 years ago
  13. 5f21585 Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  14. b5f2954 blkcg: revert blkcg cleanups series by Dennis Zhou · 6 years ago
  15. eb7046e Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 6 years ago
  16. 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
  17. 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
  18. 1885851 tracing: Return -ENOENT if there is no target synthetic event by Masami Hiramatsu · 6 years ago
  19. a2acce5 tracing: Have stack tracer trace full stack by Steven Rostedt (VMware) · 6 years ago
  20. da387e5 tracing: Export trace_dump_stack to modules by Nikolay Borisov · 6 years ago
  21. 6ab9e09 Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  22. a360d9e tracing: Fix synthetic event to allow semicolon at end by Masami Hiramatsu · 6 years ago
  23. 282447b tracing: Fix synthetic event to accept unsigned modifier by Masami Hiramatsu · 6 years ago
  24. 12ad0cb tracing: Use trace_clock_local() for looping in preemptirq_delay_test.c by Steven Rostedt (VMware) · 6 years ago
  25. bf173ca tracing: probeevent: Fix uninitialized used of offset in parse args by Steven Rostedt (VMware) · 6 years ago
  26. a668281 tracing/kprobes: Allow kprobe-events to record module symbol by Masami Hiramatsu · 6 years ago
  27. 59158ec tracing/kprobes: Check the probe on unloaded module correctly by Masami Hiramatsu · 6 years ago
  28. f3f5893 tracing/uprobes: Fix to return -EFAULT if copy_from_user failed by Masami Hiramatsu · 6 years ago
  29. a1303af tracing: probeevent: Add $argN for accessing function args by Masami Hiramatsu · 7 years ago
  30. 40b53b7 tracing: probeevent: Add array type support by Masami Hiramatsu · 7 years ago
  31. 60c2e0c tracing: probeevent: Add symbol type by Masami Hiramatsu · 7 years ago
  32. 9b960a3 tracing: probeevent: Unify fetch_insn processing common part by Masami Hiramatsu · 7 years ago
  33. 0a46c85 tracing: probeevent: Append traceprobe_ for exported function by Masami Hiramatsu · 7 years ago
  34. 9178412 tracing: probeevent: Return consumed bytes of dynamic area by Masami Hiramatsu · 7 years ago
  35. f451bc8 tracing: probeevent: Unify fetch type tables by Masami Hiramatsu · 7 years ago
  36. 5330592 tracing: probeevent: Introduce new argument fetching code by Masami Hiramatsu · 7 years ago
  37. 7bfbc63 tracing: probeevent: Remove NOKPROBE_SYMBOL from print functions by Masami Hiramatsu · 7 years ago
  38. eeb07b0 tracing: probeevent: Cleanup argument field definition by Masami Hiramatsu · 7 years ago
  39. 56de763 tracing: probeevent: Cleanup print argument functions by Masami Hiramatsu · 7 years ago
  40. a6ca88b trace_uprobe: support reference counter in fd-based uprobe by Song Liu · 6 years ago
  41. c0aac68 Merge tag 'v4.19-rc6' into for-4.20/block by Jens Axboe · 6 years ago
  42. ca9184f tracing: Trivia spelling fix containerof() -> container_of() by Andy Shevchenko · 6 years ago
  43. ccea872 trace_uprobe/sdt: Prevent multiple reference counter for same uprobe by Ravi Bangoria · 6 years ago
  44. 1cc3316 uprobes: Support SDT markers having reference count (semaphore) by Ravi Bangoria · 6 years ago
  45. d6b183e tracing/kprobe: Remove unneeded extra strchr() from create_trace_kprobe() by Steven Rostedt (VMware) · 6 years ago
  46. c839e7a blkcg: remove bio->bi_css and instead use bio->bi_blkg by Dennis Zhou (Facebook) · 6 years ago
  47. 83f3655 ring-buffer: Allow for rescheduling when removing pages by Vaibhav Nagarnaik · 6 years ago
  48. 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
  49. 5bed49a Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  50. 9161a86 tracing/kprobes: Fix to check notrace function with correct range by Masami Hiramatsu · 6 years ago
  51. 6b7dca4 tracing: Allow gcov profiling on only ftrace subsystem by Masami Hiramatsu · 6 years ago
  52. 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
  53. bb730b5 tracing: Fix SPDX format headers to use C++ style comments by Steven Rostedt (VMware) · 6 years ago
  54. bcea3f9 tracing: Add SPDX License format tags to tracing files by Steven Rostedt (VMware) · 6 years ago
  55. 179a0cc tracing: Add SPDX License format to bpf_trace.c by Steven Rostedt (VMware) · 6 years ago
  56. 757d914 tracing/blktrace: Fix to allow setting same value by Steven Rostedt (VMware) · 6 years ago
  57. 91c1e6b blktrace: Add SPDX License format header by Steven Rostedt (VMware) · 6 years ago
  58. 2f4df00 tracing: Add -mcount-nop option support by Vasily Gorbik · 6 years ago
  59. 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
  60. e6ecec3 Merge tag 'docs-4.19' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  61. 73ba2fb Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  62. 016f8ff uprobes: Use synchronize_rcu() not synchronize_sched() by Steven Rostedt (VMware) · 6 years ago
  63. e0a568d tracing: Fix synchronizing to event changes with tracepoint_synchronize_unregister() by Steven Rostedt (VMware) · 6 years ago
  64. b207de3 ftrace: Remove unused pointer ftrace_swapper_pid by Colin Ian King · 6 years ago
  65. 3f1756d tracing: More reverting of "tracing: Centralize preemptirq tracepoints and unify their usage" by Steven Rostedt (VMware) · 6 years ago
  66. f27107f tracing/irqsoff: Handle preempt_count for different configs by Steven Rostedt (VMware) · 6 years ago
  67. bff1b20 tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and unify their usage" by Steven Rostedt (VMware) · 6 years ago
  68. da5b3eb tracing: irqsoff: Account for additional preempt_disable by Joel Fernandes (Google) · 6 years ago
  69. 05b9ba4 Merge tag 'v4.18-rc6' into for-4.19/block2 by Jens Axboe · 6 years ago
  70. da25a67 trace: Use rcu_dereference_raw for hooks from trace-event subsystem by Joel Fernandes (Google) · 6 years ago
  71. 6bc6c77 tracing/kprobes: Fix within_notrace_func() to check only notrace functions by Masami Hiramatsu · 6 years ago
  72. 16e0e6a Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  73. 44ec3ec ftrace: Use true and false for boolean values in ops_references_rec() by Gustavo A. R. Silva · 6 years ago
  74. d7224c0 ring-buffer: Make ring_buffer_record_is_set_on() return bool by Steven Rostedt (VMware) · 6 years ago
  75. 3ebea280 ring-buffer: Make ring_buffer_record_is_on() return bool by Steven Rostedt (VMware) · 6 years ago
  76. ec57350 tracing: Make tracer_tracing_is_on() return bool by Steven Rostedt (VMware) · 6 years ago
  77. 978defe tracing: Do a WARN_ON() if start_thread() in hwlat is called when thread exists by Steven Rostedt (VMware) · 6 years ago
  78. 82fbc8c ftrace: Add missing check for existing hwlat thread by Erica Bugden · 6 years ago
  79. f143641 tracing: Do not call start/stop() functions when tracing_on does not change by Steven Rostedt (VMware) · 6 years ago
  80. c3bc8fd tracing: Centralize preemptirq tracepoints and unify their usage by Joel Fernandes (Google) · 6 years ago
  81. d899926 selftest/ftrace: Move kprobe selftest function to separate compile unit by Francis Deslauriers · 6 years ago
  82. 45408c4 tracing: kprobes: Prohibit probing on notrace function by Masami Hiramatsu · 6 years ago
  83. 518eeca tracing: preemptirq_delay_run() can be static by kbuild test robot · 7 years ago
  84. 87107a2 tracing/kprobes: Simplify the logic of enable_trace_kprobe() by Steven Rostedt (VMware) · 6 years ago
  85. 1fee4f7 doc: tracing: Fix a typo of trace_stat by Masami Hiramatsu · 6 years ago
  86. 72809cb tracing: Remove orphaned function ftrace_nr_registered_ops() by Masami Hiramatsu · 6 years ago
  87. 7b144b6 tracing: Remove orphaned function using_ftrace_ops_list_func(). by Masami Hiramatsu · 6 years ago
  88. f6b7425 tracing: Make unregister_trigger() static by Steven Rostedt (VMware) · 6 years ago
  89. f96e857 lib: Add module for testing preemptoff/irqsoff latency tracers by Joel Fernandes (Google) · 7 years ago
  90. 2b27ece tracing/irqsoff: Split reset into separate functions by Joel Fernandes (Google) · 7 years ago
  91. 2519c1b tracing: Quiet gcc warning about maybe unused link variable by Steven Rostedt (VMware) · 6 years ago
  92. 15cc786 tracing: Fix possible double free in event_enable_trigger_func() by Steven Rostedt (VMware) · 6 years ago
  93. 57ea2a3 tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failure by Artem Savkov · 6 years ago
  94. 73c8d89 ring_buffer: tracing: Inherit the tracing setting to next ring buffer by Masami Hiramatsu · 7 years ago
  95. 1863c38 tracing: Fix double free of event_trigger_data by Steven Rostedt (VMware) · 6 years ago
  96. 93081ca Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  97. f8494fa tracing: Reorder display of TGID to be after PID by Joel Fernandes (Google) · 7 years ago
  98. 0fc8c35 tracing/kprobe: Release kprobe print_fmt properly by Jiri Olsa · 7 years ago
  99. e1a4132 Blktrace: bail out early if block debugfs is not configured by Liu Bo · 7 years ago
  100. 03fc7f9 printk/nmi: Prevent deadlock when accessing the main log buffer in NMI by Petr Mladek · 7 years ago