aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/trace/ftrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-06Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-1/+1
2025-06-05Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux into for-nextPalmer Dabbelt1-1/+1
2025-06-05kernel: ftrace: export ftrace_sync_ipiAndy Chiu1-1/+1
2025-06-02ftrace: Don't allocate ftrace module map if ftrace is disabledYe Bin1-0/+3
2025-06-02ftrace: Fix UAF when lookup kallsym after ftrace disabledYe Bin1-3/+7
2025-05-08ftrace: Comment that ftrace_func_mapper is freed with free_ftrace_hash()Steven Rostedt1-1/+6
2025-05-08ftrace: Show subops in enabled_functionsSteven Rostedt1-0/+38
2025-05-01ftrace: Fix NULL memory allocation checkColin Ian King1-1/+1
2025-04-17ftrace: fix incorrect hash size in register_ftrace_direct()Menglong Dong1-3/+4
2025-04-17ftrace: Free ftrace hashes after they are replaced in the subops codeSteven Rostedt1-1/+7
2025-04-17ftrace: Reinitialize hash to EMPTY_HASH after freeingSteven Rostedt1-0/+4
2025-04-17ftrace: Initialize variables for ftrace_startup/shutdown_subops()Steven Rostedt1-4/+4
2025-04-11ftrace: Fix accounting of subop hashesSteven Rostedt1-137/+177
2025-04-11ftrace: Properly merge notrace hashesAndy Chiu1-4/+4
2025-04-02ftrace: Add cond_resched() to ftrace_graph_set_hash()zhoumin1-0/+1
2025-03-27Merge tag 'ftrace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+2
2025-03-27Merge tag 'trace-sorttable-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-5/+50
2025-03-04ftrace: Have ftrace_free_filter() WARN and exit if ops is activeSteven Rostedt1-0/+2
2025-02-27ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov1-15/+12
2025-02-25ftrace: Check against is_kernel_text() instead of kaslr_offset()Steven Rostedt1-5/+12
2025-02-25ftrace: Test mcount_loc addr before calling ftrace_call_addr()Steven Rostedt1-1/+5
2025-02-21ftrace: Do not add duplicate entries in subops manager opsSteven Rostedt1-0/+3
2025-02-21ftrace: Fix accounting of adding subops to a manager opsSteven Rostedt1-11/+22
2025-02-18ftrace: Have ftrace pages output reflect freed pagesSteven Rostedt1-3/+12
2025-02-18ftrace: Update the mcount_loc check of skipped entriesSteven Rostedt1-1/+22
2025-02-18scripts/sorttable: Zero out weak functions in mcount_loc tableSteven Rostedt1-1/+5
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-23Merge tag 'trace-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-17/+0
2025-01-21Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-96/+107
2025-01-16ftrace: Implement :mod: cache filtering on kernel command lineSteven Rostedt1-9/+58
2025-01-16tracing: Cache ":mod:" events for modules not loaded yetSteven Rostedt1-17/+0
2025-01-02ftrace: Fix function profiler's filtering functionalityKohei Enju1-6/+2
2024-12-26fgraph: Pass ftrace_regs to retfuncMasami Hiramatsu (Google)1-1/+2
2024-12-26fgraph: Pass ftrace_regs to entryfuncMasami Hiramatsu (Google)1-1/+2
2024-12-23ftrace: Switch ftrace.c code over to use guard()Steven Rostedt1-63/+34
2024-12-23ftrace: Remove unneeded goto jumpsSteven Rostedt1-9/+4
2024-12-23ftrace: Do not disable interrupts in profilerSteven Rostedt1-13/+7
2024-11-22Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+3
2024-11-20ftrace: Fix regression with module command in stack_trace_filterguoweikang1-0/+3
2024-10-30ftrace: Show timings of how long nop patching tookSteven Rostedt1-3/+8
2024-10-29ftrace: Use guard to take ftrace_lock in ftrace_graph_set_hash()Steven Rostedt1-11/+4
2024-10-29ftrace: Use guard to take the ftrace_lock in release_probe()Steven Rostedt1-2/+1
2024-10-29ftrace: Use guard to lock ftrace_lock in cache_mod()Steven Rostedt1-11/+6
2024-10-29ftrace: Use guard for match_records()Steven Rostedt1-12/+6
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt1-1/+1
2024-10-10fgraph: Simplify return address printing in function graph tracerMasami Hiramatsu (Google)1-2/+1
2024-10-05function_graph: Support recording and printing the function return addressDonglin Peng1-1/+2
2024-09-30ftrace: Have calltime be saved in the fgraph storageSteven Rostedt1-9/+10
2024-09-30ftrace: Use a running sleeptime instead of saving on shadow stackSteven Rostedt1-11/+28
2024-09-30fgraph: Use fgraph data to store subtime for profilerSteven Rostedt1-11/+12