1. c6650b2 tracing: ftrace_event_is_function() can return boolean by Yaowei Bai · 9 years ago
  2. 3fdaf80 tracing: Implement event pid filtering by Steven Rostedt (Red Hat) · 9 years ago
  3. 4909010 tracing: Add set_event_pid directory for future use by Steven Rostedt (Red Hat) · 9 years ago
  4. 37aea98 tracing: Add trace options for tracer options to instances by Steven Rostedt (Red Hat) · 9 years ago
  5. 9a38a88 tracing: Add a method to pass in trace_array descriptor to option files by Steven Rostedt (Red Hat) · 9 years ago
  6. 983f938 tracing: Move trace_flags from global to a trace_array field by Steven Rostedt (Red Hat) · 9 years ago
  7. 5557720 tracing: Move sleep-time and graph-time options out of the core trace_flags by Steven Rostedt (Red Hat) · 9 years ago
  8. b9f9108 tracing: Remove access to trace_flags in trace_printk.c by Steven Rostedt (Red Hat) · 9 years ago
  9. b5e87c0 tracing: Add build bug if we have more trace_flags than bits by Steven Rostedt (Red Hat) · 9 years ago
  10. 41d9c0b tracing: Always show all tracer options in the options directory by Steven Rostedt (Red Hat) · 9 years ago
  11. 73dddbb tracing: Only create stacktrace option when STACKTRACE is configured by Steven Rostedt (Red Hat) · 9 years ago
  12. 8179e8a tracing: Do not create function tracer options when not compiled in by Steven Rostedt (Red Hat) · 9 years ago
  13. 4ee4301 tracing: Only create branch tracer options when compiled in by Steven Rostedt (Red Hat) · 9 years ago
  14. 729358d tracing: Only create function graph options when it is compiled in by Steven Rostedt (Red Hat) · 9 years ago
  15. a3418a3 tracing: Use TRACE_FLAGS macro to keep enums and strings matched by Steven Rostedt (Red Hat) · 9 years ago
  16. ce3fed6 tracing: Use enums instead of hard coded bitmasks for TRACE_ITER flags by Steven Rostedt (Red Hat) · 9 years ago
  17. 938db5f tracing: Remove unused tracing option "ftrace_preempt" by Steven Rostedt (Red Hat) · 9 years ago
  18. 0390558 tracing: Move "display-graph" option to main options by Steven Rostedt (Red Hat) · 9 years ago
  19. ca475e8 tracing: Make ftrace_trace_stack() static by Steven Rostedt (Red Hat) · 9 years ago
  20. d78a461 tracing: Remove ftrace_trace_stack_regs() by Steven Rostedt (Red Hat) · 9 years ago
  21. 6224beb tracing: Have branch tracer use recursive field of task struct by Steven Rostedt (Red Hat) · 10 years ago
  22. 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
  23. cc9e4bd tracing: Fix typo from "static inlin" to "static inline" by Steven Rostedt (Red Hat) · 10 years ago
  24. 7967b3e tracing: Rename struct ftrace_subsystem_dir to trace_subsystem_dir by Steven Rostedt (Red Hat) · 10 years ago
  25. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 10 years ago
  26. 7f1d2f8 tracing: Rename ftrace_event_file to trace_event_file by Steven Rostedt (Red Hat) · 10 years ago
  27. af658dc tracing: Rename ftrace_event.h to trace_events.h by Steven Rostedt (Red Hat) · 10 years ago
  28. 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
  29. 0c564a5 tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values by Steven Rostedt (Red Hat) · 10 years ago
  30. 8434dc9 tracing: Convert the tracing facility over to use tracefs by Steven Rostedt (Red Hat) · 10 years ago
  31. c602894 tracing: Make tracing_init_dentry_tr() static by Steven Rostedt (Red Hat) · 10 years ago
  32. cf6ab6d tracing: Add ref count to tracer for when they are being read by pipe by Steven Rostedt (Red Hat) · 10 years ago
  33. 0daa2302 tracing: Add tp_printk cmdline to have tracepoints go to printk() by Steven Rostedt (Red Hat) · 10 years ago
  34. 5f893b2 tracing: Move enabling tracepoints to just after rcu_init() by Steven Rostedt (Red Hat) · 10 years ago
  35. 8e1e1df tracing: Add additional marks to signal very large time deltas by Byungchul Park · 10 years ago
  36. 9d9add3 tracing: Have function_graph use trace_seq_has_overflowed() by Steven Rostedt (Red Hat) · 10 years ago
  37. 19a7fe2 tracing: Add trace_seq_has_overflowed() and trace_handle_return() by Steven Rostedt (Red Hat) · 10 years ago
  38. 243f761 tracing: Move tracing_sched_{switch,wakeup}() into wakeup tracer by Steven Rostedt (Red Hat) · 10 years ago
  39. 63253725 tracing: Kill tracing_{start,stop}_sched_switch_record() and tracing_sched_switch_assign_trace() by Oleg Nesterov · 10 years ago
  40. 6508fa7 tracing: let user specify tracing_thresh after selecting function_graph by Stanislav Fomichev · 10 years ago
  41. da9c341 tracing: Fix check of ftrace_trace_arrays list_empty() check by Steven Rostedt (Red Hat) · 11 years ago
  42. dc81e5e tracing: Return error if ftrace_trace_arrays list is empty by Yoshihiro YUNOMAE · 11 years ago
  43. 607e3a2 tracing: Add funcgraph_tail option to print function name after closing braces by Robert Elliott · 11 years ago
  44. ccdb594 tracing: Eliminate duplicate TRACE_GRAPH_PRINT_xx defines by Robert Elliott · 11 years ago
  45. b1169cc tracing: Remove mock up poll wait function by Steven Rostedt (Red Hat) · 11 years ago
  46. 7eea4fc tracing/stack_trace: Skip 4 instead of 3 when using ftrace_ops_list_func by Jiaxing Wang · 11 years ago
  47. 0b9b12c tracing: Move ftrace_max_lock into trace_array by Steven Rostedt (Red Hat) · 11 years ago
  48. 6d9b3fa tracing: Move tracing_max_latency into trace_array by Steven Rostedt (Red Hat) · 11 years ago
  49. 4104d32 ftrace: Remove global function list and call function directly by Steven Rostedt (Red Hat) · 11 years ago
  50. 52f5684 kernel: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 11 years ago
  51. 591dffd ftrace: Allow for function tracing instance to filter functions by Steven Rostedt (Red Hat) · 11 years ago
  52. f20a580 ftrace: Allow instances to use function tracing by Steven Rostedt (Red Hat) · 11 years ago
  53. 50512ab tracing: Convert tracer->enabled to counter by Steven Rostedt (Red Hat) · 11 years ago
  54. 607e2ea tracing: Set up infrastructure to allow tracers for instances by Steven Rostedt (Red Hat) · 11 years ago
  55. bf6065b tracing: Pass trace_array to flag_changed callback by Steven Rostedt (Red Hat) · 11 years ago
  56. 8c1a49a tracing: Pass trace_array to set_flag callback by Steven Rostedt (Red Hat) · 11 years ago
  57. d8a30f2 tracing: Fix rcu handling of event_trigger_data filter field by Steven Rostedt (Red Hat) · 11 years ago
  58. 098c879 tracing: Add generic tracing_lseek() function by Steven Rostedt (Red Hat) · 11 years ago
  59. bac5fb9 tracing: Add and use generic set_trigger_filter() implementation by Tom Zanussi · 11 years ago
  60. 7862ad1 tracing: Add 'enable_event' and 'disable_event' event trigger commands by Tom Zanussi · 11 years ago
  61. 93e31ff tracing: Add 'snapshot' event trigger command by Tom Zanussi · 11 years ago
  62. 85f2b08 tracing: Add basic event trigger framework by Tom Zanussi · 11 years ago
  63. b29c830 Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  64. 3a81a52 tracing: Add rcu annotation for syscall trace descriptors by Steven Rostedt (Red Hat) · 11 years ago
  65. e5137b5 ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHED by Peter Zijlstra · 11 years ago
  66. 6fc84ea tracing: Do not use signed enums with unsigned long long in fgragh output by Steven Rostedt (Red Hat) · 11 years ago
  67. 2e86421 tracing: Add helper function tracing_is_disabled() by Geyslan G. Bem · 11 years ago
  68. d562aff tracing: Add support for SOFT_DISABLE to syscall events by Tom Zanussi · 11 years ago
  69. f306cc8 tracing: Update event filters for multibuffer by Tom Zanussi · 11 years ago
  70. 29ad23b ftrace: Add set_graph_notrace filter by Namhyung Kim · 11 years ago
  71. 9aa72b4 ftrace: Get rid of ftrace_graph_filter_enabled by Namhyung Kim · 11 years ago
  72. 7eb6952 Merge tag 'trace-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  73. 7d992fe Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 11 years ago
  74. ccfe9e4 tracing: Make tracing_cpumask available for all instances by Alexander Z Lam · 11 years ago
  75. 102c932 tracing: Add __tracepoint_string() to export string pointers by Steven Rostedt (Red Hat) · 12 years ago
  76. 9c01fe4 tracing: Kill trace_cpu struct/members by Oleg Nesterov · 11 years ago
  77. a644a7e tracing: Kill trace_array->waiter by Oleg Nesterov · 11 years ago
  78. 8f76899 tracing: Add ref_data to function and fgraph tracer structs by Steven Rostedt (Red Hat) · 11 years ago
  79. c72bb31 Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 12 years ago
  80. 8de1eb0 tracing: Remove ftrace() function by zhangwei(Jovi) · 12 years ago
  81. 4480361 tracing: Remove TRACE_EVENT_TYPE enum definition by zhangwei(Jovi) · 12 years ago
  82. 8e2e2fa tracing: Add trace_array_get/put() to event handling by Steven Rostedt (Red Hat) · 12 years ago
  83. a822741 tracing: Protect ftrace_trace_arrays list in trace_events.c by Alexander Z Lam · 12 years ago
  84. f1ed7c7 ftrace: Do not run selftest if command line parameter is set by Steven Rostedt (Red Hat) · 12 years ago
  85. 58e8eed tracing: Fix outputting formats of x86-tsc and counter when use trace_clock by Yoshihiro YUNOMAE · 12 years ago
  86. e097291 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  87. 457d177 uprobes/tracing: Generalize struct uprobe_trace_entry_head by Oleg Nesterov · 12 years ago
  88. b3a8c6f tracing: Move find_event_field() into trace_events.c by zhangwei(Jovi) · 12 years ago
  89. 328df47 tracing: Add function-trace option to disable function tracing of latency tracers by Steven Rostedt (Red Hat) · 12 years ago
  90. ca268da tracing: Add internal ftrace trace_puts() for ftrace to use by Steven Rostedt (Red Hat) · 12 years ago
  91. 09ae723 tracing: Add trace_puts() for even faster trace_printk() tracing by Steven Rostedt (Red Hat) · 12 years ago
  92. 55034cd tracing: Add alloc_snapshot kernel command line parameter by Steven Rostedt (Red Hat) · 12 years ago
  93. a695cb5 tracing: Prevent deleting instances when they are being read by Steven Rostedt (Red Hat) · 12 years ago
  94. 45ad21c tracing: Have trace_array keep track if snapshot buffer is allocated by Steven Rostedt (Red Hat) · 12 years ago
  95. 12883ef tracing: Consolidate max_tr into main trace_array structure by Steven Rostedt (Red Hat) · 12 years ago
  96. 873c642 tracing: Clear all trace buffers when unloaded module event was used by Steven Rostedt (Red Hat) · 12 years ago
  97. 34ef61b tracing: Add __per_cpu annotation to trace array percpu data pointer by Steven Rostedt (Red Hat) · 12 years ago
  98. 92edca0 tracing: Use direct field, type and system names by Steven Rostedt · 12 years ago
  99. 0c8916c tracing: Add rmdir to remove multibuffer instances by Steven Rostedt · 12 years ago
  100. 277ba04 tracing: Add interface to allow multiple trace buffers by Steven Rostedt · 12 years ago