1. 52f6ad6 tracing: Rename trace_event_mutex to trace_event_sem by zhangwei(Jovi) · 12 years ago
  2. 36a78e9 tracing: Fix comment about prefix in arch_syscall_match_sym_name() by zhangwei(Jovi) · 12 years ago
  3. ad7067ce tracing: Convert trace_destroy_fields() to static by zhangwei(Jovi) · 12 years ago
  4. b3a8c6f tracing: Move find_event_field() into trace_events.c by zhangwei(Jovi) · 12 years ago
  5. bd6df18 tracing: Use TRACE_MAX_PRINT instead of constant by zhangwei(Jovi) · 12 years ago
  6. 687c878 tracing: Use pr_warn_once instead of open coded implementation by zhangwei(Jovi) · 12 years ago
  7. 6c43e55 ring-buffer: Add ring buffer startup selftest by Steven Rostedt (Red Hat) · 12 years ago
  8. 76f1191 tracing: Add "perf" trace_clock by Steven Rostedt (Red Hat) · 12 years ago
  9. 8aacf01 tracing: Add "uptime" trace clock that uses jiffies by Steven Rostedt (Red Hat) · 12 years ago
  10. 328df47 tracing: Add function-trace option to disable function tracing of latency tracers by Steven Rostedt (Red Hat) · 12 years ago
  11. 4df2971 tracing: Remove most or all of stack tracer stack size from stack_max_size by Steven Rostedt (Red Hat) · 12 years ago
  12. d4ecbfc tracing: Fix stack tracer with fentry use by Steven Rostedt (Red Hat) · 12 years ago
  13. 87889501 tracing: Use stack of calling function for stack tracer by Steven Rostedt (Red Hat) · 12 years ago
  14. dd42cd3 tracing: Add function probe to trigger stack traces by Steven Rostedt (Red Hat) · 12 years ago
  15. c142be8 tracing: Add skip argument to trace_dump_stack() by Steven Rostedt (Red Hat) · 12 years ago
  16. 3cd715d tracing: Add function probe triggers to enable/disable events by Steven Rostedt (Red Hat) · 12 years ago
  17. 417944c tracing: Add a way to soft disable trace events by Steven Rostedt (Red Hat) · 12 years ago
  18. 7818b38 ftrace: Use manual free after synchronize_sched() not call_rcu_sched() by Steven Rostedt (Red Hat) · 12 years ago
  19. e67efb9 ftrace: Clean up function probe methods by Steven Rostedt (Red Hat) · 12 years ago
  20. 77fd5c1 tracing: Add snapshot trigger to function probes by Steven Rostedt (Red Hat) · 12 years ago
  21. 3209cff tracing: Add alloc/free_snapshot() to replace duplicate code by Steven Rostedt (Red Hat) · 12 years ago
  22. e1df4cb ftrace: Fix function probe to only enable needed functions by Steven Rostedt (Red Hat) · 12 years ago
  23. 8380d24 ftrace: Separate unlimited probes from count limited probes by Steven Rostedt (Red Hat) · 12 years ago
  24. 8b8fa62 tracing: Consolidate ftrace_trace_onoff_unreg() into callback by Steven Rostedt (Red Hat) · 12 years ago
  25. 1c31714 tracing: Consolidate updating of count for traceon/off by Steven Rostedt (Red Hat) · 12 years ago
  26. 1b22e38 tracing: Let tracing_snapshot() be used by modules but not NMI by Steven Rostedt (Red Hat) · 12 years ago
  27. ca268da tracing: Add internal ftrace trace_puts() for ftrace to use by Steven Rostedt (Red Hat) · 12 years ago
  28. 09ae723 tracing: Add trace_puts() for even faster trace_printk() tracing by Steven Rostedt (Red Hat) · 12 years ago
  29. 153e8ed tracing: Fix the branch tracer that broke with buffer change by Steven Rostedt (Red Hat) · 12 years ago
  30. 55034cd tracing: Add alloc_snapshot kernel command line parameter by Steven Rostedt (Red Hat) · 12 years ago
  31. f4e781c tracing: Move the tracing selftest code into its own function by Steven Rostedt (Red Hat) · 12 years ago
  32. f5eb558 ring-buffer: Do not use schedule_work_on() for current CPU by Steven Rostedt (Red Hat) · 12 years ago
  33. ad909e2 tracing: Add internal tracing_snapshot() functions by Steven Rostedt (Red Hat) · 12 years ago
  34. a695cb5 tracing: Prevent deleting instances when they are being read by Steven Rostedt (Red Hat) · 12 years ago
  35. 121aaee tracing: Add per_cpu directory into tracing instances by Steven Rostedt (Red Hat) · 12 years ago
  36. ce9bae5 tracing: Add snapshot feature to instances by Steven Rostedt (Red Hat) · 12 years ago
  37. 737223f tracing: Consolidate buffer allocation code by Steven Rostedt (Red Hat) · 12 years ago
  38. 45ad21c tracing: Have trace_array keep track if snapshot buffer is allocated by Steven Rostedt (Red Hat) · 12 years ago
  39. 6de58e6 tracing: Add snapshot_raw to extract the raw data from snapshot by Steven Rostedt (Red Hat) · 12 years ago
  40. 0b85ffc tracing: Add config option to allow snapshot to swap per cpu by Steven Rostedt (Red Hat) · 12 years ago
  41. f1affca tracing: Add snapshot in the per_cpu trace directories by Steven Rostedt (Red Hat) · 12 years ago
  42. 12883ef tracing: Consolidate max_tr into main trace_array structure by Steven Rostedt (Red Hat) · 12 years ago
  43. 22cffc2 tracing: Enable snapshot when any latency tracer is enabled by Steven Rostedt (Red Hat) · 12 years ago
  44. 873c642 tracing: Clear all trace buffers when unloaded module event was used by Steven Rostedt (Red Hat) · 12 years ago
  45. 575380d tracing: Only clear trace buffer on module unload if event was traced by Steven Rostedt (Red Hat) · 12 years ago
  46. f1dc672 ring-buffer: Init waitqueue for blocked readers by Steven Rostedt (Red Hat) · 12 years ago
  47. 523c811 tracing: Fix some section mismatch warnings by Li Zefan · 12 years ago
  48. 315326c tracing: Fix trace events build without modules by Steven Rostedt (Red Hat) · 12 years ago
  49. 34ef61b tracing: Add __per_cpu annotation to trace array percpu data pointer by Steven Rostedt (Red Hat) · 12 years ago
  50. b8aae39 tracing/syscalls: Annotate field-defining functions with __init by Li Zefan · 12 years ago
  51. 7e4f44b tracing: Annotate event field-defining functions with __init by Li Zefan · 12 years ago
  52. f71130d tracing: Add a helper function for event print functions by Li Zefan · 12 years ago
  53. 1569345 tracing/ring-buffer: Move poll wake ups into ring buffer code by Steven Rostedt (Red Hat) · 12 years ago
  54. b627344 tracing: Fix read blocking on trace_pipe_raw by Steven Rostedt · 12 years ago
  55. cc60cdc tracing: Fix polling on trace_pipe_raw by Steven Rostedt · 12 years ago
  56. 189e578 tracing: Do not block on splice if either file or splice NONBLOCK flag is set by Steven Rostedt (Red Hat) · 12 years ago
  57. 92edca0 tracing: Use direct field, type and system names by Steven Rostedt · 12 years ago
  58. d1a2914 tracing: Use kmem_cache_alloc instead of kmalloc in trace_events.c by Steven Rostedt · 12 years ago
  59. 7724822 tracing: Get trace_events kernel command line working again by Steven Rostedt · 12 years ago
  60. 0c8916c tracing: Add rmdir to remove multibuffer instances by Steven Rostedt · 12 years ago
  61. 277ba04 tracing: Add interface to allow multiple trace buffers by Steven Rostedt · 12 years ago
  62. 12ab74e tracing: Make syscall events suitable for multiple buffers by Steven Rostedt · 12 years ago
  63. a7603ff tracing: Replace the static global per_cpu arrays with allocated per_cpu by Steven Rostedt · 12 years ago
  64. ccb469a tracing: Pass the ftrace_file to the buffer lock reserve code by Steven Rostedt · 12 years ago
  65. 2b6080f tracing: Encapsulate global_trace and remove dependencies on global vars by Steven Rostedt · 13 years ago
  66. ae3b509 tracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPU by Steven Rostedt · 12 years ago
  67. ae63b31e tracing: Separate out trace events from global variables by Steven Rostedt · 13 years ago
  68. 613f04a tracing: Prevent buffer overwrite disabled for latency tracers by Steven Rostedt (Red Hat) · 12 years ago
  69. 8090282 tracing: Keep overwrite in sync between regular and snapshot buffers by Steven Rostedt (Red Hat) · 12 years ago
  70. 69d34da tracing: Protect tracer flags with trace_types_lock by Steven Rostedt (Red Hat) · 12 years ago
  71. 740466b tracing: Fix free of probe entry by calling call_rcu_sched() by Steven Rostedt (Red Hat) · 12 years ago
  72. 2721e72 tracing: Fix race in snapshot swapping by Steven Rostedt (Red Hat) · 12 years ago
  73. c9960e4 tracing: Do not return EINVAL in snapshot when not allocated by Steven Rostedt (Red Hat) · 12 years ago
  74. d8741e2 tracing: Add help of snapshot feature when snapshot is empty by Steven Rostedt (Red Hat) · 12 years ago
  75. db05021 ftrace: Update the kconfig for DYNAMIC_FTRACE by Steven Rostedt · 12 years ago
  76. ff1fb5f Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent by Ingo Molnar · 12 years ago
  77. d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  78. 8f55cea Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  79. 8c189ea ftrace: Call ftrace cleanup module notifier after all other notifiers by Steven Rostedt (Red Hat) · 12 years ago
  80. f431b63 tracing/syscalls: Allow archs to ignore tracing compat syscalls by Steven Rostedt · 12 years ago
  81. b2fe8ba uprobes/perf: Avoid uprobe_apply() whenever possible by Oleg Nesterov · 12 years ago
  82. f42d24a uprobes/perf: Teach trace_uprobe/perf code to use UPROBE_HANDLER_REMOVE by Oleg Nesterov · 12 years ago
  83. 31ba334 uprobes/perf: Teach trace_uprobe/perf code to pre-filter by Oleg Nesterov · 12 years ago
  84. 736288b uprobes/perf: Teach trace_uprobe/perf code to track the active perf_event's by Oleg Nesterov · 12 years ago
  85. 1b47aef uprobes/perf: Always increment trace_uprobe->nhit by Oleg Nesterov · 12 years ago
  86. a932b73 uprobes/tracing: Kill uprobe_trace_consumer, embed uprobe_consumer into trace_uprobe by Oleg Nesterov · 12 years ago
  87. b64b007 uprobes/tracing: Introduce is_trace_uprobe_enabled() by Oleg Nesterov · 12 years ago
  88. 7e4e28c uprobes/tracing: Ensure inode != NULL in create_trace_uprobe() by Oleg Nesterov · 12 years ago
  89. 4161824 uprobes/tracing: Fully initialize uprobe_trace_consumer before uprobe_register() by Oleg Nesterov · 12 years ago
  90. 84d7ed7 uprobes/tracing: Fix dentry/mount leak in create_trace_uprobe() by Oleg Nesterov · 12 years ago
  91. 74e59df uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain() by Oleg Nesterov · 12 years ago
  92. fe20d71 uprobes: Kill uprobe_consumer->filter() by Oleg Nesterov · 12 years ago
  93. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 12 years ago
  94. 9228b5f 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
  95. d840f71 tracing: Init current_trace to nop_trace and remove NULL checks by Steven Rostedt (Red Hat) · 12 years ago
  96. debdd57 tracing: Make a snapshot feature available from userspace by Hiraku Toyooka · 12 years ago
  97. 2fd196e tracing: Replace static old_tracer check of tracer name by Hiraku Toyooka · 12 years ago
  98. 5e67b51 tracing: Use sched_clock_cpu for trace_clock_global by Namhyung Kim · 12 years ago
  99. ad96470 ring-buffer: Add stats field for amount read from trace ring buffer by Steven Rostedt (Red Hat) · 12 years ago
  100. 03274a3 tracing/fgraph: Adjust fgraph depth before calling trace return callback by Steven Rostedt (Red Hat) · 12 years ago