1. 9efb85c ftrace: Fix warning using plain integer as NULL & spelling corrections by Hariprasad Kelam · 6 years ago
  2. f79b3f3 ftrace: Allow enabling of filters via index of available_filter_functions by Steven Rostedt (VMware) · 6 years ago
  3. 495d714 Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  4. 792bf4d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  5. 2840f84 tracing: Fix memory leak of instance function hash filters by Steven Rostedt (VMware) · 6 years ago
  6. a0572f6 ftrace: Allow ftrace_replace_code() to be schedulable by Steven Rostedt (VMware) · 6 years ago
  7. b0e21a6 function_graph: Have profiler use new helper ftrace_graph_get_ret_stack() by Steven Rostedt (VMware) · 6 years ago
  8. 688f708 fgraph: Add new fgraph_ops structure to enable function graph hooks by Steven Rostedt (VMware) · 6 years ago
  9. e73e679 fgraph: Move function graph specific code into fgraph.c by Steven Rostedt (VMware) · 6 years ago
  10. 3306fc4a ftrace: Create new ftrace_internal.h header by Steven Rostedt (VMware) · 6 years ago
  11. 4bbfd74 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  12. b1b35f2 function_graph: Have profiler use curr_ret_stack and not depth by Steven Rostedt (VMware) · 6 years ago
  13. 39eb456 function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stack by Steven Rostedt (VMware) · 6 years ago
  14. 7440172 tracing: Replace synchronize_sched() and call_rcu_sched() by Paul E. McKenney · 6 years ago
  15. bcea3f9 tracing: Add SPDX License format tags to tracing files by Steven Rostedt (VMware) · 6 years ago
  16. 2f4df00 tracing: Add -mcount-nop option support by Vasily Gorbik · 6 years ago
  17. b207de3 ftrace: Remove unused pointer ftrace_swapper_pid by Colin Ian King · 6 years ago
  18. 44ec3ec ftrace: Use true and false for boolean values in ops_references_rec() by Gustavo A. R. Silva · 6 years ago
  19. 72809cb tracing: Remove orphaned function ftrace_nr_registered_ops() by Masami Hiramatsu · 6 years ago
  20. 7b144b6 tracing: Remove orphaned function using_ftrace_ops_list_func(). by Masami Hiramatsu · 6 years ago
  21. 5ccba64 ftrace: Nuke clear_ftrace_function by Yisheng Xie · 7 years ago
  22. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  23. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  24. 1ce0500 ftrace: Have set_graph_* files have normal file modes by Chen LinX · 10 years ago
  25. 419e9fe ftrace: Drop a VLA in module_exists() by Salvatore Mesoraca · 7 years ago
  26. 7b65865 ftrace: Remove incorrect setting of glob search field by Steven Rostedt (VMware) · 7 years ago
  27. f4d0706 tracing: Make sure the parsed string always terminates with '\0' by Changbin Du · 7 years ago
  28. 6be7fa3 ftrace, orc, x86: Handle ftrace dynamically allocated trampolines by Steven Rostedt (VMware) · 7 years ago
  29. 2dcd9c7 Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  30. b3a8880 ftrace: Kill FTRACE_OPS_FL_PER_CPU by Peter Zijlstra · 7 years ago
  31. 8715b10 ftrace: Clear hashes of stale ips of init memory by Joel Fernandes · 7 years ago
  32. 6171a03 ftrace/kallsyms: Have /proc/kallsyms show saved mod init functions by Steven Rostedt (VMware) · 7 years ago
  33. 6aa6978 ftrace: Add freeing algorithm to free ftrace_mod_maps by Steven Rostedt (VMware) · 7 years ago
  34. aba4b5c ftrace: Save module init functions kallsyms symbols for tracing by Steven Rostedt (VMware) · 7 years ago
  35. 3e23428 ftrace: Allow module init functions to be traced by Steven Rostedt (VMware) · 8 years ago
  36. 6cafbe1 ftrace: Add a ftrace_free_mem() function for modules to use by Steven Rostedt (VMware) · 8 years ago
  37. 2b0b849 ftrace: Fix kmemleak in unregister_ftrace_graph by Shu Wang · 7 years ago
  38. edb096e ftrace: Fix memleak when unregistering dynamic ops when tracing disabled by Steven Rostedt (VMware) · 7 years ago
  39. 2a5bfe4 ftrace: Zero out ftrace hashes when a module is removed by Steven Rostedt (VMware) · 7 years ago
  40. a8f0f9e ftrace: Check for null ret_stack on profile function graph entry function by Steven Rostedt (VMware) · 7 years ago
  41. f86f418 trace: fix the errors caused by incompatible type of RCU variables by Chunyan Zhang · 8 years ago
  42. 2e028c4 ftrace: Fix uninitialized variable in match_records() by Dan Carpenter · 8 years ago
  43. 44925df ftrace: Remove an unneeded NULL check by Dan Carpenter · 8 years ago
  44. 69449bbd ftrace: Hide cached module code for !CONFIG_MODULES by Arnd Bergmann · 8 years ago
  45. 69d7187 ftrace: Test for NULL iter->tr in regex for stack_trace_filter changes by Steven Rostedt (VMware) · 8 years ago
  46. 4dce17b Merge commit '0f17976568b3f72e676450af0c0db6f8752253d6' into trace/ftrace/core by Steven Rostedt (VMware) · 8 years ago
  47. 0f17976 ftrace: Fix regression with module command in stack_trace_filter by Steven Rostedt (VMware) · 8 years ago
  48. 4ec7846 ftrace: Decrement count for dyn_ftrace_total_info for init functions by Steven Rostedt (VMware) · 8 years ago
  49. 3b58a3c ftrace: Unlock hash mutex on failed allocation in process_mod_list() by Steven Rostedt (VMware) · 8 years ago
  50. 83dd149 ftrace: Decrement count for dyn_ftrace_total_info file by Steven Rostedt (VMware) · 8 years ago
  51. 8c08f0d ftrace: Have cached module filters be an active filter by Steven Rostedt (VMware) · 8 years ago
  52. d7fbf8d ftrace: Implement cached modules tracing on module load by Steven Rostedt (VMware) · 8 years ago
  53. 5985ea8 ftrace: Have the cached module list show in set_ftrace_filter by Steven Rostedt (VMware) · 8 years ago
  54. 673feb9 ftrace: Add :mod: caching infrastructure to trace_array by Steven Rostedt (VMware) · 8 years ago
  55. f9797c2 ftrace: Fix memory leak in ftrace_graph_release() by Luis Henriques · 8 years ago
  56. a0e6369 ftrace/instances: Clear function triggers when removing instances by Naveen N. Rao · 8 years ago
  57. cbab567 ftrace: Simplify glob handling in unregister_ftrace_function_probe_func() by Naveen N. Rao · 8 years ago
  58. 77c0edd ftrace: Simplify ftrace_match_record() even more by Steven Rostedt (VMware) · 8 years ago
  59. 31805c9 ftrace: Remove an unneeded condition by Dan Carpenter · 8 years ago
  60. 4c17468 Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  61. d2afd57a tracing/ftrace: Allow instances to have their own function probes by Steven Rostedt (VMware) · 8 years ago
  62. 6e44431 tracing/ftrace: Add a better way to pass data via the probe functions by Steven Rostedt (VMware) · 8 years ago
  63. 7b60f3d ftrace: Dynamically create the probe ftrace_ops for the trace_array by Steven Rostedt (VMware) · 8 years ago
  64. b5f081b tracing: Pass the trace_array into ftrace_probe_ops functions by Steven Rostedt (VMware) · 8 years ago
  65. 04ec7bb tracing: Have the trace_array hold the list of registered func probes by Steven Rostedt (VMware) · 8 years ago
  66. 8d70725 ftrace: If the hash for a probe fails to update then free what was initialized by Steven Rostedt (VMware) · 8 years ago
  67. eee8ded ftrace: Have the function probes call their own function by Steven Rostedt (VMware) · 8 years ago
  68. 1ec3a81 ftrace: Have each function probe use its own ftrace_ops by Steven Rostedt (VMware) · 8 years ago
  69. d3d532d ftrace: Have unregister_ftrace_function_probe_func() return a value by Steven Rostedt (VMware) · 8 years ago
  70. e16b35d ftrace: Add helper function ftrace_hash_move_and_update_ops() by Steven Rostedt (VMware) · 8 years ago
  71. 1a48df0 ftrace: Remove data field from ftrace_func_probe structure by Steven Rostedt (VMware) · 8 years ago
  72. 02b77e2 ftrace: Remove printing of data in showing of a function probe by Steven Rostedt (VMware) · 8 years ago
  73. 78f78e0 ftrace: Remove unused unregister_ftrace_function_probe_all() function by Steven Rostedt (VMware) · 8 years ago
  74. 0fe7e7e ftrace: Remove unused unregister_ftrace_function_probe() function by Steven Rostedt (VMware) · 8 years ago
  75. 41794f1 ftrace: Added ftrace_func_mapper for function probe triggers by Steven Rostedt (VMware) · 8 years ago
  76. bca6c8d ftrace: Pass probe ops to probe function by Steven Rostedt (VMware) · 8 years ago
  77. e51a989 ftrace: Remove unused "flags" field from struct ftrace_func_probe by Steven Rostedt (VMware) · 8 years ago
  78. 1e10486 ftrace: Add 'function-fork' trace option by Namhyung Kim · 8 years ago
  79. d879d0b ftrace: Fix function pid filter on instances by Namhyung Kim · 8 years ago
  80. fcdc712 ftrace: Fix indexing of t_hash_start() from t_next() by Steven Rostedt (VMware) · 8 years ago
  81. acceb72 ftrace: Fix removing of second function probe by Steven Rostedt (VMware) · 8 years ago
  82. 82cc4fc ftrace: Fix removing of second function probe by Steven Rostedt (VMware) · 8 years ago
  83. 0598e4f ftrace: Add use of synchronize_rcu_tasks() with dynamic trampolines by Steven Rostedt (VMware) · 8 years ago
  84. b80f0f6 ftrace: Have init/main.c call ftrace directly to free init memory by Steven Rostedt (VMware) · 8 years ago
  85. 5bd8462 ftrace: Create separate t_func_next() to simplify the function / hash logic by Steven Rostedt (VMware) · 8 years ago
  86. 43ff926 ftrace: Update func_pos in t_start() when all functions are enabled by Steven Rostedt (VMware) · 8 years ago
  87. 2d71d98 ftrace: Return NULL at end of t_start() instead of calling t_hash_start() by Steven Rostedt (VMware) · 8 years ago
  88. c20489d ftrace: Assign iter->hash to filter or notrace hashes on seq read by Steven Rostedt (VMware) · 8 years ago
  89. c1bc591 ftrace: Clean up __seq_open_private() return check by Steven Rostedt (VMware) · 8 years ago
  90. 42c269c ftrace: Allow for function tracing to record init functions on boot up by Steven Rostedt (VMware) · 8 years ago
  91. f26db96 Merge tag 'trace-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  92. 65a50c6 ftrace/graph: Add ftrace_graph_max_depth kernel parameter by Todd Brandt · 8 years ago
  93. 92ad18e ftrace/graph: Do not modify the EMPTY_HASH for the function_graph filter by Steven Rostedt (VMware) · 8 years ago
  94. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  95. 3a150df tracing: Fix code comment for ftrace_ops_get_func() by Chunyu Hu · 8 years ago
  96. e704eff ftrace: Have set_graph_function handle multiple functions in one write by Steven Rostedt (VMware) · 8 years ago
  97. 649b988 ftrace: Do not hold references of ftrace_graph_{notrace_}hash out of graph_lock by Steven Rostedt (VMware) · 8 years ago
  98. ae98d27 ftrace: Have set_graph_functions handle write with RDWR by Steven Rostedt (VMware) · 8 years ago
  99. d4ad9a1 ftrace: Reset fgd->hash in ftrace_graph_write() by Steven Rostedt (VMware) · 8 years ago
  100. 555fc78 ftrace: Replace (void *)1 with a meaningful macro name FTRACE_GRAPH_EMPTY by Steven Rostedt (VMware) · 8 years ago