summaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)Author
2025-02-27ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov
2025-02-21ftrace: Do not add duplicate entries in subops manager opsSteven Rostedt
2025-02-21ftrace: Fix accounting of adding subops to a manager opsSteven Rostedt
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-23Merge tag 'trace-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2025-01-21Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2025-01-16ftrace: Implement :mod: cache filtering on kernel command lineSteven Rostedt
2025-01-16tracing: Cache ":mod:" events for modules not loaded yetSteven Rostedt
2025-01-02ftrace: Fix function profiler's filtering functionalityKohei Enju
2024-12-26fgraph: Pass ftrace_regs to retfuncMasami Hiramatsu (Google)
2024-12-26fgraph: Pass ftrace_regs to entryfuncMasami Hiramatsu (Google)
2024-12-23ftrace: Switch ftrace.c code over to use guard()Steven Rostedt
2024-12-23ftrace: Remove unneeded goto jumpsSteven Rostedt
2024-12-23ftrace: Do not disable interrupts in profilerSteven Rostedt
2024-11-22Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2024-11-20ftrace: Fix regression with module command in stack_trace_filterguoweikang
2024-10-30ftrace: Show timings of how long nop patching tookSteven Rostedt
2024-10-29ftrace: Use guard to take ftrace_lock in ftrace_graph_set_hash()Steven Rostedt
2024-10-29ftrace: Use guard to take the ftrace_lock in release_probe()Steven Rostedt
2024-10-29ftrace: Use guard to lock ftrace_lock in cache_mod()Steven Rostedt
2024-10-29ftrace: Use guard for match_records()Steven Rostedt
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt
2024-10-10fgraph: Simplify return address printing in function graph tracerMasami Hiramatsu (Google)
2024-10-05function_graph: Support recording and printing the function return addressDonglin Peng
2024-09-30ftrace: Have calltime be saved in the fgraph storageSteven Rostedt
2024-09-30ftrace: Use a running sleeptime instead of saving on shadow stackSteven Rostedt
2024-09-30fgraph: Use fgraph data to store subtime for profilerSteven Rostedt
2024-09-30tracing: Fix function timing profiler to initialize hashtableMasami Hiramatsu (Google)
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-18Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-07-03ftrace: unpoison ftrace_regs in ftrace_ops_list_func()Ilya Leoshkevich
2024-06-27kallsyms: rework symbol lookup return codesArnd Bergmann
2024-06-11ftrace: Add missing kerneldoc parameters to unregister_ftrace_direct()Marilene A Garcia
2024-06-06ftrace: Assign RCU list variable with rcu_assign_ptr()Steven Rostedt (Google)
2024-06-06ftrace: Assign ftrace_list_end to ftrace_ops_list type cast to RCUSteven Rostedt (Google)
2024-06-06ftrace: Add comments to ftrace_hash_move() and friendsSteven Rostedt (Google)
2024-06-06ftrace: Convert "inc" parameter to bool in ftrace_hash_rec_update_modify()Steven Rostedt (Google)
2024-06-06ftrace: Add comments to ftrace_hash_rec_disable/enable()Steven Rostedt (Google)
2024-06-06ftrace: Remove "filter_hash" parameter from __ftrace_hash_rec_update()Steven Rostedt (Google)
2024-06-06ftrace: Rename dup_hash() and comment itSteven Rostedt (Google)
2024-06-05ftrace: Add back ftrace_update_trampoline() to ftrace_update_pid_func()Steven Rostedt (Google)
2024-06-04function_graph: Add pid tracing back to function graph tracerSteven Rostedt (Google)
2024-06-04function_graph: Have the instances use their own ftrace_ops for filteringSteven Rostedt (VMware)
2024-06-04ftrace: Allow subops filtering to be modifiedSteven Rostedt (Google)
2024-06-04ftrace: Add subops logic to allow one ops to manage manySteven Rostedt (Google)
2024-06-04ftrace: Allow function_graph tracer to be enabled in instancesSteven Rostedt (VMware)
2024-06-04ftrace/function_graph: Pass fgraph_ops to function graph callbacksSteven Rostedt (VMware)
2024-06-04function_graph: Remove logic around ftrace_graph_entry and returnSteven Rostedt (VMware)
2024-05-17Merge tag 'trace-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds