1. 99593eb tracing: Fix fields of struct trace_iterator that are zeroed by mistake by Andrew Vagin · 13 years ago
  2. 352b641 tracing: Fix irqs-off tag display in syscall tracing by zhangwei(Jovi) · 13 years ago
  3. f36a0d6 tracing: Fix irqs-off tag display in syscall tracing by zhangwei(Jovi) · 13 years ago
  4. d018274 tracing: Use current_uid() for critical time tracing by Steven Rostedt (Red Hat) · 13 years ago
  5. bc4d36c ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section by Steven Rostedt · 13 years ago
  6. 3a22cc7 tracing: Fix possible NULL pointer dereferences by Namhyung Kim · 13 years ago
  7. cba998b tracing: Fix leaks of filter preds by Steven Rostedt (Red Hat) · 13 years ago
  8. dcf3dfc tracing: Fix ftrace_dump() by Steven Rostedt (Red Hat) · 13 years ago
  9. 761694a tracing: Reset ftrace_graph_filter_enabled if count is zero by Namhyung Kim · 13 years ago
  10. e1672f4 tracing: Check return value of tracing_init_dentry() by Namhyung Kim · 13 years ago
  11. 226c8ea tracing: Fix off-by-one on allocating stat->pages by Namhyung Kim · 13 years ago
  12. d4ca6cc tracing: Remove most or all of stack tracer stack size from stack_max_size by Steven Rostedt (Red Hat) · 13 years ago
  13. af18601 tracing: Fix stack tracer with fentry use by Steven Rostedt (Red Hat) · 13 years ago
  14. 8932381 tracing: Use stack of calling function for stack tracer by Steven Rostedt (Red Hat) · 13 years ago
  15. e264d3c tracing: Fix double free when function profile init failed by Namhyung Kim · 13 years ago
  16. b81d324 ftrace: Consistently restore trace function on sysctl enabling by Jan Kiszka · 13 years ago
  17. 7b7cf9f tracing: Prevent buffer overwrite disabled for latency tracers by Steven Rostedt (Red Hat) · 13 years ago
  18. 2f6b6e2 tracing: Protect tracer flags with trace_types_lock by Steven Rostedt (Red Hat) · 13 years ago
  19. 52cecaa tracing: Fix free of probe entry by calling call_rcu_sched() by Steven Rostedt (Red Hat) · 13 years ago
  20. 1e3b58b tracing: Fix race in snapshot swapping by Steven Rostedt (Red Hat) · 13 years ago
  21. abf73cb ftrace: Update the kconfig for DYNAMIC_FTRACE by Steven Rostedt · 13 years ago
  22. e684247 ftrace: Call ftrace cleanup module notifier after all other notifiers by Steven Rostedt (Red Hat) · 13 years ago
  23. f2a0100 ftrace: Be first to run code modification on modules by Steven Rostedt · 14 years ago
  24. 4d7981b ring-buffer: Fix race between integrity check and readers by Steven Rostedt · 14 years ago
  25. 455d895 ftrace: Clear bits properly in reset_iter_read() by Dan Carpenter · 14 years ago
  26. 2c07f25 splice: fix racy pipe->buffers uses by Eric Dumazet · 14 years ago
  27. 4943d9c tracing: change CPU ring buffer state from tracing_cpumask by Vaibhav Nagarnaik · 14 years ago
  28. 3993b24 tracing: Have tracing_off() actually turn tracing off by Steven Rostedt · 14 years ago
  29. 9b63776 tracing: Do not enable function event with enable by Steven Rostedt · 14 years ago
  30. db4c75c tracing: Fix stacktrace of latency tracers (irqsoff and friends) by Steven Rostedt · 14 years ago
  31. 348f0fc tracing: Fix regression with tracing_on by Steven Rostedt · 14 years ago
  32. 6e48b55 tracing: Fix build breakage without CONFIG_PERF_EVENTS (again) by Mark Brown · 14 years ago
  33. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 14 years ago
  34. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 14 years ago
  35. 12b5da3 tracing: Fix ent_size in trace output by Steven Rostedt · 14 years ago
  36. 7fd5239 Merge branch 'linus' into perf/urgent by Ingo Molnar · 14 years ago
  37. 04a54d2 Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent by Ingo Molnar · 14 years ago
  38. 01de982 tracing: Fix ftrace stack trace entries by Wolfgang Mauerer · 14 years ago
  39. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 14 years ago
  40. 38eff28 constify path argument of trace_seq_path() by Al Viro · 14 years ago
  41. fa73dc9 tracing: Fix build breakage without CONFIG_PERF_EVENTS by Mark Brown · 14 years ago
  42. db6544e ftrace: Fix function_graph for archs that test ftrace_trace_function by Rajesh Bhagat · 14 years ago
  43. b892e5c tracing: Keep NMI watchdog from triggering when dumping trace by Steven Rostedt · 14 years ago
  44. 8c9cf54 tracing: Do not select FRAME_POINTER on PPC by Gerlando Falauto · 14 years ago
  45. 499e547 tracing/ring-buffer: Only have tracing_on disable tracing buffers by Steven Rostedt · 14 years ago
  46. 5500fa5 ftrace, perf: Add filter support for function trace event by Jiri Olsa · 14 years ago
  47. 02aa316 ftrace: Allow to specify filter field type for ftrace events by Jiri Olsa · 14 years ago
  48. ced3900 ftrace, perf: Add support to use function tracepoint in perf by Jiri Olsa · 14 years ago
  49. e59a0bff ftrace: Add FTRACE_ENTRY_REG macro to allow event registration by Jiri Olsa · 14 years ago
  50. 489c75c ftrace, perf: Add add/del tracepoint perf registration actions by Jiri Olsa · 14 years ago
  51. ceec0b6 ftrace, perf: Add open/close tracepoint perf registration actions by Jiri Olsa · 14 years ago
  52. e248491 ftrace: Add enable/disable ftrace_ops control interface by Jiri Olsa · 14 years ago
  53. 5b34926 tracing: Don't use p->len field to determine output in __print_*() functions by Steven Rostedt · 14 years ago
  54. e404b32 tracing: Don't print an extra separator of flags by Andrey Vagin · 14 years ago
  55. 47b0edc tracing/trivial: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 15 years ago
  56. 1e42e83 ftrace: sched_switch plugin is deprecated by Geunsik Lim · 14 years ago
  57. ac483c4 ftrace: Change filter/notrace set functions to return exit code by Jiri Olsa · 15 years ago
  58. 83c2f91 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  59. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 15 years ago
  60. 35b740e Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  61. f4ae40a switch debugfs to umode_t by Al Viro · 15 years ago
  62. 38b78eb tracing: Factorize filter creation by Tejun Heo · 15 years ago
  63. 762e120 tracing: Have stack tracing set filtered functions at boot by Steven Rostedt · 15 years ago
  64. 2a85a37 ftrace: Allow access to the boot time function enabling by Steven Rostedt · 15 years ago
  65. d2d45c7 tracing: Have stack_tracer use a separate list of functions by Steven Rostedt · 15 years ago
  66. 69a3083 ftrace: Decouple hash items from showing filtered functions by Steven Rostedt · 15 years ago
  67. fc13cb0 ftrace: Allow other users of function tracing to use the output listing by Steven Rostedt · 15 years ago
  68. 06a51d9 ftrace: Create ftrace_hash_empty() helper routine by Steven Rostedt · 15 years ago
  69. c842e97 ftrace: Fix ftrace hash record update with notrace by Steven Rostedt · 15 years ago
  70. 5855fea ftrace: Use bsearch to find record ip by Steven Rostedt · 15 years ago
  71. 6895061 ftrace: Sort the mcount records on each page by Steven Rostedt · 15 years ago
  72. 85ae32a ftrace: Replace record newlist with record page list by Steven Rostedt · 15 years ago
  73. a790087 ftrace: Allocate the mcount record pages as groups by Steven Rostedt · 15 years ago
  74. 3208230 ftrace: Remove usage of "freed" records by Steven Rostedt · 15 years ago
  75. c88fd86 ftrace: Allow archs to modify code without stop machine by Steven Rostedt · 15 years ago
  76. 30fb6aa ftrace: Fix unregister ftrace_ops accounting by Jiri Olsa · 15 years ago
  77. a8eecf2 trace: Allow ftrace_dump() to be called from modules by Paul E. McKenney · 15 years ago
  78. cc991b8 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 15 years ago
  79. d6c1c49 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  80. ddf6e0e ftrace: Fix hash record accounting bug by Steven Rostedt · 15 years ago
  81. c7c6ec8 ftrace: Remove force undef config value left for testing by Steven Rostedt · 15 years ago
  82. 27b14b5 tracing: Restore system filter behavior by Li Zefan · 15 years ago
  83. cb59974 tracing: fix event_subsystem ref counting by Ilya Dryomov · 15 years ago
  84. d3d9acf trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call->filter by Tejun Heo · 15 years ago
  85. 39eaf7e tracing: Add entries in buffer and total entries to default output header by Steven Rostedt · 15 years ago
  86. 77271ce tracing: Add irq, preempt-count and need resched info to default trace output by Steven Rostedt · 15 years ago
  87. efc9673 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 15 years ago
  88. 7e9a49e tracing/latency: Fix header output for latency tracers by Jiri Olsa · 15 years ago
  89. d4d34b9 ftrace: Fix hash record accounting bug by Steven Rostedt · 15 years ago
  90. 8ee3c92 ftrace: Remove force undef config value left for testing by Steven Rostedt · 15 years ago
  91. 49aa295 tracing: Add boiler plate for subsystem filter by Steven Rostedt · 15 years ago
  92. ed0449a tracing: Restore system filter behavior by Li Zefan · 15 years ago
  93. 6e5fdee kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure by Paul Gortmaker · 15 years ago
  94. d631097 tracing: fix event_subsystem ref counting by Ilya Dryomov · 15 years ago
  95. 56d82e0 kernel: Add <linux/module.h> to files using it implicitly by Paul Gortmaker · 15 years ago
  96. 7115e3f Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  97. 3cfef95 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  98. 436fc28 tracing: Fix returning of duplicate data after EOF in trace_pipe_raw by Steven Rostedt · 15 years ago
  99. 9b5f8b3 ftrace: Fix README to state tracing_on to start/stop tracing by Geunsik Lim · 15 years ago
  100. 910e94d Merge branch 'tip/perf/core' of git://github.com/rostedt/linux into perf/core by Ingo Molnar · 15 years ago