summaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-24ftrace: Fix BPF fexit with livepatchSong Liu1-6/+14
2025-11-13ftrace: Fix softlockup in ftrace_module_enableVladimir Riabchun1-0/+2
2025-08-28ftrace: Also allocate and copy hash for reading of filter filesSteven Rostedt1-9/+10
2025-06-27ftrace: Fix UAF when lookup kallsym after ftrace disabledYe Bin1-3/+7
2025-04-25ftrace: fix incorrect hash size in register_ftrace_direct()Menglong Dong1-3/+4
2025-04-20ftrace: Properly merge notrace hashesAndy Chiu1-4/+4
2025-04-20ftrace: Add cond_resched() to ftrace_graph_set_hash()zhoumin1-0/+1
2025-03-07ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov1-15/+12
2025-02-27ftrace: Do not add duplicate entries in subops manager opsSteven Rostedt1-0/+3
2025-02-27ftrace: Fix accounting of adding subops to a manager opsSteven Rostedt1-11/+22
2025-01-09ftrace: Fix function profiler's filtering functionalityKohei Enju1-6/+2
2024-12-09ftrace: Fix regression with module command in stack_trace_filterguoweikang1-0/+3
2024-12-09tracing: Fix function timing profiler to initialize hashtableMasami Hiramatsu (Google)1-0/+4
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-07-18Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-86/+602
2024-07-03ftrace: unpoison ftrace_regs in ftrace_ops_list_func()Ilya Leoshkevich1-0/+1
2024-06-27kallsyms: rework symbol lookup return codesArnd Bergmann1-8/+5
2024-06-11ftrace: Add missing kerneldoc parameters to unregister_ftrace_direct()Marilene A Garcia1-0/+2
2024-06-06ftrace: Assign RCU list variable with rcu_assign_ptr()Steven Rostedt (Google)1-1/+1
2024-06-06ftrace: Assign ftrace_list_end to ftrace_ops_list type cast to RCUSteven Rostedt (Google)1-1/+1
2024-06-06ftrace: Add comments to ftrace_hash_move() and friendsSteven Rostedt (Google)1-1/+23
2024-06-06ftrace: Convert "inc" parameter to bool in ftrace_hash_rec_update_modify()Steven Rostedt (Google)1-3/+20
2024-06-06ftrace: Add comments to ftrace_hash_rec_disable/enable()Steven Rostedt (Google)1-2/+12
2024-06-06ftrace: Remove "filter_hash" parameter from __ftrace_hash_rec_update()Steven Rostedt (Google)1-64/+38
2024-06-06ftrace: Rename dup_hash() and comment itSteven Rostedt (Google)1-2/+6
2024-06-05ftrace: Add back ftrace_update_trampoline() to ftrace_update_pid_func()Steven Rostedt (Google)1-0/+1
2024-06-04function_graph: Add pid tracing back to function graph tracerSteven Rostedt (Google)1-2/+3
2024-06-04function_graph: Have the instances use their own ftrace_ops for filteringSteven Rostedt (VMware)1-1/+1
2024-06-04ftrace: Allow subops filtering to be modifiedSteven Rostedt (Google)1-28/+113
2024-06-04ftrace: Add subops logic to allow one ops to manage manySteven Rostedt (Google)1-1/+400
2024-06-04ftrace: Allow function_graph tracer to be enabled in instancesSteven Rostedt (VMware)1-0/+1
2024-06-04ftrace/function_graph: Pass fgraph_ops to function graph callbacksSteven Rostedt (VMware)1-2/+4
2024-06-04function_graph: Remove logic around ftrace_graph_entry and returnSteven Rostedt (VMware)1-2/+0
2024-05-17Merge tag 'trace-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-33/+35
2024-05-17Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-0/+1
2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2024-05-16kprobe/ftrace: bail out if ftrace was killedStephen Brennan1-0/+1
2024-05-14ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian1-16/+23
2024-05-14ftrace: Remove unused global 'ftrace_direct_func_count'Dr. David Alan Gilbert1-1/+0
2024-05-14ftrace: Remove unused list 'ftrace_direct_funcs'Dr. David Alan Gilbert1-8/+0
2024-05-13ftrace: Use asynchronous grace period for register_ftrace_direct()Paul E. McKenney1-4/+9
2024-05-13ftrace: Replaces simple_strtoul in ftraceYuran Pereira1-4/+3
2024-04-24ftrace: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2024-04-12ftrace: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTIONPaul E. McKenney1-2/+1
2024-03-18ftrace: Fix most kernel-doc warningsRandy Dunlap1-44/+46
2024-02-13tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdefPetr Pavlu1-1/+1
2024-02-09ftrace: Fix DIRECT_CALLS to use SAVE_REGS by defaultMasami Hiramatsu (Google)1-0/+10
2023-12-30ftrace: Fix modification of direct_function hash while in useSteven Rostedt (Google)1-53/+47
2023-09-01ftrace: Use LIST_HEAD to initialize clear_hashRuan Jinjie1-3/+1