summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* ftrace: Fix most kernel-doc warningsRandy Dunlap2024-03-181-44/+46
* tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdefPetr Pavlu2024-02-131-1/+1
* ftrace: Fix DIRECT_CALLS to use SAVE_REGS by defaultMasami Hiramatsu (Google)2024-02-091-0/+10
* ftrace: Fix modification of direct_function hash while in useSteven Rostedt (Google)2023-12-301-53/+47
* ftrace: Use LIST_HEAD to initialize clear_hashRuan Jinjie2023-09-011-3/+1
* ftrace: Use within_module to check rec->ip within specified module.Levi Yun2023-09-011-4/+2
* ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian2023-07-121-14/+31
* Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-06-301-0/+37
|\
| * ftrace: Show all functions with addresses in available_filter_functions_addrsJiri Olsa2023-06-221-0/+37
* | ftrace: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-301-9/+9
|/
* Merge tag 'trace-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-05-051-3/+9
|\
| * ftrace: Add MODIFIED flag to show if IPMODIFY or direct was attachedSteven Rostedt (Google)2023-05-051-3/+9
* | Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-04-281-5/+46
|\|
| * ftrace: Show a list of all functions that have ever been enabledSteven Rostedt (Google)2023-03-211-5/+46
* | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-2/+1
|\ \ | |/ |/|
| * kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...Zhen Lei2023-03-191-2/+1
* | ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGSFlorent Revest2023-03-211-1/+1
* | ftrace: Store direct called addresses in their opsFlorent Revest2023-03-211-2/+5
* | ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIsFlorent Revest2023-03-211-17/+17
* | ftrace: Remove the legacy _ftrace_direct APIFlorent Revest2023-03-211-393/+0
* | ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()Florent Revest2023-03-211-1/+5
* | Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-03-191-1/+1
|\ \
| * | ftrace: Set direct_ops storage-class-specifier to staticTom Rix2023-03-191-1/+1
* | | Merge tag 'trace-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-03-141-1/+2
|\| | | |/ |/|
| * ftrace: Fix invalid address access in lookup_rec() when index is 0Chen Zhongjin2023-03-091-1/+2
* | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-1/+1
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-021-1/+22
| |\|
| * | livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Zhen Lei2023-01-191-1/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-02-211-5/+104
|\ \ \ | |_|/ |/| |
| * | ftrace: Add DYNAMIC_FTRACE_WITH_CALL_OPSMark Rutland2023-01-241-5/+104
| |/
* / ftrace: Export ftrace_free_filter() to modulesMark Rutland2023-01-241-1/+22
|/
* Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2022-12-151-9/+19
|\
| * ftrace: Prevent RCU stall on PREEMPT_VOLUNTARY kernelsGuilherme G. Piccoli2022-12-141-0/+1
| * ftrace: Avoid needless updates of the ftrace function callSteven Rostedt (Google)2022-11-231-2/+15
| * ftrace: Clean comments related to FTRACE_OPS_FL_PER_CPUZheng Yejian2022-11-231-7/+3
* | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-5/+11
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-2/+3
| |\|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-101-13/+3
| |\ \
| * | | ftrace: Add support to resolve module symbols in ftrace_lookup_symbolsJiri Olsa2022-10-251-5/+11
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-12-121-2/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | ftrace: pass fregs to arch_ftrace_set_direct_caller()Mark Rutland2022-11-181-2/+1
| | |/ | |/|
* | | ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng2022-11-171-0/+1
* | | ftrace: Optimize the allocation for mcount entriesWang Wensheng2022-11-171-1/+1
* | | ftrace: Fix the possible incorrect kernel messageWang Wensheng2022-11-171-1/+1
|/ /
* / ftrace: Fix use-after-free for dynamic ftrace_opsLi Huafei2022-11-021-13/+3
|/
* Merge tag 'trace-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2022-10-131-4/+1
|\
| * ftrace: Fix char print issue in print_ip_ins()Zheng Yejian2022-10-121-4/+1
* | Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2022-10-101-7/+27
|\|
| * ftrace: Still disable enabled records marked as disabledSteven Rostedt (Google)2022-10-051-4/+16
| * ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_callerSong Liu2022-09-271-1/+5