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. 0184d50 tracing: Fix bad parameter passed in branch selftest by Steven Rostedt (Red Hat) · 13 years ago
  4. 1bb539c ftrace: Use the rcu _notrace variants for rcu_dereference_raw() and friends by Steven Rostedt · 13 years ago
  5. 6721cb6 ring-buffer: Do not poll non allocated cpu buffers by Steven Rostedt (Red Hat) · 13 years ago
  6. ca16431 tracing: Fix crash when ftrace=nop on the kernel command line by Steven Rostedt (Red Hat) · 13 years ago
  7. 6ed0106 tracing: Return -EBUSY when event_enable_func() fails to get module by Masami Hiramatsu · 13 years ago
  8. b62fdd9 tracing/kprobes: Make print_*probe_event static by Masami Hiramatsu · 13 years ago
  9. 3d1fc7b tracing/kprobes: Fix a sparse warning for incorrect type in assignment by Masami Hiramatsu · 13 years ago
  10. c02c7e6 tracing/kprobes: Use rcu_dereference_raw for tp->files by Masami Hiramatsu · 13 years ago
  11. 60705c8 tracing: Fix leaks of filter preds by Steven Rostedt (Red Hat) · 13 years ago
  12. 26b840a Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 13 years ago
  13. b882008 tracing/kprobes: Support soft-mode disabling by Masami Hiramatsu · 13 years ago
  14. 41a7dd4 tracing/kprobes: Support ftrace_event_file base multibuffer by Masami Hiramatsu · 13 years ago
  15. 2b106aa tracing/kprobes: Pass trace_probe directly from dispatcher by Masami Hiramatsu · 13 years ago
  16. 48182bd tracing/kprobes: Increment probe hit-count even if it is used by perf by Masami Hiramatsu · 13 years ago
  17. db02038 tracing/kprobes: Use bool for retprobe checker by Masami Hiramatsu · 13 years ago
  18. 19dd603 ftrace: Fix function probe when more than one probe is added by Steven Rostedt (Red Hat) · 13 years ago
  19. 23ea9c4 ftrace: Fix the output of enabled_functions debug file by Steven Rostedt (Red Hat) · 13 years ago
  20. 5ae0bf5 ftrace: Fix locking in register_ftrace_function_probe() by Steven Rostedt (Red Hat) · 13 years ago
  21. da511bf tracing: Add helper function trace_create_new_event() to remove duplicate code by Steven Rostedt (Red Hat) · 13 years ago
  22. 1cf4c07 tracing: Modify soft-mode only if there's no other referrer by Masami Hiramatsu · 13 years ago
  23. 3005217 tracing: Indicate enabled soft-mode in enable file by Masami Hiramatsu · 13 years ago
  24. cce2c8f tracing/kprobes: Fix to increment return event probe hit-count by Masami Hiramatsu · 13 years ago
  25. 3f2367b ftrace: Cleanup regex_lock and ftrace_lock around hash updating by Masami Hiramatsu · 13 years ago
  26. f04f24fb ftrace, kprobes: Fix a deadlock on ftrace_regex_lock by Masami Hiramatsu · 13 years ago
  27. 7c088b5 ftrace: Have ftrace_regex_write() return either read or error by Steven Rostedt (Red Hat) · 13 years ago
  28. ff305de tracing: Return error if register_ftrace_function_probe() fails for event_enable_func() by Steven Rostedt (Red Hat) · 13 years ago
  29. a5b85bd tracing: Don't succeed if event_enable_func did not register anything by Masami Hiramatsu · 13 years ago
  30. ebb3727 Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  31. 2228768 ring-buffer: Select IRQ_WORK by Steven Rostedt (Red Hat) · 13 years ago
  32. e097291 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  33. 6c24499 tracing: Fix small merge bug by Steven Rostedt · 13 years ago
  34. 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
  35. 73e21ce Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  36. 0a82a8d Revert "block: add missing block_bio_complete() tracepoint" by Linus Torvalds · 13 years ago
  37. 515619f uprobes/perf: Avoid perf_trace_buf_prepare/submit if ->perf_events is empty by Oleg Nesterov · 13 years ago
  38. 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
  39. 32520b2 uprobes/tracing: Don't pass addr=ip to perf_trace_buf_submit() by Oleg Nesterov · 13 years ago
  40. 4ee5a52 uprobes/tracing: Change create_trace_uprobe() to support uretprobes by Oleg Nesterov · 13 years ago
  41. 3ede82d uprobes/tracing: Make seq_printf() code uretprobe-friendly by Oleg Nesterov · 13 years ago
  42. 4d1298e uprobes/tracing: Make register_uprobe_event() paths uretprobe-friendly by Oleg Nesterov · 13 years ago
  43. 393a736 uprobes/tracing: Make uprobe_{trace,perf}_print() uretprobe-friendly by Oleg Nesterov · 13 years ago
  44. c1ae5c7 uprobes/tracing: Introduce is_ret_probe() and uretprobe_dispatcher() by Oleg Nesterov · 13 years ago
  45. a51cc60 uprobes/tracing: Introduce uprobe_{trace,perf}_print() helpers by Oleg Nesterov · 13 years ago
  46. 457d177 uprobes/tracing: Generalize struct uprobe_trace_entry_head by Oleg Nesterov · 13 years ago
  47. 0e3853d uprobes/tracing: Kill the pointless local_save_flags/preempt_count calls by Oleg Nesterov · 13 years ago
  48. 456fdbc uprobes/tracing: Kill the pointless seq_print_ip_sym() call by Oleg Nesterov · 13 years ago
  49. 07720b6 uprobes/tracing: Kill the pointless task_pt_regs() calls by Oleg Nesterov · 13 years ago
  50. 20079eb ftrace: Get rid of ftrace_profile_bits by Namhyung Kim · 13 years ago
  51. ed6f1c9 tracing: Check return value of tracing_init_dentry() by Namhyung Kim · 13 years ago
  52. f194397 tracing: Get rid of unneeded key calculation in ftrace_hash_move() by Namhyung Kim · 13 years ago
  53. 9f50afc tracing: Reset ftrace_graph_filter_enabled if count is zero by Namhyung Kim · 13 years ago
  54. 7f49ef6 ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section by Steven Rostedt (Red Hat) · 13 years ago
  55. 6a76f8c tracing: Fix possible NULL pointer dereferences by Namhyung Kim · 13 years ago
  56. 39e30cd tracing: Fix off-by-one on allocating stat->pages by Namhyung Kim · 13 years ago
  57. 83e03b3 tracing: Fix double free when function profile init failed by Namhyung Kim · 13 years ago
  58. 9607a86 kernel: tracing: Use strlcpy instead of strncpy by Chen Gang · 13 years ago
  59. 395b97a ftrace: Do not call stub functions in control loop by Steven Rostedt (Red Hat) · 13 years ago
  60. 5000c41 ftrace: Consistently restore trace function on sysctl enabling by Jan Kiszka · 13 years ago
  61. 2930e04 tracing: Fix race with update_max_tr_single and changing tracers by Steven Rostedt (Red Hat) · 13 years ago
  62. 75761cc ftrace: Fix strncpy() use, use strlcpy() instead of strncpy() by Chen Gang · 13 years ago
  63. 67012ab perf: Fix strncpy() use, use strlcpy() instead of strncpy() by Chen Gang · 13 years ago
  64. 9ca8f8e Export blk_fill_rwbs() by Kent Overstreet · 14 years ago
  65. 22f4564 tracing: Update debugfs README file by Steven Rostedt (Red Hat) · 13 years ago
  66. 1f1b396 Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent by Ingo Molnar · 13 years ago
  67. 7fe70b5 tracing: Fix ftrace_dump() by Steven Rostedt (Red Hat) · 13 years ago
  68. 52f6ad6 tracing: Rename trace_event_mutex to trace_event_sem by zhangwei(Jovi) · 13 years ago
  69. 36a78e9 tracing: Fix comment about prefix in arch_syscall_match_sym_name() by zhangwei(Jovi) · 13 years ago
  70. ad7067c tracing: Convert trace_destroy_fields() to static by zhangwei(Jovi) · 13 years ago
  71. b3a8c6f tracing: Move find_event_field() into trace_events.c by zhangwei(Jovi) · 13 years ago
  72. bd6df18 tracing: Use TRACE_MAX_PRINT instead of constant by zhangwei(Jovi) · 13 years ago
  73. 687c878 tracing: Use pr_warn_once instead of open coded implementation by zhangwei(Jovi) · 13 years ago
  74. 6c43e55 ring-buffer: Add ring buffer startup selftest by Steven Rostedt (Red Hat) · 13 years ago
  75. 76f1191 tracing: Add "perf" trace_clock by Steven Rostedt (Red Hat) · 13 years ago
  76. 8aacf01 tracing: Add "uptime" trace clock that uses jiffies by Steven Rostedt (Red Hat) · 13 years ago
  77. 328df47 tracing: Add function-trace option to disable function tracing of latency tracers by Steven Rostedt (Red Hat) · 13 years ago
  78. 4df2971 tracing: Remove most or all of stack tracer stack size from stack_max_size by Steven Rostedt (Red Hat) · 13 years ago
  79. d4ecbfc tracing: Fix stack tracer with fentry use by Steven Rostedt (Red Hat) · 13 years ago
  80. 8788950 tracing: Use stack of calling function for stack tracer by Steven Rostedt (Red Hat) · 13 years ago
  81. dd42cd3 tracing: Add function probe to trigger stack traces by Steven Rostedt (Red Hat) · 13 years ago
  82. c142be8 tracing: Add skip argument to trace_dump_stack() by Steven Rostedt (Red Hat) · 13 years ago
  83. 3cd715d tracing: Add function probe triggers to enable/disable events by Steven Rostedt (Red Hat) · 13 years ago
  84. 417944c tracing: Add a way to soft disable trace events by Steven Rostedt (Red Hat) · 13 years ago
  85. 7818b38 ftrace: Use manual free after synchronize_sched() not call_rcu_sched() by Steven Rostedt (Red Hat) · 13 years ago
  86. e67efb9 ftrace: Clean up function probe methods by Steven Rostedt (Red Hat) · 13 years ago
  87. 77fd5c1 tracing: Add snapshot trigger to function probes by Steven Rostedt (Red Hat) · 13 years ago
  88. 3209cff tracing: Add alloc/free_snapshot() to replace duplicate code by Steven Rostedt (Red Hat) · 13 years ago
  89. e1df4cb ftrace: Fix function probe to only enable needed functions by Steven Rostedt (Red Hat) · 13 years ago
  90. 8380d24 ftrace: Separate unlimited probes from count limited probes by Steven Rostedt (Red Hat) · 13 years ago
  91. 8b8fa62 tracing: Consolidate ftrace_trace_onoff_unreg() into callback by Steven Rostedt (Red Hat) · 13 years ago
  92. 1c31714 tracing: Consolidate updating of count for traceon/off by Steven Rostedt (Red Hat) · 13 years ago
  93. 1b22e38 tracing: Let tracing_snapshot() be used by modules but not NMI by Steven Rostedt (Red Hat) · 13 years ago
  94. ca268da tracing: Add internal ftrace trace_puts() for ftrace to use by Steven Rostedt (Red Hat) · 13 years ago
  95. 09ae723 tracing: Add trace_puts() for even faster trace_printk() tracing by Steven Rostedt (Red Hat) · 13 years ago
  96. 153e8ed tracing: Fix the branch tracer that broke with buffer change by Steven Rostedt (Red Hat) · 13 years ago
  97. 55034cd tracing: Add alloc_snapshot kernel command line parameter by Steven Rostedt (Red Hat) · 13 years ago
  98. f4e781c tracing: Move the tracing selftest code into its own function by Steven Rostedt (Red Hat) · 13 years ago
  99. f5eb558 ring-buffer: Do not use schedule_work_on() for current CPU by Steven Rostedt (Red Hat) · 13 years ago
  100. ad909e2 tracing: Add internal tracing_snapshot() functions by Steven Rostedt (Red Hat) · 13 years ago