1. 58e8eed tracing: Fix outputting formats of x86-tsc and counter when use trace_clock by Yoshihiro YUNOMAE · 13 years ago
  2. f17a519 tracing: Use current_uid() for critical time tracing by Steven Rostedt (Red Hat) · 13 years ago
  3. ca16431 tracing: Fix crash when ftrace=nop on the kernel command line by Steven Rostedt (Red Hat) · 13 years ago
  4. 6c24499 tracing: Fix small merge bug by Steven Rostedt · 13 years ago
  5. 9e8529a Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 13 years ago
  6. ae9f493 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  7. ed6f1c9 tracing: Check return value of tracing_init_dentry() by Namhyung Kim · 13 years ago
  8. 9607a86 kernel: tracing: Use strlcpy instead of strncpy by Chen Gang · 13 years ago
  9. 2930e04 tracing: Fix race with update_max_tr_single and changing tracers by Steven Rostedt (Red Hat) · 13 years ago
  10. 67012ab perf: Fix strncpy() use, use strlcpy() instead of strncpy() by Chen Gang · 13 years ago
  11. 22f4564 tracing: Update debugfs README file by Steven Rostedt (Red Hat) · 13 years ago
  12. 7fe70b5 tracing: Fix ftrace_dump() by Steven Rostedt (Red Hat) · 13 years ago
  13. bd6df18 tracing: Use TRACE_MAX_PRINT instead of constant by zhangwei(Jovi) · 13 years ago
  14. 687c878 tracing: Use pr_warn_once instead of open coded implementation by zhangwei(Jovi) · 13 years ago
  15. 76f1191 tracing: Add "perf" trace_clock by Steven Rostedt (Red Hat) · 13 years ago
  16. 8aacf01 tracing: Add "uptime" trace clock that uses jiffies by Steven Rostedt (Red Hat) · 13 years ago
  17. 328df47 tracing: Add function-trace option to disable function tracing of latency tracers by Steven Rostedt (Red Hat) · 13 years ago
  18. c142be8 tracing: Add skip argument to trace_dump_stack() by Steven Rostedt (Red Hat) · 13 years ago
  19. 77fd5c1 tracing: Add snapshot trigger to function probes by Steven Rostedt (Red Hat) · 13 years ago
  20. 3209cff tracing: Add alloc/free_snapshot() to replace duplicate code by Steven Rostedt (Red Hat) · 13 years ago
  21. 1b22e38 tracing: Let tracing_snapshot() be used by modules but not NMI by Steven Rostedt (Red Hat) · 13 years ago
  22. ca268da tracing: Add internal ftrace trace_puts() for ftrace to use by Steven Rostedt (Red Hat) · 13 years ago
  23. 09ae723 tracing: Add trace_puts() for even faster trace_printk() tracing by Steven Rostedt (Red Hat) · 13 years ago
  24. 55034cd tracing: Add alloc_snapshot kernel command line parameter by Steven Rostedt (Red Hat) · 13 years ago
  25. f4e781c tracing: Move the tracing selftest code into its own function by Steven Rostedt (Red Hat) · 13 years ago
  26. ad909e2 tracing: Add internal tracing_snapshot() functions by Steven Rostedt (Red Hat) · 13 years ago
  27. a695cb5 tracing: Prevent deleting instances when they are being read by Steven Rostedt (Red Hat) · 13 years ago
  28. 121aaee tracing: Add per_cpu directory into tracing instances by Steven Rostedt (Red Hat) · 13 years ago
  29. ce9bae5 tracing: Add snapshot feature to instances by Steven Rostedt (Red Hat) · 13 years ago
  30. 737223f tracing: Consolidate buffer allocation code by Steven Rostedt (Red Hat) · 13 years ago
  31. 45ad21c tracing: Have trace_array keep track if snapshot buffer is allocated by Steven Rostedt (Red Hat) · 13 years ago
  32. 6de58e6 tracing: Add snapshot_raw to extract the raw data from snapshot by Steven Rostedt (Red Hat) · 13 years ago
  33. f1affca tracing: Add snapshot in the per_cpu trace directories by Steven Rostedt (Red Hat) · 13 years ago
  34. 12883ef tracing: Consolidate max_tr into main trace_array structure by Steven Rostedt (Red Hat) · 13 years ago
  35. 873c642 tracing: Clear all trace buffers when unloaded module event was used by Steven Rostedt (Red Hat) · 13 years ago
  36. 1569345 tracing/ring-buffer: Move poll wake ups into ring buffer code by Steven Rostedt (Red Hat) · 13 years ago
  37. b627344 tracing: Fix read blocking on trace_pipe_raw by Steven Rostedt · 13 years ago
  38. cc60cdc tracing: Fix polling on trace_pipe_raw by Steven Rostedt · 13 years ago
  39. 189e578 tracing: Do not block on splice if either file or splice NONBLOCK flag is set by Steven Rostedt (Red Hat) · 13 years ago
  40. 0c8916c tracing: Add rmdir to remove multibuffer instances by Steven Rostedt · 14 years ago
  41. 277ba04 tracing: Add interface to allow multiple trace buffers by Steven Rostedt · 14 years ago
  42. a7603ff tracing: Replace the static global per_cpu arrays with allocated per_cpu by Steven Rostedt · 14 years ago
  43. ccb469a tracing: Pass the ftrace_file to the buffer lock reserve code by Steven Rostedt · 14 years ago
  44. 2b6080f tracing: Encapsulate global_trace and remove dependencies on global vars by Steven Rostedt · 14 years ago
  45. ae3b509 tracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPU by Steven Rostedt · 13 years ago
  46. ae63b31 tracing: Separate out trace events from global variables by Steven Rostedt · 14 years ago
  47. 613f04a tracing: Prevent buffer overwrite disabled for latency tracers by Steven Rostedt (Red Hat) · 13 years ago
  48. 8090282 tracing: Keep overwrite in sync between regular and snapshot buffers by Steven Rostedt (Red Hat) · 13 years ago
  49. 69d34da tracing: Protect tracer flags with trace_types_lock by Steven Rostedt (Red Hat) · 13 years ago
  50. 2721e72 tracing: Fix race in snapshot swapping by Steven Rostedt (Red Hat) · 13 years ago
  51. c9960e4 tracing: Do not return EINVAL in snapshot when not allocated by Steven Rostedt (Red Hat) · 13 years ago
  52. d8741e2 tracing: Add help of snapshot feature when snapshot is empty by Steven Rostedt (Red Hat) · 13 years ago
  53. d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  54. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 13 years ago
  55. d840f71 tracing: Init current_trace to nop_trace and remove NULL checks by Steven Rostedt (Red Hat) · 13 years ago
  56. debdd57 tracing: Make a snapshot feature available from userspace by Hiraku Toyooka · 13 years ago
  57. 2fd196e tracing: Replace static old_tracer check of tracer name by Hiraku Toyooka · 13 years ago
  58. ad96470 ring-buffer: Add stats field for amount read from trace ring buffer by Steven Rostedt (Red Hat) · 13 years ago
  59. 38dbe0b tracing: Remove second iterator initializer by Jovi Zhang · 13 years ago
  60. 8214652 tracing: Use __this_cpu_inc/dec operation instead of __get_cpu_var by Shan Wei · 14 years ago
  61. b736f48 tracing: Mark tracing_dentry_percpu() static by Josh Triplett · 14 years ago
  62. 34600f0 tracing: Fix race with max_tr and changing tracers by Steven Rostedt · 13 years ago
  63. b000c80 tracing: Remove the extra 4 bytes of padding in events by Steven Rostedt · 13 years ago
  64. 84c6cf0 tracing: Remove unneeded check of max_tr->buffer before tracing_reset by Steven Rostedt · 13 years ago
  65. a541641 tracing: Add checks if tr->buffer is NULL in tracing_reset{_online_cpus} by Hiraku Toyooka · 13 years ago
  66. d8a0349 tracing: Use this_cpu_ptr per-cpu helper by Shan Wei · 14 years ago
  67. 250bfd3 tracing: Fix regression of trace_pipe by Liu Bo · 13 years ago
  68. 2df8f8a tracing: Fix regression with irqsoff tracer and tracing_on file by Steven Rostedt · 13 years ago
  69. a8dd217 tracing: Fix regression of trace_options file setting by Steven Rostedt · 13 years ago
  70. 758338e Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 13 years ago
  71. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  72. 6d49e35 propagate name change to comments in kernel source by Nadia Yvette Chambers · 13 years ago
  73. bf3071f tracing: Remove unnecessary WARN_ONCE's from tracing_buffers_splice_read by Dave Jones · 14 years ago
  74. d60da50 tracing: Add a resize function to make one buffer equivalent to another buffer by Hiraku Toyooka · 14 years ago
  75. 11043d8 tracing: Show raw time stamp on stats per cpu using counter or tsc mode for trace_clock by Yoshihiro YUNOMAE · 14 years ago
  76. 8be0709 tracing: Format non-nanosec times from tsc clock without a decimal point. by David Sharp · 14 years ago
  77. 8cbd9cc tracing,x86: Add a TSC trace_clock by David Sharp · 14 years ago
  78. 7bcfaf5 tracing: Add trace_options kernel command line parameter by Steven Rostedt · 14 years ago
  79. 0d5c6e1 tracing: Use irq_work for wake ups and remove *_nowake_*() functions by Steven Rostedt · 14 years ago
  80. 02404ba tracing: Remove deprecated tracing_enabled file by Steven Rostedt · 14 years ago
  81. 0fb9656 tracing: Make tracing_enabled be equal to tracing_on by Steven Rostedt · 14 years ago
  82. c7b84ec tracing: Remove unused function unregister_tracer() by Steven Rostedt · 14 years ago
  83. 60303ed tracing: Reset ring buffer when changing trace_clocks by David Sharp · 14 years ago
  84. 7ffbd48 tracing: Cache comms only after an event occurred by Steven Rostedt · 14 years ago
  85. 8169883 tracing: Enable comm recording if trace_printk() is used by Steven Rostedt · 14 years ago
  86. b382ede6 tracing: Expand ring buffer when trace_printk() is used by Steven Rostedt · 14 years ago
  87. 884bfe8 ring-buffer: Add a 'dropped events' counter by Slava Pestov · 15 years ago
  88. bcd83ea tracing: Replace strict_strto* with kstrto* by Daniel Walter · 14 years ago
  89. dc92b1f Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 14 years ago
  90. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 14 years ago
  91. d55cb6c ftrace: Allow stealing pages from pipe buffer by Masami Hiramatsu · 14 years ago
  92. 5224c3a tracing: Add an option for disabling markers by Mandeep Singh Baines · 14 years ago
  93. d20b92a userns: Teach trace to use from_kuid by Eric W. Biederman · 14 years ago
  94. a0e0fac Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 14 years ago
  95. 87abb3b tracing/trivial: Fix some typos in kernel/trace by Wang Tianhong · 14 years ago
  96. b13bc8d Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 14 years ago
  97. b2ad368 tracing: Fix initialization failure path in tracing_set_tracer() by Anton Vorontsov · 14 years ago
  98. 93574fc tracing: Check for allocation failure in __tracing_open() by Dan Carpenter · 14 years ago
  99. 35c2f48 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 14 years ago
  100. a3da2c6 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 14 years ago