1. 67f20b0 tracing: Using for_each_set_bit() to simplify trace_pid_write() by Wei Yongjun · 8 years ago
  2. 501c237 ftrace: Move toplevel init out of ftrace_init_tracefs() by Steven Rostedt (Red Hat) · 8 years ago
  3. be54f69 tracing: Skip more functions when doing stack tracing of events by Steven Rostedt (Red Hat) · 8 years ago
  4. e2ace00 tracing: Choose static tp_printk buffer by explicit nesting count by Andy Lutomirski · 8 years ago
  5. 345ddcc ftrace: Have set_ftrace_pid use the bitmap like events do by Steven Rostedt (Red Hat) · 8 years ago
  6. 76c813e tracing: Move pid_list write processing into its own function by Steven Rostedt (Red Hat) · 8 years ago
  7. 5cc8976 tracing: Move the pid_list seq_file functions to be global by Steven Rostedt (Red Hat) · 8 years ago
  8. d8275c4 tracing: Move filtered_pid helper functions into trace.c by Steven Rostedt · 8 years ago
  9. 0fc1b09 tracing: Use temp buffer when filtering events by Steven Rostedt (Red Hat) · 8 years ago
  10. 904d185 tracing: Remove unused function trace_current_buffer_lock_reserve() by Steven Rostedt (Red Hat) · 8 years ago
  11. 33fddff tracing: Have trace_buffer_unlock_commit() call the _regs version with NULL by Steven Rostedt (Red Hat) · 8 years ago
  12. a9fe48d tracing: Remove unused function trace_current_buffer_discard_commit() by Steven Rostedt (Red Hat) · 8 years ago
  13. fa66ddb tracing: Move trace_buffer_unlock_commit{_regs}() to local header by Steven Rostedt (Red Hat) · 8 years ago
  14. 9cbb150 tracing: Fold filter_check_discard() into its only user by Steven Rostedt (Red Hat) · 8 years ago
  15. 65da9a0 tracing: Make filter_check_discard() local by Steven Rostedt (Red Hat) · 8 years ago
  16. 4afe649 tracing: Don't use the address of the buffer array name in copy_from_user by Wang Xiaoqiang · 8 years ago
  17. 2055062 tracing: Do not inherit event-fork option for instances by Steven Rostedt (Red Hat) · 8 years ago
  18. 4b94f5b tracing: Add hist trigger 'log2' modifier by Namhyung Kim · 9 years ago
  19. 5463bfd tracing: Add support for named hist triggers by Tom Zanussi · 9 years ago
  20. 52a7f16 tracing: Add support for multiple hist triggers per event by Tom Zanussi · 9 years ago
  21. d0bad49 tracing: Add enable_hist/disable_hist triggers by Tom Zanussi · 9 years ago
  22. 69a0200 tracing: Add hist trigger support for stacktraces as keys by Tom Zanussi · 9 years ago
  23. 3169619 tracing: Add hist trigger 'syscall' modifier by Tom Zanussi · 9 years ago
  24. 6b4827a tracing: Add hist trigger 'execname' modifier by Tom Zanussi · 9 years ago
  25. c6afad4 tracing: Add hist trigger 'sym' and 'sym-offset' modifiers by Tom Zanussi · 9 years ago
  26. 0c4a6b4 tracing: Add hist trigger 'hex' modifier for displaying numeric fields by Tom Zanussi · 9 years ago
  27. e86ae9b tracing: Add hist trigger support for clearing a trace by Tom Zanussi · 9 years ago
  28. 83e9991 tracing: Add hist trigger support for pausing and continuing a trace by Tom Zanussi · 9 years ago
  29. e62347d tracing: Add hist trigger support for user-defined sorting ('sort=' param) by Tom Zanussi · 9 years ago
  30. 76a3b0c tracing: Add hist trigger support for compound keys by Tom Zanussi · 9 years ago
  31. f260683 tracing: Add hist trigger support for multiple values ('vals=' param) by Tom Zanussi · 9 years ago
  32. 7ef224d tracing: Add 'hist' event trigger command by Tom Zanussi · 9 years ago
  33. c37775d tracing: Add infrastructure to allow set_event_pid to follow children by Steven Rostedt · 8 years ago
  34. e46b4e2 Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  35. a395d6a kernel/...: convert pr_warning to pr_warn by Joe Perches · 9 years ago
  36. 7e6867b tracing: Record and show NMI state by Peter Zijlstra · 9 years ago
  37. a29054d9 tracing: Fix crash from reading trace_pipe with sendfile by Steven Rostedt (Red Hat) · 9 years ago
  38. c8ca003 tracing: Fix return while holding a lock in register_tracer() by Chunyu Hu · 9 years ago
  39. d39cdd2 tracing: Make tracer_flags use the right set_flag callback by Chunyu Hu · 9 years ago
  40. 7717c6b tracing: Fix stacktrace skip depth in trace_buffer_unlock_commit_regs() by Steven Rostedt (Red Hat) · 9 years ago
  41. e428abb tracing: #ifdef out uses of max trace when CONFIG_TRACER_MAX_TRACE is not set by Chen Gang · 9 years ago
  42. 03e88ae6 tracing: Remove unused ftrace_cpu_disabled per cpu variable by Dmitry Safonov · 9 years ago
  43. 8b12919 tracing: Make tracing work when debugfs is not configured in by Jiaxing Wang · 9 years ago
  44. 43ed384 tracing: Put back comma for empty fields in boot string parsing by Steven Rostedt (Red Hat) · 9 years ago
  45. a4d1e68 tracing: Apply tracer specific options from kernel command line. by Jiaxing Wang · 9 years ago
  46. 919cd97 tracing: Allow dumping traces without tracking trace started cpus by Sasha Levin · 9 years ago
  47. 681a4a2 tracing: Update instance_rmdir() to use tracefs_remove_recursive by Jiaxing Wang · 9 years ago
  48. 37aea98 tracing: Add trace options for tracer options to instances by Steven Rostedt (Red Hat) · 9 years ago
  49. 1627014 tracing: Add trace options for core options to instances by Steven Rostedt (Red Hat) · 9 years ago
  50. 2d34f48 tracing: Make ftrace_trace_stack() depend on general trace_array flag by Steven Rostedt (Red Hat) · 9 years ago
  51. 9a38a88 tracing: Add a method to pass in trace_array descriptor to option files by Steven Rostedt (Red Hat) · 9 years ago
  52. 983f938 tracing: Move trace_flags from global to a trace_array field by Steven Rostedt (Red Hat) · 9 years ago
  53. 5557720 tracing: Move sleep-time and graph-time options out of the core trace_flags by Steven Rostedt (Red Hat) · 9 years ago
  54. b9f9108 tracing: Remove access to trace_flags in trace_printk.c by Steven Rostedt (Red Hat) · 9 years ago
  55. b5e87c0 tracing: Add build bug if we have more trace_flags than bits by Steven Rostedt (Red Hat) · 9 years ago
  56. 41d9c0b tracing: Always show all tracer options in the options directory by Steven Rostedt (Red Hat) · 9 years ago
  57. 73dddbb tracing: Only create stacktrace option when STACKTRACE is configured by Steven Rostedt (Red Hat) · 9 years ago
  58. 8179e8a tracing: Do not create function tracer options when not compiled in by Steven Rostedt (Red Hat) · 9 years ago
  59. 729358d tracing: Only create function graph options when it is compiled in by Steven Rostedt (Red Hat) · 9 years ago
  60. a3418a3 tracing: Use TRACE_FLAGS macro to keep enums and strings matched by Steven Rostedt (Red Hat) · 9 years ago
  61. 938db5f tracing: Remove unused tracing option "ftrace_preempt" by Steven Rostedt (Red Hat) · 9 years ago
  62. 0390558 tracing: Move "display-graph" option to main options by Steven Rostedt (Red Hat) · 9 years ago
  63. ca475e8 tracing: Make ftrace_trace_stack() static by Steven Rostedt (Red Hat) · 9 years ago
  64. b7f0c95 tracing: Pass trace_array into trace_buffer_unlock_commit() by Steven Rostedt (Red Hat) · 9 years ago
  65. 4190741 tracing: Remove unused function trace_current_buffer_lock_reserve() by Steven Rostedt (Red Hat) · 9 years ago
  66. d78a461 tracing: Remove ftrace_trace_stack_regs() by Steven Rostedt (Red Hat) · 9 years ago
  67. 5e2d5ef ftrace: correct the counter increment for trace_buffer data by Umesh Tiwari · 9 years ago
  68. 7291723 tracing: Fix for non-continuous cpu ids by Gil Fruchter · 9 years ago
  69. 9fe6b77 tracing: Prefer kcalloc over kzalloc with multiply by Gil Fruchter · 9 years ago
  70. 5d6ad96 tracing: Rename FTRACE_EVENT_FL_* flags to EVENT_FILE_FL_* by Steven Rostedt (Red Hat) · 9 years ago
  71. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 9 years ago
  72. 7f1d2f8 tracing: Rename ftrace_event_file to trace_event_file by Steven Rostedt (Red Hat) · 9 years ago
  73. aabfa5f ftrace: Provide trace clock monotonic raw by Drew Richardson · 9 years ago
  74. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  75. 7682c91 VFS: kernel/: d_inode() annotations by David Howells · 10 years ago
  76. eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  77. 3f3c73de Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  78. 9828413 tracing: Add enum_map file to show enums that have been mapped by Steven Rostedt (Red Hat) · 9 years ago
  79. 3673b8e tracing: Allow for modules to convert their enums to values by Steven Rostedt (Red Hat) · 10 years ago
  80. 0c564a5 tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values by Steven Rostedt (Red Hat) · 10 years ago
  81. 1a40243 tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  82. 41cbc01 Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  83. 7215853 tracing: Fix unmapping loop in tracing_mark_write by Vikram Mulukutla · 10 years ago
  84. eae4735 tracing: Have mkdir and rmdir be part of tracefs by Steven Rostedt (Red Hat) · 10 years ago
  85. f76180b tracing: Automatically mount tracefs on debugfs/tracing by Steven Rostedt (Red Hat) · 10 years ago
  86. 8434dc9 tracing: Convert the tracing facility over to use tracefs by Steven Rostedt (Red Hat) · 10 years ago
  87. 09d23a1 tracing: Create cmdline tracer options on tracing fs init by Steven Rostedt (Red Hat) · 10 years ago
  88. 0f67f04 tracing: Only create tracer options files if directory exists by Steven Rostedt (Red Hat) · 10 years ago
  89. dfbc153 Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into trace/ftrace/tracefs by Steven Rostedt (Red Hat) · 10 years ago
  90. 7eeafbc tracing: Separate out initializing top level dir from instances by Steven Rostedt (Red Hat) · 10 years ago
  91. c602894 tracing: Make tracing_init_dentry_tr() static by Steven Rostedt (Red Hat) · 10 years ago
  92. 69a1c99 tracing: Remove newline from trace_printk warning banner by Borislav Petkov · 10 years ago
  93. 14a5ae4 tracing: Use IS_ERR() check for return value of tracing_init_dentry() by Steven Rostedt (Red Hat) · 10 years ago
  94. 83829b7 tracing: Remove extra call to init_ftrace_syscalls() by Steven Rostedt (Red Hat) · 10 years ago
  95. d716ff7 tracing: Remove taking of trace_types_lock in pipe files by Steven Rostedt (Red Hat) · 10 years ago
  96. cf6ab6d tracing: Add ref count to tracer for when they are being read by pipe by Steven Rostedt (Red Hat) · 10 years ago
  97. a7c180a Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  98. 0daa2302 tracing: Add tp_printk cmdline to have tracepoints go to printk() by Steven Rostedt (Red Hat) · 10 years ago
  99. 5f893b2 tracing: Move enabling tracepoints to just after rcu_init() by Steven Rostedt (Red Hat) · 10 years ago
  100. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago