1. 5263f0a Merge tag 'trace-fixes-v3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  2. c4602c1 ftrace: Initialize the ftrace profiler for each possible cpu by Miao Xie · 11 years ago
  3. 843f4f4 Merge tag 'trace-fixes-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  4. 3ccb012 tracing: Only run synchronize_sched() at instance deletion time by Steven Rostedt · 11 years ago
  5. e321ae4 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  6. 8a56d77 ftrace: Fix function graph with loading of modules by Steven Rostedt (Red Hat) · 11 years ago
  7. 0022ced perf/trace: Properly use u64 to hold event_id by Vince Weaver · 11 years ago
  8. d5b5f39 ftrace, perf: Avoid infinite event generation loop by Peter Zijlstra · 11 years ago
  9. 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
  10. 0910c0b Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  11. 39cf275 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  12. 3a81a52 tracing: Add rcu annotation for syscall trace descriptors by Steven Rostedt (Red Hat) · 11 years ago
  13. e5137b5 ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHED by Peter Zijlstra · 11 years ago
  14. f8c5e94 kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup() by Chen Gang · 11 years ago
  15. a404d55 blktrace: Send BLK_TN_PROCESS events to all running traces by Jan Kara · 11 years ago
  16. 6fc84ea tracing: Do not use signed enums with unsigned long long in fgragh output by Steven Rostedt (Red Hat) · 11 years ago
  17. 042b10d tracing: Remove unused function ftrace_off_permanent() by Steven Rostedt (Red Hat) · 11 years ago
  18. d6d3523 tracing: Do not assign filp->private_data to freed memory by Geyslan G. Bem · 11 years ago
  19. 12ae030 perf/ftrace: Fix paranoid level for enabling function tracer by Steven Rostedt · 11 years ago
  20. 2e86421 tracing: Add helper function tracing_is_disabled() by Geyslan G. Bem · 11 years ago
  21. b2f974d tracing: Open tracer when ftrace_dump_on_oops is used by Cody P Schafer · 11 years ago
  22. d562aff tracing: Add support for SOFT_DISABLE to syscall events by Tom Zanussi · 11 years ago
  23. 38de93a tracing: Make register/unregister_ftrace_command __init by Tom Zanussi · 11 years ago
  24. f306cc8 tracing: Update event filters for multibuffer by Tom Zanussi · 11 years ago
  25. b5aa3a4 ftrace: Have control op function callback only trace when RCU is watching by Steven Rostedt (Red Hat) · 11 years ago
  26. 9cd804a trace/trace_stat: use rbtree postorder iteration helper instead of opencoding by Cody P Schafer · 11 years ago
  27. 29ad23b ftrace: Add set_graph_notrace filter by Namhyung Kim · 11 years ago
  28. 6a10108 ftrace: Narrow down the protected area of graph_lock by Namhyung Kim · 11 years ago
  29. faf982a ftrace: Introduce struct ftrace_graph_data by Namhyung Kim · 11 years ago
  30. 9aa72b4 ftrace: Get rid of ftrace_graph_filter_enabled by Namhyung Kim · 11 years ago
  31. 057db84 tracing: Fix potential out-of-bounds in trace_get_user() by Steven Rostedt · 11 years ago
  32. b9be6d0 tracing: Show more exact help information about snapshot by Wang YanQing · 12 years ago
  33. 7eb6952 Merge tag 'trace-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 12 years ago
  34. 59338f7 ftrace: Fix a slight race in modifying what function callback gets traced by Steven Rostedt (Red Hat) · 12 years ago
  35. 7d992fe Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 12 years ago
  36. ccfe9e4 tracing: Make tracing_cpumask available for all instances by Alexander Z Lam · 12 years ago
  37. 836d481 tracing: Kill the !CONFIG_MODULES code in trace_events.c by Oleg Nesterov · 12 years ago
  38. 620a30e tracing: Don't pass file_operations array to event_create_dir() by Oleg Nesterov · 12 years ago
  39. 779c5e3 tracing: Kill trace_create_file_ops() and friends by Oleg Nesterov · 12 years ago
  40. 3ddc77f tracing/syscalls: Annotate raw_init function with __init by Li Zefan · 12 years ago
  41. 9457158 tracing: Fix reset of time stamps during trace_clock changes by Alexander Z Lam · 12 years ago
  42. 711e124 tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct buffer by Alexander Z Lam · 12 years ago
  43. ed5467d tracing: Fix fields of struct trace_iterator that are zeroed by mistake by Andrew Vagin · 12 years ago
  44. c6c2401 tracing/uprobes: Fail to unregister if probe event files are in use by Steven Rostedt (Red Hat) · 12 years ago
  45. 40c3259 tracing/kprobes: Fail to unregister if probe event files are in use by Steven Rostedt (Red Hat) · 12 years ago
  46. 2ba6403 tracing: Add comment to describe special break case in probe_remove_event_call() by Steven Rostedt (Red Hat) · 12 years ago
  47. 2816c55 tracing: trace_remove_event_call() should fail if call/file is in use by Oleg Nesterov · 12 years ago
  48. 8c4f3c3 ftrace: Check module functions being traced on reload by Steven Rostedt (Red Hat) · 12 years ago
  49. 1c80c43 ftrace: Consolidate some duplicate code for updating ftrace ops by Steven Rostedt (Red Hat) · 12 years ago
  50. bf682c3 tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_private by Oleg Nesterov · 12 years ago
  51. f6a84bd tracing: Introduce remove_event_file_dir() by Oleg Nesterov · 12 years ago
  52. c5a44a1 tracing: Change f_start() to take event_mutex and verify i_private != NULL by Oleg Nesterov · 12 years ago
  53. e2912b0 tracing: Change event_filter_read/write to verify i_private != NULL by Oleg Nesterov · 12 years ago
  54. bc6f6b0 tracing: Change event_enable/disable_read() to verify i_private != NULL by Oleg Nesterov · 12 years ago
  55. 1a11126 tracing: Turn event/id->i_private into call->event.type by Oleg Nesterov · 12 years ago
  56. 102c932 tracing: Add __tracepoint_string() to export string pointers by Steven Rostedt (Red Hat) · 12 years ago
  57. 09d8091 tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus() by Steven Rostedt (Red Hat) · 12 years ago
  58. 195a8af ftrace: Add check for NULL regs if ops has SAVE_REGS set by Steven Rostedt (Red Hat) · 12 years ago
  59. 9c01fe4 tracing: Kill trace_cpu struct/members by Oleg Nesterov · 12 years ago
  60. 6484c71 tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu() by Oleg Nesterov · 12 years ago
  61. 0bc392e tracing: Change tracing_entries_fops to rely on tracing_get_cpu() by Oleg Nesterov · 12 years ago
  62. 4d3435b tracing: Change tracing_stats_fops to rely on tracing_get_cpu() by Oleg Nesterov · 12 years ago
  63. 46ef2be tracing: Change tracing_buffers_fops to rely on tracing_get_cpu() by Oleg Nesterov · 12 years ago
  64. 1554420 tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu() by Oleg Nesterov · 12 years ago
  65. 649e9c7 tracing: Introduce trace_create_cpu_file() and tracing_get_cpu() by Oleg Nesterov · 12 years ago
  66. e70e78e tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open() by Oleg Nesterov · 12 years ago
  67. a644a7e tracing: Kill trace_array->waiter by Oleg Nesterov · 12 years ago
  68. cd458ba tracing: Do not (ab)use trace_seq in event_id_read() by Oleg Nesterov · 12 years ago
  69. 7710b63 tracing: Simplify the iteration logic in f_start/f_next by Oleg Nesterov · 12 years ago
  70. 8f76899 tracing: Add ref_data to function and fgraph tracer structs by Steven Rostedt (Red Hat) · 12 years ago
  71. f77d09a tracing: Miscellaneous fixes for trace_array ref counting by Alexander Z Lam · 12 years ago
  72. 609e85a tracing: Fix error handling to ensure instances can always be removed by Alexander Z Lam · 12 years ago
  73. a232e27 tracing/kprobe: Wait for disabling all running kprobe handlers by Masami Hiramatsu · 12 years ago
  74. cd92bf6 tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare() by Oleg Nesterov · 12 years ago
  75. 421c786 tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is empty by Oleg Nesterov · 12 years ago
  76. b8ebfd3 tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is empty by Oleg Nesterov · 12 years ago
  77. d611851 tracing: Typo fix on ring buffer comments by zhangwei(Jovi) · 12 years ago
  78. 146c344 tracing: Use trace_seq_puts()/trace_seq_putc() where possible by zhangwei(Jovi) · 12 years ago
  79. 991821c tracing: Use correct config guard CONFIG_STACK_TRACER by zhangwei(Jovi) · 12 years ago
  80. 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
  81. dcc3022 tracing: Make tracing_open_generic_{tr,tc}() static by Steven Rostedt (Red Hat) · 12 years ago
  82. 8de1eb0 tracing: Remove ftrace() function by zhangwei(Jovi) · 12 years ago
  83. 4480361 tracing: Remove TRACE_EVENT_TYPE enum definition by zhangwei(Jovi) · 12 years ago
  84. 5280bce tracing: Make tracer_tracing_{off,on,is_on}() static by Steven Rostedt (Red Hat) · 12 years ago
  85. 11034ae tracing: Fix irqs-off tag display in syscall tracing by zhangwei(Jovi) · 12 years ago
  86. fa44063 uprobes: Fix return value in error handling path by zhangwei(Jovi) · 12 years ago
  87. 2a6c24a tracing: Fix race between deleting buffer and setting events by Steven Rostedt (Red Hat) · 12 years ago
  88. 8e2e2fa tracing: Add trace_array_get/put() to event handling by Steven Rostedt (Red Hat) · 12 years ago
  89. 7b85af6 tracing: Get trace_array ref counts when accessing trace files by Steven Rostedt (Red Hat) · 12 years ago
  90. ff45196 tracing: Add trace_array_get/put() to handle instance refs better by Steven Rostedt (Red Hat) · 12 years ago
  91. a822741 tracing: Protect ftrace_trace_arrays list in trace_events.c by Alexander Z Lam · 12 years ago
  92. 2d71619 tracing: Make trace_marker use the correct per-instance buffer by Alexander Z Lam · 12 years ago
  93. f1ed7c7 ftrace: Do not run selftest if command line parameter is set by Steven Rostedt (Red Hat) · 12 years ago
  94. cf6735a tracing/kprobes: Don't pass addr=ip to perf_trace_buf_submit() by Oleg Nesterov · 12 years ago
  95. 10246fa tracing: Use flag buffer_disabled for irqsoff tracer by Steven Rostedt (Red Hat) · 12 years ago
  96. b04d52e tracing/kprobes: Turn trace_probe->files into list_head by Oleg Nesterov · 12 years ago
  97. 3baa5e4 tracing: Fix disabling of soft disable by Tom Zanussi · 12 years ago
  98. a439059 tracing: Simplify code for showing of soft disabled flag by Tom Zanussi · 12 years ago
  99. 3fe3d61 tracing/kprobes: Kill probe_enable_lock by Oleg Nesterov · 12 years ago
  100. 288e984 tracing/kprobes: Avoid perf_trace_buf_*() if ->perf_events is empty by Oleg Nesterov · 12 years ago