1. 8179e8a tracing: Do not create function tracer options when not compiled in by Steven Rostedt (Red Hat) · 10 years ago
  2. 729358d tracing: Only create function graph options when it is compiled in by Steven Rostedt (Red Hat) · 10 years ago
  3. a3418a3 tracing: Use TRACE_FLAGS macro to keep enums and strings matched by Steven Rostedt (Red Hat) · 10 years ago
  4. 938db5f tracing: Remove unused tracing option "ftrace_preempt" by Steven Rostedt (Red Hat) · 10 years ago
  5. 0390558 tracing: Move "display-graph" option to main options by Steven Rostedt (Red Hat) · 10 years ago
  6. ca475e8 tracing: Make ftrace_trace_stack() static by Steven Rostedt (Red Hat) · 10 years ago
  7. b7f0c95 tracing: Pass trace_array into trace_buffer_unlock_commit() by Steven Rostedt (Red Hat) · 10 years ago
  8. 4190741 tracing: Remove unused function trace_current_buffer_lock_reserve() by Steven Rostedt (Red Hat) · 10 years ago
  9. d78a461 tracing: Remove ftrace_trace_stack_regs() by Steven Rostedt (Red Hat) · 10 years ago
  10. 5e2d5ef ftrace: correct the counter increment for trace_buffer data by Umesh Tiwari · 10 years ago
  11. 7291723 tracing: Fix for non-continuous cpu ids by Gil Fruchter · 10 years ago
  12. 9fe6b77 tracing: Prefer kcalloc over kzalloc with multiply by Gil Fruchter · 10 years ago
  13. 5d6ad96 tracing: Rename FTRACE_EVENT_FL_* flags to EVENT_FILE_FL_* by Steven Rostedt (Red Hat) · 10 years ago
  14. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 10 years ago
  15. 7f1d2f8 tracing: Rename ftrace_event_file to trace_event_file by Steven Rostedt (Red Hat) · 10 years ago
  16. aabfa5f ftrace: Provide trace clock monotonic raw by Drew Richardson · 10 years ago
  17. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  18. 7682c91 VFS: kernel/: d_inode() annotations by David Howells · 10 years ago
  19. 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
  20. 3f3c73de Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  21. 9828413 tracing: Add enum_map file to show enums that have been mapped by Steven Rostedt (Red Hat) · 10 years ago
  22. 3673b8e tracing: Allow for modules to convert their enums to values by Steven Rostedt (Red Hat) · 10 years ago
  23. 0c564a5 tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values by Steven Rostedt (Red Hat) · 10 years ago
  24. 1a40243 tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 11 years ago
  25. 41cbc01 Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  26. 7215853 tracing: Fix unmapping loop in tracing_mark_write by Vikram Mulukutla · 11 years ago
  27. eae4735 tracing: Have mkdir and rmdir be part of tracefs by Steven Rostedt (Red Hat) · 11 years ago
  28. f76180b tracing: Automatically mount tracefs on debugfs/tracing by Steven Rostedt (Red Hat) · 11 years ago
  29. 8434dc9 tracing: Convert the tracing facility over to use tracefs by Steven Rostedt (Red Hat) · 11 years ago
  30. 09d23a1 tracing: Create cmdline tracer options on tracing fs init by Steven Rostedt (Red Hat) · 11 years ago
  31. 0f67f04 tracing: Only create tracer options files if directory exists by Steven Rostedt (Red Hat) · 11 years ago
  32. 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) · 11 years ago
  33. 7eeafbc tracing: Separate out initializing top level dir from instances by Steven Rostedt (Red Hat) · 11 years ago
  34. c602894 tracing: Make tracing_init_dentry_tr() static by Steven Rostedt (Red Hat) · 11 years ago
  35. 69a1c99 tracing: Remove newline from trace_printk warning banner by Borislav Petkov · 11 years ago
  36. 14a5ae4 tracing: Use IS_ERR() check for return value of tracing_init_dentry() by Steven Rostedt (Red Hat) · 11 years ago
  37. 83829b7 tracing: Remove extra call to init_ftrace_syscalls() by Steven Rostedt (Red Hat) · 11 years ago
  38. d716ff7 tracing: Remove taking of trace_types_lock in pipe files by Steven Rostedt (Red Hat) · 11 years ago
  39. cf6ab6d tracing: Add ref count to tracer for when they are being read by pipe by Steven Rostedt (Red Hat) · 11 years ago
  40. a7c180a Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  41. 0daa2302 tracing: Add tp_printk cmdline to have tracepoints go to printk() by Steven Rostedt (Red Hat) · 11 years ago
  42. 5f893b2 tracing: Move enabling tracepoints to just after rcu_init() by Steven Rostedt (Red Hat) · 11 years ago
  43. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  44. 350e4f4 Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  45. 1dd7dcb Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  46. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 11 years ago
  47. 3558a5a tracing: Truncated output is better than nothing by Dan Carpenter · 11 years ago
  48. a020010 Merge Linus' tree to be be to apply submitted patches to newer code than by Jiri Kosina · 11 years ago
  49. eff264e kernel: trace: fix printk message by Frans Klaver · 11 years ago
  50. 820b75f tracing: Add paranoid size check in trace_printk_seq() by Steven Rostedt (Red Hat) · 11 years ago
  51. 5ac48378 tracing: Use trace_seq_used() and seq_buf_used() instead of len by Steven Rostedt (Red Hat) · 11 years ago
  52. 74f06bb tracing: Clean up tracing_fill_pipe_page() by Steven Rostedt (Red Hat) · 11 years ago
  53. 3a161d9 tracing: Create seq_buf layer in trace_seq by Steven Rostedt (Red Hat) · 11 years ago
  54. 19a7fe2 tracing: Add trace_seq_has_overflowed() and trace_handle_return() by Steven Rostedt (Red Hat) · 11 years ago
  55. d79ac28 tracing: Merge consecutive seq_puts calls by Rasmus Villemoes · 11 years ago
  56. fa6f0cc tracing: Replace seq_printf by simpler equivalents by Rasmus Villemoes · 11 years ago
  57. 933ff9f tracing: Fix traceoff_on_warning handling on boot command line by Luis Claudio R. Goncalves · 11 years ago
  58. 07906da tracing: Do not risk busy looping in buffer splice by Rabin Vincent · 11 years ago
  59. e30f53a tracing: Do not busy wait in buffer splice by Rabin Vincent · 11 years ago
  60. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 11 years ago
  61. e7fda6c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  62. b8c0aa4 Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  63. 1b3e5c0 ftrace: Provide trace clocks monotonic by Thomas Gleixner · 11 years ago
  64. 58d4e21 tracing: Fix wraparound problems in "uptime" trace clock by Tony Luck · 11 years ago
  65. 6508fa7 tracing: let user specify tracing_thresh after selecting function_graph by Stanislav Fomichev · 11 years ago
  66. f0160a5 tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputs by zhangwei(Jovi) · 12 years ago
  67. 8abfb87 tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputs by zhangwei(Jovi) · 12 years ago
  68. ca65ef1 Merge branch 'trace/ftrace/urgent' into trace/ftrace/core by Steven Rostedt (Red Hat) · 11 years ago
  69. 099ed15 tracing: Remove ftrace_stop/start() from reading the trace file by Steven Rostedt (Red Hat) · 11 years ago
  70. d048a8c7 tracing: Add description of set_graph_notrace to tracing/README by Namhyung Kim · 11 years ago
  71. 3f4d8f7 tracing: Remove unnecessary null test before debugfs_remove() by Fabian Frederick · 11 years ago
  72. 1230627 tracing: Move the trace_seq_* functions into its own trace_seq.c file by Steven Rostedt (Red Hat) · 11 years ago
  73. f0b70cc tracing: Fix leak of per cpu max data in instances by Steven Rostedt (Red Hat) · 11 years ago
  74. a6af8fb tracing: Cleanup saved_cmdlines_size changes by Namhyung Kim · 11 years ago
  75. 8b8b368 ring-buffer: Check if buffer exists before polling by Steven Rostedt (Red Hat) · 11 years ago
  76. a9fcaaa tracing: Fix memory leak on instance deletion by Steven Rostedt (Red Hat) · 11 years ago
  77. 23aaa3c tracing: Fix leak of ring buffer data when new instances creation fails by Steven Rostedt (Red Hat) · 11 years ago
  78. 939c7a4 tracing: Introduce saved_cmdlines_size file by Yoshihiro YUNOMAE · 11 years ago
  79. 198376c tracing: Eliminate double free on failure of allocation on boot up by Yoshihiro YUNOMAE · 11 years ago
  80. 4c27e75 tracing: Move locking of trace_cmdline_lock into start/stop seq calls by Steven Rostedt (Red Hat) · 11 years ago
  81. 379cfda tracing: Try again for saved cmdline if failed due to locking by Steven Rostedt (Red Hat) · 11 years ago
  82. 42584c8 tracing: Have saved_cmdlines use the seq_read infrastructure by Yoshihiro YUNOMAE · 11 years ago
  83. 2184db4 tracing: Print nasty banner when trace_printk() is in use by Steven Rostedt · 11 years ago
  84. bdffd89 tracing: Replace __get_cpu_var uses with this_cpu_ptr by Christoph Lameter · 11 years ago
  85. b1169cc tracing: Remove mock up poll wait function by Steven Rostedt (Red Hat) · 11 years ago
  86. f487426 tracing: Break out of tracing_wait_pipe() before wait_pipe() is called by Steven Rostedt (Red Hat) · 11 years ago
  87. ad1438a tracing: Add static to local functions by Fabian Frederick · 11 years ago
  88. 0b9b12c tracing: Move ftrace_max_lock into trace_array by Steven Rostedt (Red Hat) · 12 years ago
  89. 6d9b3fa tracing: Move tracing_max_latency into trace_array by Steven Rostedt (Red Hat) · 12 years ago
  90. 4104d32 ftrace: Remove global function list and call function directly by Steven Rostedt (Red Hat) · 12 years ago
  91. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  92. a786c06 missing bits of "splice: fix racy pipe->buffers uses" by Al Viro · 11 years ago
  93. 17a280e tracing: Add missing function triggers dump and cpudump to README by Steven Rostedt (Red Hat) · 11 years ago
  94. 68114e5 Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  95. fbb3275 pipe: kill ->map() and ->unmap() by Al Viro · 12 years ago
  96. 2c4a33a tracing: Fix traceon trigger condition to actually turn tracing on by Steven Rostedt (Red Hat) · 11 years ago
  97. e1e232c tracing: Add trace_clock=<clock> kernel parameter by Steven Rostedt · 12 years ago
  98. 591dffd ftrace: Allow for function tracing instance to filter functions by Steven Rostedt (Red Hat) · 12 years ago
  99. 50512ab tracing: Convert tracer->enabled to counter by Steven Rostedt (Red Hat) · 12 years ago
  100. 6b450d2 tracing: Disable tracers before deletion of instance by Steven Rostedt (Red Hat) · 12 years ago