1. 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
  2. 2290f2c tracing/ftrace: Allow for the traceonoff probe be unique to instances by Steven Rostedt (VMware) · 8 years ago
  3. 6e44431 tracing/ftrace: Add a better way to pass data via the probe functions by Steven Rostedt (VMware) · 8 years ago
  4. 7b60f3d ftrace: Dynamically create the probe ftrace_ops for the trace_array by Steven Rostedt (VMware) · 8 years ago
  5. b5f081b tracing: Pass the trace_array into ftrace_probe_ops functions by Steven Rostedt (VMware) · 8 years ago
  6. 04ec7bb tracing: Have the trace_array hold the list of registered func probes by Steven Rostedt (VMware) · 8 years ago
  7. eee8ded ftrace: Have the function probes call their own function by Steven Rostedt (VMware) · 8 years ago
  8. 1ec3a81 ftrace: Have each function probe use its own ftrace_ops by Steven Rostedt (VMware) · 8 years ago
  9. d3d532d ftrace: Have unregister_ftrace_function_probe_func() return a value by Steven Rostedt (VMware) · 8 years ago
  10. 1a48df0 ftrace: Remove data field from ftrace_func_probe structure by Steven Rostedt (VMware) · 8 years ago
  11. 78f78e0 ftrace: Remove unused unregister_ftrace_function_probe_all() function by Steven Rostedt (VMware) · 8 years ago
  12. 0fe7e7e ftrace: Remove unused unregister_ftrace_function_probe() function by Steven Rostedt (VMware) · 8 years ago
  13. 41794f1 ftrace: Added ftrace_func_mapper for function probe triggers by Steven Rostedt (VMware) · 8 years ago
  14. bca6c8d ftrace: Pass probe ops to probe function by Steven Rostedt (VMware) · 8 years ago
  15. 92a68fa ftrace: Move the function commands into the tracing directory by Steven Rostedt (VMware) · 8 years ago
  16. ec19b85 ftrace: Move the probe function into the tracing directory by Steven Rostedt (VMware) · 8 years ago
  17. 1e10486 ftrace: Add 'function-fork' trace option by Namhyung Kim · 8 years ago
  18. d879d0b ftrace: Fix function pid filter on instances by Namhyung Kim · 8 years ago
  19. dbeafd0 ftrace: Have function tracing start in early boot up by Steven Rostedt (VMware) · 8 years ago
  20. eb583cd4 tracing: Use modern function declaration by Arnd Bergmann · 8 years ago
  21. 4c73841 tracing: Have COMM event filter key be treated as a string by Steven Rostedt (VMware) · 8 years ago
  22. b9b0c831 ftrace: Convert graph filter to use hash tables by Namhyung Kim · 8 years ago
  23. 4046bf0 ftrace: Expose ftrace_hash_empty and ftrace_lookup_ip by Namhyung Kim · 8 years ago
  24. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  25. 1a41442 tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions too by Steven Rostedt (Red Hat) · 8 years ago
  26. 52ffabe3 tracing: Make __buffer_unlock_commit() always_inline by Steven Rostedt (Red Hat) · 8 years ago
  27. fa32e85 tracing: Add new trace_marker_raw by Steven Rostedt · 8 years ago
  28. 60f1d5e ftrace: Support full glob matching by Masami Hiramatsu · 8 years ago
  29. f971cc9 tracing: Have max_latency be defined for HWLAT_TRACER as well by Steven Rostedt (Red Hat) · 8 years ago
  30. e7c15cd tracing: Added hardware latency tracer by Steven Rostedt (Red Hat) · 9 years ago
  31. a4a551b ftrace: Reduce size of function graph entries by Namhyung Kim · 8 years ago
  32. 501c237 ftrace: Move toplevel init out of ftrace_init_tracefs() by Steven Rostedt (Red Hat) · 8 years ago
  33. 345ddcc ftrace: Have set_ftrace_pid use the bitmap like events do by Steven Rostedt (Red Hat) · 9 years ago
  34. 76c813e tracing: Move pid_list write processing into its own function by Steven Rostedt (Red Hat) · 9 years ago
  35. 5cc8976 tracing: Move the pid_list seq_file functions to be global by Steven Rostedt (Red Hat) · 9 years ago
  36. 4e267db tracing: Make the pid filtering helper functions global by Steven Rostedt · 9 years ago
  37. 0fc1b09 tracing: Use temp buffer when filtering events by Steven Rostedt (Red Hat) · 9 years ago
  38. 33fddff tracing: Have trace_buffer_unlock_commit() call the _regs version with NULL by Steven Rostedt (Red Hat) · 9 years ago
  39. fa66ddb tracing: Move trace_buffer_unlock_commit{_regs}() to local header by Steven Rostedt (Red Hat) · 9 years ago
  40. 9cbb150 tracing: Fold filter_check_discard() into its only user by Steven Rostedt (Red Hat) · 9 years ago
  41. 65da9a0 tracing: Make filter_check_discard() local by Steven Rostedt (Red Hat) · 9 years ago
  42. dad56ee tracing: Move event_trigger_unlock_commit{_regs}() to local header by Steven Rostedt (Red Hat) · 9 years ago
  43. db1388b tracing: Add support for named triggers by Tom Zanussi · 9 years ago
  44. d0bad49 tracing: Add enable_hist/disable_hist triggers by Tom Zanussi · 9 years ago
  45. 7ef224d tracing: Add 'hist' event trigger command by Tom Zanussi · 9 years ago
  46. c37775d tracing: Add infrastructure to allow set_event_pid to follow children by Steven Rostedt · 9 years ago
  47. f4d34a8 tracing: Use pid bitmap instead of a pid array for set_event_pid by Steven Rostedt · 9 years ago
  48. 7e6867b tracing: Record and show NMI state by Peter Zijlstra · 9 years ago
  49. 353206f tracing: Use flags instead of bool in trigger structure by Steven Rostedt (Red Hat) · 9 years ago
  50. a88e1cf tracing: Add an unreg_all() callback to trigger commands by Tom Zanussi · 9 years ago
  51. a5863da tracing: Add needs_rec flag to event triggers by Tom Zanussi · 9 years ago
  52. 104f281 tracing: Add a per-event-trigger 'paused' field by Tom Zanussi · 9 years ago
  53. dbfeaa7 tracing: Add get_syscall_name() by Tom Zanussi · 9 years ago
  54. c4a5923 tracing: Add event record param to trigger_ops.func() by Tom Zanussi · 9 years ago
  55. ab4bf00 tracing: Make event trigger functions available by Tom Zanussi · 9 years ago
  56. 4ef5690 tracing: Make ftrace_event_field checking functions available by Tom Zanussi · 9 years ago
  57. d39cdd2 tracing: Make tracer_flags use the right set_flag callback by Chunyu Hu · 9 years ago
  58. 05a724b tracing: Fix comment to use tracing_on over tracing_enable by Chuyu Hu · 9 years ago
  59. ba27f2b ftrace: Remove use of control list and ops by Steven Rostedt (Red Hat) · 9 years ago
  60. 03e88ae6 tracing: Remove unused ftrace_cpu_disabled per cpu variable by Dmitry Safonov · 9 years ago
  61. fb8c229 tracing: Remove redundant TP_ARGS redefining by Dmitry Safonov · 9 years ago
  62. c6650b2 tracing: ftrace_event_is_function() can return boolean by Yaowei Bai · 9 years ago
  63. 3fdaf80 tracing: Implement event pid filtering by Steven Rostedt (Red Hat) · 9 years ago
  64. 4909010 tracing: Add set_event_pid directory for future use by Steven Rostedt (Red Hat) · 9 years ago
  65. 37aea98 tracing: Add trace options for tracer options to instances by Steven Rostedt (Red Hat) · 9 years ago
  66. 9a38a88 tracing: Add a method to pass in trace_array descriptor to option files by Steven Rostedt (Red Hat) · 9 years ago
  67. 983f938 tracing: Move trace_flags from global to a trace_array field by Steven Rostedt (Red Hat) · 9 years ago
  68. 5557720 tracing: Move sleep-time and graph-time options out of the core trace_flags by Steven Rostedt (Red Hat) · 9 years ago
  69. b9f9108 tracing: Remove access to trace_flags in trace_printk.c by Steven Rostedt (Red Hat) · 9 years ago
  70. b5e87c0 tracing: Add build bug if we have more trace_flags than bits by Steven Rostedt (Red Hat) · 9 years ago
  71. 41d9c0b tracing: Always show all tracer options in the options directory by Steven Rostedt (Red Hat) · 9 years ago
  72. 73dddbb tracing: Only create stacktrace option when STACKTRACE is configured by Steven Rostedt (Red Hat) · 9 years ago
  73. 8179e8a tracing: Do not create function tracer options when not compiled in by Steven Rostedt (Red Hat) · 9 years ago
  74. 4ee4301 tracing: Only create branch tracer options when compiled in by Steven Rostedt (Red Hat) · 9 years ago
  75. 729358d tracing: Only create function graph options when it is compiled in by Steven Rostedt (Red Hat) · 9 years ago
  76. a3418a3 tracing: Use TRACE_FLAGS macro to keep enums and strings matched by Steven Rostedt (Red Hat) · 9 years ago
  77. ce3fed6 tracing: Use enums instead of hard coded bitmasks for TRACE_ITER flags by Steven Rostedt (Red Hat) · 9 years ago
  78. 938db5f tracing: Remove unused tracing option "ftrace_preempt" by Steven Rostedt (Red Hat) · 9 years ago
  79. 0390558 tracing: Move "display-graph" option to main options by Steven Rostedt (Red Hat) · 9 years ago
  80. ca475e8 tracing: Make ftrace_trace_stack() static by Steven Rostedt (Red Hat) · 9 years ago
  81. d78a461 tracing: Remove ftrace_trace_stack_regs() by Steven Rostedt (Red Hat) · 9 years ago
  82. 6224beb tracing: Have branch tracer use recursive field of task struct by Steven Rostedt (Red Hat) · 9 years ago
  83. e382608 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  84. cc9e4bd tracing: Fix typo from "static inlin" to "static inline" by Steven Rostedt (Red Hat) · 10 years ago
  85. 7967b3e tracing: Rename struct ftrace_subsystem_dir to trace_subsystem_dir by Steven Rostedt (Red Hat) · 10 years ago
  86. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 10 years ago
  87. 7f1d2f8 tracing: Rename ftrace_event_file to trace_event_file by Steven Rostedt (Red Hat) · 10 years ago
  88. af658dc tracing: Rename ftrace_event.h to trace_events.h by Steven Rostedt (Red Hat) · 10 years ago
  89. eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  90. 0c564a5 tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values by Steven Rostedt (Red Hat) · 10 years ago
  91. 8434dc9 tracing: Convert the tracing facility over to use tracefs by Steven Rostedt (Red Hat) · 10 years ago
  92. c602894 tracing: Make tracing_init_dentry_tr() static by Steven Rostedt (Red Hat) · 10 years ago
  93. cf6ab6d tracing: Add ref count to tracer for when they are being read by pipe by Steven Rostedt (Red Hat) · 10 years ago
  94. 0daa2302 tracing: Add tp_printk cmdline to have tracepoints go to printk() by Steven Rostedt (Red Hat) · 10 years ago
  95. 5f893b2 tracing: Move enabling tracepoints to just after rcu_init() by Steven Rostedt (Red Hat) · 10 years ago
  96. 8e1e1df tracing: Add additional marks to signal very large time deltas by Byungchul Park · 10 years ago
  97. 9d9add3 tracing: Have function_graph use trace_seq_has_overflowed() by Steven Rostedt (Red Hat) · 10 years ago
  98. 19a7fe2 tracing: Add trace_seq_has_overflowed() and trace_handle_return() by Steven Rostedt (Red Hat) · 10 years ago
  99. 243f761 tracing: Move tracing_sched_{switch,wakeup}() into wakeup tracer by Steven Rostedt (Red Hat) · 10 years ago
  100. 6325372 tracing: Kill tracing_{start,stop}_sched_switch_record() and tracing_sched_switch_assign_trace() by Oleg Nesterov · 10 years ago