1. 086ba77 tracing/syscalls: Ignore numbers outside NR_syscalls' range by Rabin Vincent · 10 years ago
  2. 4fc4090 ftrace: Fix checking of trampoline ftrace_ops in finding trampoline by Steven Rostedt (Red Hat) · 10 years ago
  3. 8252ecf ftrace: Set ops->old_hash on modifying what an ops hooks to by Steven Rostedt (Red Hat) · 10 years ago
  4. faafcba Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  5. 8df6be1 Merge tag 'trace-3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  6. 9837acf Merge tag 'trace-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  7. addff1f tracing: Clean up scheduling in trace_wakeup_test_thread() by Steven Rostedt · 10 years ago
  8. fe0e01c tracing: Robustify wait loop by Peter Zijlstra · 10 years ago
  9. 24607f1 ring-buffer: Fix infinite spin in reading buffer by Steven Rostedt (Red Hat) · 10 years ago
  10. a70857e sched: Add helper for task stack page overrun checking by Aaron Tomlin · 10 years ago
  11. d4311ff init/main.c: Give init_task a canary by Aaron Tomlin · 10 years ago
  12. f139caf sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule() by Kirill Tkhai · 10 years ago
  13. 3ddee63 ftrace: Only disable ftrace_enabled to test buffer in selftest by Steven Rostedt (Red Hat) · 10 years ago
  14. 84bde62 ftrace: Add sanity check when unregistering last ftrace_ops by Steven Rostedt (Red Hat) · 10 years ago
  15. fb5a613 kernel: trace_syscalls: Replace rcu_assign_pointer() with RCU_INIT_POINTER() by Andreea-Cristina Bernat · 10 years ago
  16. fef5aee ftrace: Replace tramp_hash with old_*_hash to save space by Steven Rostedt (Red Hat) · 10 years ago
  17. e1effa0 ftrace: Annotate the ops operation on update by Steven Rostedt (Red Hat) · 10 years ago
  18. 5fecaa0 ftrace: Grab any ops for a rec for enabled_functions output by Steven Rostedt (Red Hat) · 10 years ago
  19. 3296fc4 ftrace: Remove freeing of old_hash from ftrace_hash_move() by Steven Rostedt (Red Hat) · 10 years ago
  20. f7aad4e ftrace: Set callback to ftrace_stub when no ops are registered by Steven Rostedt (Red Hat) · 10 years ago
  21. 8735405 ftrace: Add helper function ftrace_ops_get_func() by Steven Rostedt (Red Hat) · 10 years ago
  22. f1ff634 ftrace: Add separate function for non recursive callbacks by Steven Rostedt (Red Hat) · 10 years ago
  23. 4ce97db trace: Fix epoll hang when we race with new entries by Josef Bacik · 10 years ago
  24. 39b5552 ftrace: Use current addr when converting to nop in __ftrace_replace_code() by Steven Rostedt (Red Hat) · 10 years ago
  25. 5f151b2 ftrace: Fix function_profiler and function tracer together by Steven Rostedt (Red Hat) · 10 years ago
  26. bce0b6c ftrace: Fix up trampoline accounting with looping on hash ops by Steven Rostedt (Red Hat) · 10 years ago
  27. 8426191 ftrace: Update all ftrace_ops for a ftrace_hash_ops update by Steven Rostedt (Red Hat) · 10 years ago
  28. 33b7f99 ftrace: Allow ftrace_ops to use the hashes from other ops by Steven Rostedt (Red Hat) · 10 years ago
  29. fc335c1 Merge tag 'trace-fixes-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  30. 651e22f ring-buffer: Always reset iterator to reader page by Steven Rostedt (Red Hat) · 10 years ago
  31. 021de3d ring-buffer: Up rb_iter_peek() loop count to 3 by Steven Rostedt (Red Hat) · 10 years ago
  32. 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
  33. ef35ad2 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  34. c9b88e9 Merge tag 'trace-3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  35. 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
  36. f4be073 perf: Check permission only for parent tracepoint event by Jiri Olsa · 10 years ago
  37. dc6f03f ftrace: Add warning if tramp hash does not match nr_trampolines by Steven Rostedt (Red Hat) · 10 years ago
  38. 2a0343b ftrace: Fix trampoline hash update check on rec->flags by Steven Rostedt (Red Hat) · 10 years ago
  39. 10e83fd ring-buffer: Use rb_page_size() instead of open coded head_page size by Steven Rostedt (Red Hat) · 10 years ago
  40. 1b3e5c0 ftrace: Provide trace clocks monotonic by Thomas Gleixner · 10 years ago
  41. 0162d62 ftrace: Rename ftrace_ops field from trampolines to nr_trampolines by Steven Rostedt (Red Hat) · 10 years ago
  42. 58d4e21 tracing: Fix wraparound problems in "uptime" trace clock by Tony Luck · 10 years ago
  43. ba1afef tracing: Convert local function_graph functions to static by Steven Rostedt (Red Hat) · 10 years ago
  44. b972cc5 ftrace: Do not copy old hash when resetting by Wang Nan · 10 years ago
  45. 6508fa7 tracing: let user specify tracing_thresh after selecting function_graph by Stanislav Fomichev · 10 years ago
  46. 021c5b3 ring-buffer: Always run per-cpu ring buffer resize with schedule_work_on() by Corey Minyard · 10 years ago
  47. 3a63638 tracing: Remove function_trace_stop and HAVE_FUNCTION_TRACE_MCOUNT_TEST by Steven Rostedt (Red Hat) · 11 years ago
  48. 1d48d59 ftrace: Remove function_trace_stop check from list func by Steven Rostedt (Red Hat) · 11 years ago
  49. 1820122 ftrace: Do no disable function tracing on enabling function tracing by Steven Rostedt (Red Hat) · 11 years ago
  50. 545d47b ftrace-graph: Remove usage of ftrace_stop() in ftrace_graph_stop() by Steven Rostedt (Red Hat) · 11 years ago
  51. 1b2f121 ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop() by Steven Rostedt (Red Hat) · 11 years ago
  52. 6355d54 tracing: Kill "filter_string" arg of replace_preds() by Oleg Nesterov · 10 years ago
  53. bb9ef1c tracing: Change apply_subsystem_event_filter() paths to check file->system == dir by Oleg Nesterov · 10 years ago
  54. ede392a tracing/uprobes: Kill the dead TRACE_EVENT_FL_USE_CALL_FILTER logic by Oleg Nesterov · 10 years ago
  55. b5d09db tracing: Kill call_filter_disable() by Oleg Nesterov · 10 years ago
  56. 5737574 tracing: Kill destroy_call_preds() by Oleg Nesterov · 10 years ago
  57. 3e5454d tracing: Kill destroy_preds() and destroy_file_preds() by Oleg Nesterov · 10 years ago
  58. 646d704 ftrace: Allow archs to specify if they need a separate function graph trampoline by Steven Rostedt (Red Hat) · 10 years ago
  59. 97b8ee8 ring-buffer: Fix polling on trace_pipe by Martin Lau · 11 years ago
  60. f0160a5 tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputs by zhangwei(Jovi) · 11 years ago
  61. 5f8bf2d2 tracing: Fix graph tracer with stack tracer on other archs by Steven Rostedt (Red Hat) · 10 years ago
  62. 8abfb87 tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputs by zhangwei(Jovi) · 11 years ago
  63. 2448e34 tracing: instance_rmdir() leaks ftrace_event_file->filter by Oleg Nesterov · 10 years ago
  64. ca65ef1 Merge branch 'trace/ftrace/urgent' into trace/ftrace/core by Steven Rostedt (Red Hat) · 10 years ago
  65. 099ed15 tracing: Remove ftrace_stop/start() from reading the trace file by Steven Rostedt (Red Hat) · 11 years ago
  66. d048a8c7 tracing: Add description of set_graph_notrace to tracing/README by Namhyung Kim · 11 years ago
  67. 8c006cf tracing: Improve message of empty set_ftrace_notrace file by Namhyung Kim · 11 years ago
  68. 280d142 tracing: Improve message of empty set_graph_notrace file by Namhyung Kim · 11 years ago
  69. 0d7d9a1 tracing: Add ftrace_graph_notrace boot parameter by Namhyung Kim · 11 years ago
  70. 3448bac tracing: Convert pr_warning() to pr_warn() in trace_events.c by Fabian Frederick · 11 years ago
  71. ef2fbe1 ftrace: Do not copy hash if O_TRUNC is set by Namhyung Kim · 11 years ago
  72. 1f61be00 ftrace: Fix memory leak on failure path in ftrace_allocate_pages() by Namhyung Kim · 11 years ago
  73. a737e6d ftrace: Get rid of obsolete global_start_up variable by Namhyung Kim · 11 years ago
  74. 7b039cb tracing: Add trace_seq_buffer_ptr() helper function by Steven Rostedt (Red Hat) · 11 years ago
  75. 3f4d8f7 tracing: Remove unnecessary null test before debugfs_remove() by Fabian Frederick · 11 years ago
  76. 9096032 tracing: Remove trace_seq_reserve() by Steven Rostedt (Red Hat) · 11 years ago
  77. 6d2289f tracing: Make trace_seq_putmem_hex() more robust by Steven Rostedt (Red Hat) · 11 years ago
  78. 36aabff tracing: Clean up trace_seq.c by Steven Rostedt (Red Hat) · 11 years ago
  79. 1230627 tracing: Move the trace_seq_* functions into its own trace_seq.c file by Steven Rostedt (Red Hat) · 11 years ago
  80. 5c27c77 ftrace: Simplify ftrace_hash_disable/enable path in ftrace_hash_move by Masami Hiramatsu · 11 years ago
  81. 9674b2f ftrace: Add trampolines to enabled_functions debug file by Steven Rostedt (Red Hat) · 11 years ago
  82. 79922b8 ftrace: Optimize function graph to be called directly by Steven Rostedt (Red Hat) · 11 years ago
  83. fb6bab6 tracing/uprobes: Fix the usage of uprobe_buffer_enable() in probe_event_enable() by Oleg Nesterov · 11 years ago
  84. f786106 tracing/uprobes: Kill the bogus UPROBE_HANDLER_REMOVE code in uprobe_dispatcher() by Oleg Nesterov · 11 years ago
  85. 4821254 tracing/uprobes: Revert "Support mix of ftrace and perf" by Oleg Nesterov · 11 years ago
  86. 0376bde ftrace: Add ftrace_rec_counter() macro to simplify the code by Steven Rostedt (Red Hat) · 11 years ago
  87. 4fbb48c ftrace: Allow no regs if no more callbacks require it by Steven Rostedt (Red Hat) · 11 years ago
  88. 8841c8b Merge tag 'trace-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  89. 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  90. da9c341 tracing: Fix check of ftrace_trace_arrays list_empty() check by Steven Rostedt (Red Hat) · 11 years ago
  91. f0b70cc tracing: Fix leak of per cpu max data in instances by Steven Rostedt (Red Hat) · 11 years ago
  92. a6af8fb tracing: Cleanup saved_cmdlines_size changes by Namhyung Kim · 11 years ago
  93. 8b8b368 ring-buffer: Check if buffer exists before polling by Steven Rostedt (Red Hat) · 11 years ago
  94. 214b931 Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  95. a9fcaaa tracing: Fix memory leak on instance deletion by Steven Rostedt (Red Hat) · 11 years ago
  96. 23aaa3c tracing: Fix leak of ring buffer data when new instances creation fails by Steven Rostedt (Red Hat) · 11 years ago
  97. 748ec3a tracing/kprobes: Avoid self tests if tracing is disabled on boot up by Yoshihiro YUNOMAE · 11 years ago
  98. dc81e5e tracing: Return error if ftrace_trace_arrays list is empty by Yoshihiro YUNOMAE · 11 years ago
  99. 34839f5 tracing: Only calculate stats of tracepoint benchmarks for 2^32 times by Steven Rostedt (Red Hat) · 11 years ago
  100. 72e2fe3 tracing: Convert stddev into u64 in tracepoint benchmark by Steven Rostedt (Red Hat) · 11 years ago