1. db9108e0 tracing: Fix kmemleak in instance_rmdir by Chunyu Hu · 7 years ago
  2. bc0f51d Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  3. b11fb73 tracing: Fixup trace file header alignment by Steven Rostedt (VMware) · 8 years ago
  4. ef3ad08 Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  5. 29b1a8a tracing: Attempt to record other information even if some fail by Joel Fernandes · 8 years ago
  6. bd45d34 tracing: Treat recording tgid for idle task as a success by Joel Fernandes · 8 years ago
  7. eaf260a tracing: Treat recording comm for idle task as a success by Joel Fernandes · 8 years ago
  8. 99c621d tracing: Add saved_tgids file to show cached pid to tgid mappings by Michael Sartain · 8 years ago
  9. 4dce17b Merge commit '0f17976568b3f72e676450af0c0db6f8752253d6' into trace/ftrace/core by Steven Rostedt (VMware) · 8 years ago
  10. 0f17976 ftrace: Fix regression with module command in stack_trace_filter by Steven Rostedt (VMware) · 8 years ago
  11. 441dae8 tracing: Add support for display of tgid in trace output by Joel Fernandes · 8 years ago
  12. d914ba3 tracing: Add support for recording tgid of tasks by Joel Fernandes · 8 years ago
  13. 6a9c981 ftrace: Remove unused function ftrace_arch_read_dyn_info() by Steven Rostedt (VMware) · 8 years ago
  14. 681bec0 tracing: Rename update the enum_map file by Jeremy Linton · 8 years ago
  15. f57a414 trace: rename enum_map functions by Jeremy Linton · 8 years ago
  16. 5f60b35 trace: rename trace.c enum functions by Jeremy Linton · 8 years ago
  17. 1793ed9 trace: rename trace_enum_mutex to trace_eval_mutex by Jeremy Linton · 8 years ago
  18. 23bf8cb trace: rename trace enum data structures in trace.c by Jeremy Linton · 8 years ago
  19. 99be647 trace: rename struct module entry for trace enums by Jeremy Linton · 8 years ago
  20. 00f4b65 trace: rename trace_enum_map to trace_eval_map by Jeremy Linton · 8 years ago
  21. 02fd7f6 trace: rename kernel enum section to eval by Jeremy Linton · 8 years ago
  22. 6a5ae63 tracing: Remove unused declaration of trace_stop_cmdline_recording by Joel Fernandes · 8 years ago
  23. c3ca46e ftrace/kprobes: selftests: Check kretprobe maxactive is supported by Masami Hiramatsu · 8 years ago
  24. a33d7d9 tracing: Make sure RCU is watching before calling a stack trace by Steven Rostedt (VMware) · 8 years ago
  25. 8a49f3e ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stub by Steven Rostedt (VMware) · 8 years ago
  26. a0e6369 ftrace/instances: Clear function triggers when removing instances by Naveen N. Rao · 8 years ago
  27. b9ef032 tracing: Move postpone selftests to core from early_initcall by Steven Rostedt · 8 years ago
  28. 4dbbe2d tracing: Use cpumask_available() to check if cpumask variable may be used by Matthias Kaehlcke · 8 years ago
  29. e09e286 tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline() by Amey Telawane · 8 years ago
  30. 4c17468 Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  31. da7b66f Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  32. 7c8c03b Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  33. 73a757e ring-buffer: Return reader page back into existing ring buffer by Steven Rostedt (VMware) · 8 years ago
  34. 2290f2c tracing/ftrace: Allow for the traceonoff probe be unique to instances by Steven Rostedt (VMware) · 8 years ago
  35. cab5037 tracing/ftrace: Enable snapshot function trigger to work with instances by Steven Rostedt (VMware) · 8 years ago
  36. 6e44431 tracing/ftrace: Add a better way to pass data via the probe functions by Steven Rostedt (VMware) · 8 years ago
  37. 7b60f3d ftrace: Dynamically create the probe ftrace_ops for the trace_array by Steven Rostedt (VMware) · 8 years ago
  38. b5f081b tracing: Pass the trace_array into ftrace_probe_ops functions by Steven Rostedt (VMware) · 8 years ago
  39. 04ec7bb tracing: Have the trace_array hold the list of registered func probes by Steven Rostedt (VMware) · 8 years ago
  40. d3d532d ftrace: Have unregister_ftrace_function_probe_func() return a value by Steven Rostedt (VMware) · 8 years ago
  41. 1a48df0 ftrace: Remove data field from ftrace_func_probe structure by Steven Rostedt (VMware) · 8 years ago
  42. 1a93f8b tracing: Have the snapshot trigger use the mapping helper functions by Steven Rostedt (VMware) · 8 years ago
  43. bca6c8d ftrace: Pass probe ops to probe function by Steven Rostedt (VMware) · 8 years ago
  44. df62db5 tracing: Allocate the snapshot buffer before enabling probe by Steven Rostedt (VMware) · 8 years ago
  45. 1e10486 ftrace: Add 'function-fork' trace option by Namhyung Kim · 8 years ago
  46. d879d0b ftrace: Fix function pid filter on instances by Namhyung Kim · 8 years ago
  47. af0009f tracing: Move trace_handle_return() out of line by Steven Rostedt (VMware) · 8 years ago
  48. dbeafd0 ftrace: Have function tracing start in early boot up by Steven Rostedt (VMware) · 8 years ago
  49. 9afecfb tracing: Postpone tracer start-up tests till the system is more robust by Steven Rostedt (VMware) · 8 years ago
  50. e725c73 tracing: Split tracing initialization into two for early initialization by Steven Rostedt (VMware) · 8 years ago
  51. 35b6f55 trace/kprobes: Allow return probes with offsets and absolute addresses by Naveen N. Rao · 8 years ago
  52. 6b0b755 perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTS by Anton Blanchard · 8 years ago
  53. 79b17ea Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  54. 67d04bb tracing: Remove outdated ring buffer comment by Joel Fernandes · 8 years ago
  55. 0e684b6 tracing: Reset parser->buffer to allow multiple "puts" by Steven Rostedt (VMware) · 8 years ago
  56. 93faccbb fs: Better permission checking for submounts by Eric W. Biederman · 8 years ago
  57. f81dc7d splice_pipe_desc: kill ->flags by Al Viro · 8 years ago
  58. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  59. 179a7ba Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  60. 9465d9c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  61. c59f29c tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate results by Pavankumar Kondeti · 8 years ago
  62. 656c7f0 tracing: Replace kmap with copy_from_user() in trace_marker writing by Steven Rostedt (Red Hat) · 8 years ago
  63. b32614c tracing/rb: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  64. 80ec355 trace: Add an option for boot clock as trace clock by Joel Fernandes · 8 years ago
  65. 52ffabe3 tracing: Make __buffer_unlock_commit() always_inline by Steven Rostedt (Red Hat) · 8 years ago
  66. 42391745 tracing: Make tracepoint_printk a static_key by Steven Rostedt (Red Hat) · 8 years ago
  67. 3e9a8aa tracing: Create a always_inlined __trace_buffer_lock_reserve() by Steven Rostedt (Red Hat) · 8 years ago
  68. 478409d tracing: Add hook to function tracing for other subsystems to use by Chunyan Zhang · 8 years ago
  69. fa32e85 tracing: Add new trace_marker_raw by Steven Rostedt · 9 years ago
  70. 60f1d5e ftrace: Support full glob matching by Masami Hiramatsu · 8 years ago
  71. 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
  72. 12b7bcb Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  73. 4c04b4b Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  74. 1ae2293 fix memory leaks in tracing_buffers_splice_read() by Al Viro · 8 years ago
  75. 1245800 tracing: Move mutex to protect against resetting of seq data by Steven Rostedt (Red Hat) · 8 years ago
  76. f971cc9 tracing: Have max_latency be defined for HWLAT_TRACER as well by Steven Rostedt (Red Hat) · 8 years ago
  77. e7c15cd tracing: Added hardware latency tracer by Steven Rostedt (Red Hat) · 9 years ago
  78. 8642562 ftrace: probe: Add README entries for k/uprobe-events by Masami Hiramatsu · 8 years ago
  79. 67f20b0 tracing: Using for_each_set_bit() to simplify trace_pid_write() by Wei Yongjun · 9 years ago
  80. 501c237 ftrace: Move toplevel init out of ftrace_init_tracefs() by Steven Rostedt (Red Hat) · 9 years ago
  81. be54f69 tracing: Skip more functions when doing stack tracing of events by Steven Rostedt (Red Hat) · 9 years ago
  82. e2ace00 tracing: Choose static tp_printk buffer by explicit nesting count by Andy Lutomirski · 9 years ago
  83. 345ddcc ftrace: Have set_ftrace_pid use the bitmap like events do by Steven Rostedt (Red Hat) · 9 years ago
  84. 76c813e tracing: Move pid_list write processing into its own function by Steven Rostedt (Red Hat) · 9 years ago
  85. 5cc8976 tracing: Move the pid_list seq_file functions to be global by Steven Rostedt (Red Hat) · 9 years ago
  86. d8275c4 tracing: Move filtered_pid helper functions into trace.c by Steven Rostedt · 9 years ago
  87. 0fc1b09 tracing: Use temp buffer when filtering events by Steven Rostedt (Red Hat) · 9 years ago
  88. 904d185 tracing: Remove unused function trace_current_buffer_lock_reserve() by Steven Rostedt (Red Hat) · 9 years ago
  89. 33fddff tracing: Have trace_buffer_unlock_commit() call the _regs version with NULL by Steven Rostedt (Red Hat) · 9 years ago
  90. a9fe48d tracing: Remove unused function trace_current_buffer_discard_commit() by Steven Rostedt (Red Hat) · 9 years ago
  91. fa66ddb tracing: Move trace_buffer_unlock_commit{_regs}() to local header by Steven Rostedt (Red Hat) · 9 years ago
  92. 9cbb150 tracing: Fold filter_check_discard() into its only user by Steven Rostedt (Red Hat) · 9 years ago
  93. 65da9a0 tracing: Make filter_check_discard() local by Steven Rostedt (Red Hat) · 9 years ago
  94. 4afe649 tracing: Don't use the address of the buffer array name in copy_from_user by Wang Xiaoqiang · 9 years ago
  95. 2055062 tracing: Do not inherit event-fork option for instances by Steven Rostedt (Red Hat) · 9 years ago
  96. 4b94f5b tracing: Add hist trigger 'log2' modifier by Namhyung Kim · 9 years ago
  97. 5463bfd tracing: Add support for named hist triggers by Tom Zanussi · 9 years ago
  98. 52a7f16 tracing: Add support for multiple hist triggers per event by Tom Zanussi · 9 years ago
  99. d0bad49 tracing: Add enable_hist/disable_hist triggers by Tom Zanussi · 9 years ago
  100. 69a0200 tracing: Add hist trigger support for stacktraces as keys by Tom Zanussi · 9 years ago