summaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)Author
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
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