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