summaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)Author
9 daysMerge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-02-02ftrace: Fix direct_functions leak in update_ftrace_direct_delJiri Olsa
2026-01-28bpf,x86: Use single ftrace_ops for direct callsJiri Olsa
2026-01-28ftrace: Factor ftrace_ops ops_func interfaceJiri Olsa
2026-01-28ftrace: Add update_ftrace_direct_mod functionJiri Olsa
2026-01-28ftrace: Add update_ftrace_direct_del functionJiri Olsa
2026-01-28ftrace: Add update_ftrace_direct_add functionJiri Olsa
2026-01-28ftrace: Export some of hash related functionsJiri Olsa
2026-01-28ftrace: Make alloc_and_copy_ftrace_hash direct friendlyJiri Olsa
2026-01-28ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flagJiri Olsa
2026-01-15ftrace: Do not over-allocate ftrace memoryGuenter Roeck
2025-12-17ftrace: Fix address for jmp mode in t_show()Menglong Dong
2025-12-05Merge tag 'trace-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2025-11-26ftrace: Avoid redundant initialization in register_ftrace_directMenglong Dong
2025-11-24ftrace: Introduce FTRACE_OPS_FL_JMPMenglong Dong
2025-11-14tracing: Have function graph tracer option sleep-time be per instanceSteven Rostedt
2025-11-04tracing: Add an option to show symbols in _text+offset for function profilerMasami Hiramatsu (Google)
2025-11-03ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()Song Liu
2025-11-03ftrace: Fix BPF fexit with livepatchSong Liu
2025-09-30ftrace: Fix softlockup in ftrace_module_enableVladimir Riabchun
2025-08-22ftrace: Also allocate and copy hash for reading of filter filesSteven Rostedt
2025-07-22tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt
2025-06-06Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-06-05Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt
2025-06-05kernel: ftrace: export ftrace_sync_ipiAndy Chiu
2025-06-02ftrace: Don't allocate ftrace module map if ftrace is disabledYe Bin
2025-06-02ftrace: Fix UAF when lookup kallsym after ftrace disabledYe Bin
2025-05-08ftrace: Comment that ftrace_func_mapper is freed with free_ftrace_hash()Steven Rostedt
2025-05-08ftrace: Show subops in enabled_functionsSteven Rostedt
2025-05-01ftrace: Fix NULL memory allocation checkColin Ian King
2025-04-17ftrace: fix incorrect hash size in register_ftrace_direct()Menglong Dong
2025-04-17ftrace: Free ftrace hashes after they are replaced in the subops codeSteven Rostedt
2025-04-17ftrace: Reinitialize hash to EMPTY_HASH after freeingSteven Rostedt
2025-04-17ftrace: Initialize variables for ftrace_startup/shutdown_subops()Steven Rostedt
2025-04-11ftrace: Fix accounting of subop hashesSteven Rostedt
2025-04-11ftrace: Properly merge notrace hashesAndy Chiu
2025-04-02ftrace: Add cond_resched() to ftrace_graph_set_hash()zhoumin
2025-03-27Merge tag 'ftrace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2025-03-27Merge tag 'trace-sorttable-v6.15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-04ftrace: Have ftrace_free_filter() WARN and exit if ops is activeSteven Rostedt
2025-02-27ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov
2025-02-25ftrace: Check against is_kernel_text() instead of kaslr_offset()Steven Rostedt
2025-02-25ftrace: Test mcount_loc addr before calling ftrace_call_addr()Steven Rostedt
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-02-18ftrace: Have ftrace pages output reflect freed pagesSteven Rostedt
2025-02-18ftrace: Update the mcount_loc check of skipped entriesSteven Rostedt
2025-02-18scripts/sorttable: Zero out weak functions in mcount_loc tableSteven 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