aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-13tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdefGravatar Petr Pavlu 1-1/+1
2024-02-09ftrace: Fix DIRECT_CALLS to use SAVE_REGS by defaultGravatar Masami Hiramatsu (Google) 1-0/+10
2023-12-30ftrace: Fix modification of direct_function hash while in useGravatar Steven Rostedt (Google) 1-53/+47
2023-09-01ftrace: Use LIST_HEAD to initialize clear_hashGravatar Ruan Jinjie 1-3/+1
2023-09-01ftrace: Use within_module to check rec->ip within specified module.Gravatar Levi Yun 1-4/+2
2023-07-12ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Gravatar Zheng Yejian 1-14/+31
2023-06-30Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Gravatar Linus Torvalds 1-0/+37
2023-06-22ftrace: Show all functions with addresses in available_filter_functions_addrsGravatar Jiri Olsa 1-0/+37
2023-05-30ftrace: Replace all non-returning strlcpy with strscpyGravatar Azeem Shaikh 1-9/+9
2023-05-05Merge tag 'trace-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-3/+9
2023-05-05ftrace: Add MODIFIED flag to show if IPMODIFY or direct was attachedGravatar Steven Rostedt (Google) 1-3/+9
2023-04-28Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Gravatar Linus Torvalds 1-5/+46
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+1
2023-03-21ftrace: Show a list of all functions that have ever been enabledGravatar Steven Rostedt (Google) 1-5/+46
2023-03-21ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGSGravatar Florent Revest 1-1/+1
2023-03-21ftrace: Store direct called addresses in their opsGravatar Florent Revest 1-2/+5
2023-03-21ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIsGravatar Florent Revest 1-17/+17
2023-03-21ftrace: Remove the legacy _ftrace_direct APIGravatar Florent Revest 1-393/+0
2023-03-21ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()Gravatar Florent Revest 1-1/+5
2023-03-19kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...Gravatar Zhen Lei 1-2/+1
2023-03-19Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-1/+1
2023-03-19ftrace: Set direct_ops storage-class-specifier to staticGravatar Tom Rix 1-1/+1
2023-03-14Merge tag 'trace-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-1/+2
2023-03-09ftrace: Fix invalid address access in lookup_rec() when index is 0Gravatar Chen Zhongjin 1-1/+2
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-1/+1
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-5/+104
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+22
2023-01-24ftrace: Export ftrace_free_filter() to modulesGravatar Mark Rutland 1-1/+22
2023-01-24ftrace: Add DYNAMIC_FTRACE_WITH_CALL_OPSGravatar Mark Rutland 1-5/+104
2023-01-19livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Gravatar Zhen Lei 1-1/+1
2022-12-15Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Gravatar Linus Torvalds 1-9/+19
2022-12-14ftrace: Prevent RCU stall on PREEMPT_VOLUNTARY kernelsGravatar Guilherme G. Piccoli 1-0/+1
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-5/+11
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+1
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+3
2022-11-23ftrace: Avoid needless updates of the ftrace function callGravatar Steven Rostedt (Google) 1-2/+15
2022-11-23ftrace: Clean comments related to FTRACE_OPS_FL_PER_CPUGravatar Zheng Yejian 1-7/+3
2022-11-18ftrace: pass fregs to arch_ftrace_set_direct_caller()Gravatar Mark Rutland 1-2/+1
2022-11-17ftrace: Fix null pointer dereference in ftrace_add_mod()Gravatar Xiu Jianfeng 1-0/+1
2022-11-17ftrace: Optimize the allocation for mcount entriesGravatar Wang Wensheng 1-1/+1
2022-11-17ftrace: Fix the possible incorrect kernel messageGravatar Wang Wensheng 1-1/+1
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-13/+3
2022-11-02ftrace: Fix use-after-free for dynamic ftrace_opsGravatar Li Huafei 1-13/+3
2022-10-25ftrace: Add support to resolve module symbols in ftrace_lookup_symbolsGravatar Jiri Olsa 1-5/+11
2022-10-13Merge tag 'trace-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Gravatar Linus Torvalds 1-4/+1
2022-10-12ftrace: Fix char print issue in print_ip_ins()Gravatar Zheng Yejian 1-4/+1
2022-10-10Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Gravatar Linus Torvalds 1-7/+27
2022-10-05ftrace: Still disable enabled records marked as disabledGravatar Steven Rostedt (Google) 1-4/+16
2022-09-27ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_callerGravatar Song Liu 1-1/+5
2022-09-27ftrace: Properly unset FTRACE_HASH_FL_MODGravatar Zheng Yejian 1-2/+6