1. 25d7d0e Merge 4.9.171 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  2. 25f467d kprobes: Mark ftrace mcount handler functions nokprobe by Masami Hiramatsu · 5 years ago
  3. a2f9236 Merge 4.9.147 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  4. 326c9e1 tracing: Fix memory leak of instance function hash filters by Steven Rostedt (VMware) · 6 years ago
  5. c2f9bce ANDROID: ftrace: fix function type mismatches by Sami Tolvanen · 6 years ago
  6. 7bd125e FROMLIST: BACKPORT: kbuild: fix dynamic ftrace with clang LTO by Sami Tolvanen · 7 years ago
  7. 2de1085 ftrace: Remove incorrect setting of glob search field by Steven Rostedt (VMware) · 6 years ago
  8. a3ec104 ftrace: Fix kmemleak in unregister_ftrace_graph by Shu Wang · 7 years ago
  9. 100553e ftrace: Fix memleak when unregistering dynamic ops when tracing disabled by Steven Rostedt (VMware) · 7 years ago
  10. 741397d ftrace: Check for null ret_stack on profile function graph entry function by Steven Rostedt (VMware) · 7 years ago
  11. 198bd49 ftrace: Fix uninitialized variable in match_records() by Dan Carpenter · 7 years ago
  12. 7da0f8e ftrace: Fix function pid filter on instances by Namhyung Kim · 7 years ago
  13. 666452f ftrace: Fix removing of second function probe by Steven Rostedt (VMware) · 7 years ago
  14. 546fece ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip records by Steven Rostedt (Red Hat) · 8 years ago
  15. 977c1f9 ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace records by Alexei Starovoitov · 8 years ago
  16. 8861dd3 ftrace: Access ret_stack->subtime only in the function profiler by Namhyung Kim · 8 years ago
  17. 501c237 ftrace: Move toplevel init out of ftrace_init_tracefs() by Steven Rostedt (Red Hat) · 8 years ago
  18. 345ddcc ftrace: Have set_ftrace_pid use the bitmap like events do by Steven Rostedt (Red Hat) · 8 years ago
  19. 7639dad Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  20. 6112a30 ftrace: Don't disable irqs when taking the tasklist_lock read_lock by Soumya PN · 8 years ago
  21. 7132e2d ftrace: Match dot symbols when searching functions on ppc64 by Thiago Jung Bauermann · 8 years ago
  22. 8404410 Merge branch 'topic/livepatch' into next by Michael Ellerman · 8 years ago
  23. 04cf31a ftrace: Make ftrace_location_range() global by Michael Ellerman · 8 years ago
  24. e46b4e2 Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  25. a395d6a kernel/...: convert pr_warning to pr_warn by Joe Perches · 8 years ago
  26. 6363c6b ftrace: Use kasprintf() in ftrace_profile_tracefs() by Geliang Tang · 8 years ago
  27. 7f50d06 ftrace: Update dynamic ftrace calls only if necessary by Jiri Olsa · 8 years ago
  28. 84b6d3e ftrace: Make ftrace_hash_rec_enable return update bool by Jiri Olsa · 8 years ago
  29. 7dcd182 ftrace/module: remove ftrace module notifier by Jessica Yu · 8 years ago
  30. 5156dca ftrace: Fix the race between ftrace and insmod by Qiu Peiyang · 8 years ago
  31. b7ffffb ftrace: Add infrastructure for delayed enabling of module functions by Steven Rostedt (Red Hat) · 8 years ago
  32. 97e9b4f ftrace: Clean up ftrace_module_init() code by Steven Rostedt (Red Hat) · 8 years ago
  33. b6b71f6 ftrace: Join functions ftrace_module_init() and ftrace_init_module() by Abel Vesa · 9 years ago
  34. c68c0fa ftrace: Have ftrace_ops_get_func() handle RCU and PER_CPU flags too by Steven Rostedt (Red Hat) · 9 years ago
  35. ba27f2b ftrace: Remove use of control list and ops by Steven Rostedt (Red Hat) · 9 years ago
  36. 030f4e1 ftrace: Fix output of enabled_functions for showing tramp by Steven Rostedt (Red Hat) · 9 years ago
  37. b8ec330 ftrace: Fix a typo in comment by Li Bin · 9 years ago
  38. 39daa7b ftrace: Show all tramps registered to a record on ftrace_bug() by Steven Rostedt (Red Hat) · 9 years ago
  39. b05086c ftrace: Add variable ftrace_expected for archs to show expected code by Steven Rostedt (Red Hat) · 9 years ago
  40. 02a392a ftrace: Add new type to distinguish what kind of ftrace_bug() by Steven Rostedt (Red Hat) · 9 years ago
  41. 22402cd Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  42. 0b507e1 ftrace: add module globbing by Dmitry Safonov · 9 years ago
  43. 3ba0092 ftrace: Introduce ftrace_glob structure by Dmitry Safonov · 9 years ago
  44. f0a3b15 ftrace: Clarify code for mod command by Dmitry Safonov · 9 years ago
  45. 5e3949f ftrace: Remove redundant strsep in mod_callback by Dmitry Safonov · 9 years ago
  46. c73464b sched/core: Fix trace_sched_switch() by Peter Zijlstra · 9 years ago
  47. 6db0290 ftrace: Remove redundant swap function by Rasmus Villemoes · 9 years ago
  48. 5557720 tracing: Move sleep-time and graph-time options out of the core trace_flags by Steven Rostedt (Red Hat) · 9 years ago
  49. 59a47ff Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  50. e3eea14 ftrace: Fix breakage of set_ftrace_pid by Steven Rostedt (Red Hat) · 9 years ago
  51. 8e436ca ftrace: add tracing_thresh to function profile by Umesh Tiwari · 9 years ago
  52. eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  53. 3f3c73de Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  54. 00ccbf2 ftrace/x86: Let dynamic trampolines call ops->func even for dynamic fops by Steven Rostedt (Red Hat) · 9 years ago
  55. 524a386 ftrace: Fix ftrace enable ordering of sysctl ftrace_enabled by Steven Rostedt (Red Hat) · 9 years ago
  56. 1619dc3 ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctl by Pratyush Anand · 9 years ago
  57. b24d443 ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctl by Steven Rostedt (Red Hat) · 9 years ago
  58. 41cbc01 Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  59. 8434dc9 tracing: Convert the tracing facility over to use tracefs by Steven Rostedt (Red Hat) · 9 years ago
  60. dfbc153 Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into trace/ftrace/tracefs by Steven Rostedt (Red Hat) · 9 years ago
  61. 14a5ae4 tracing: Use IS_ERR() check for return value of tracing_init_dentry() by Steven Rostedt (Red Hat) · 9 years ago
  62. 7485058e ftrace: Check both notrace and filter for old hash by Steven Rostedt (Red Hat) · 9 years ago
  63. 8f86f83 ftrace: Fix updating of filters for shared global_ops filters by Steven Rostedt (Red Hat) · 9 years ago
  64. f8b8be8 ftrace, kprobes: Support IPMODIFY flag to find IP modify conflict by Masami Hiramatsu · 10 years ago
  65. 0af2649 tracing/trivial: Fix typos and make an int into a bool by Steven Rostedt (Red Hat) · 10 years ago
  66. aec0be2 ftrace/x86/extable: Add is_ftrace_trampoline() function by Steven Rostedt (Red Hat) · 10 years ago
  67. fa6f0cc tracing: Replace seq_printf by simpler equivalents by Rasmus Villemoes · 10 years ago
  68. fe578ba ftrace: Have the control_ops get a trampoline by Steven Rostedt (Red Hat) · 10 years ago
  69. 4fd3279 ftrace: Add more information to ftrace_bug() output by Steven Rostedt (Red Hat) · 10 years ago
  70. 12cce59 ftrace/x86: Allow !CONFIG_PREEMPT dynamic ops to use allocated trampolines by Steven Rostedt (Red Hat) · 10 years ago
  71. 15d5b02 ftrace/x86: Show trampoline call function in enabled_functions by Steven Rostedt (Red Hat) · 10 years ago
  72. f3bea49 ftrace/x86: Add dynamic allocated trampoline for ftrace_ops by Steven Rostedt (Red Hat) · 10 years ago
  73. 4fc4090 ftrace: Fix checking of trampoline ftrace_ops in finding trampoline by Steven Rostedt (Red Hat) · 10 years ago
  74. 8252ecf ftrace: Set ops->old_hash on modifying what an ops hooks to by Steven Rostedt (Red Hat) · 10 years ago
  75. 84bde62 ftrace: Add sanity check when unregistering last ftrace_ops by Steven Rostedt (Red Hat) · 10 years ago
  76. fef5aee ftrace: Replace tramp_hash with old_*_hash to save space by Steven Rostedt (Red Hat) · 10 years ago
  77. e1effa0 ftrace: Annotate the ops operation on update by Steven Rostedt (Red Hat) · 10 years ago
  78. 5fecaa0 ftrace: Grab any ops for a rec for enabled_functions output by Steven Rostedt (Red Hat) · 10 years ago
  79. 3296fc4 ftrace: Remove freeing of old_hash from ftrace_hash_move() by Steven Rostedt (Red Hat) · 10 years ago
  80. f7aad4e ftrace: Set callback to ftrace_stub when no ops are registered by Steven Rostedt (Red Hat) · 10 years ago
  81. 8735405 ftrace: Add helper function ftrace_ops_get_func() by Steven Rostedt (Red Hat) · 10 years ago
  82. f1ff634 ftrace: Add separate function for non recursive callbacks by Steven Rostedt (Red Hat) · 10 years ago
  83. 39b5552 ftrace: Use current addr when converting to nop in __ftrace_replace_code() by Steven Rostedt (Red Hat) · 10 years ago
  84. 5f151b2 ftrace: Fix function_profiler and function tracer together by Steven Rostedt (Red Hat) · 10 years ago
  85. bce0b6c ftrace: Fix up trampoline accounting with looping on hash ops by Steven Rostedt (Red Hat) · 10 years ago
  86. 8426191 ftrace: Update all ftrace_ops for a ftrace_hash_ops update by Steven Rostedt (Red Hat) · 10 years ago
  87. 33b7f99 ftrace: Allow ftrace_ops to use the hashes from other ops by Steven Rostedt (Red Hat) · 10 years ago
  88. b8c0aa4 Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  89. dc6f03f ftrace: Add warning if tramp hash does not match nr_trampolines by Steven Rostedt (Red Hat) · 10 years ago
  90. 2a0343b ftrace: Fix trampoline hash update check on rec->flags by Steven Rostedt (Red Hat) · 10 years ago
  91. 0162d62 ftrace: Rename ftrace_ops field from trampolines to nr_trampolines by Steven Rostedt (Red Hat) · 10 years ago
  92. b972cc5 ftrace: Do not copy old hash when resetting by Wang Nan · 10 years ago
  93. 3a63638 tracing: Remove function_trace_stop and HAVE_FUNCTION_TRACE_MCOUNT_TEST by Steven Rostedt (Red Hat) · 10 years ago
  94. 1d48d59 ftrace: Remove function_trace_stop check from list func by Steven Rostedt (Red Hat) · 10 years ago
  95. 1820122 ftrace: Do no disable function tracing on enabling function tracing by Steven Rostedt (Red Hat) · 10 years ago
  96. 1b2f121 ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop() by Steven Rostedt (Red Hat) · 10 years ago
  97. 646d704 ftrace: Allow archs to specify if they need a separate function graph trampoline by Steven Rostedt (Red Hat) · 10 years ago
  98. 5f8bf2d2 tracing: Fix graph tracer with stack tracer on other archs by Steven Rostedt (Red Hat) · 10 years ago
  99. 8c006cf tracing: Improve message of empty set_ftrace_notrace file by Namhyung Kim · 10 years ago
  100. 280d142 tracing: Improve message of empty set_graph_notrace file by Namhyung Kim · 10 years ago