summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-151-1/+2
|\|
| * ftrace: Fix invalid address access in lookup_rec() when index is 0Chen Zhongjin2023-03-101-1/+2
* | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-221-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-201-1/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-02-221-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-161-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-241-2/+15
| * ftrace: Clean comments related to FTRACE_OPS_FL_PER_CPUZheng Yejian2022-11-241-7/+3
* | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-141-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-111-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-031-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-061-4/+16
| * ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_callerSong Liu2022-09-271-1/+5
| * ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian2022-09-271-2/+6
* | ftrace: Keep the resolved addr in kallsyms_callbackJiri Olsa2022-09-271-2/+1
|/
* ftrace: Fix build warning for ops_references_rec() not usedWang Jingjin2022-08-221-46/+33
* Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-211-0/+10
|\
| * ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong2022-08-211-0/+10
* | ftrace: Allow IPMODIFY and DIRECT ops on the same functionSong Liu2022-07-221-26/+216
* | ftrace: Add modify_ftrace_direct_multi_nolockSong Liu2022-07-221-24/+62
|/
* ftrace: Keep address offset in ftrace_lookup_symbolsJiri Olsa2022-06-171-2/+11
* Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-05-291-36/+174
|\
| * ftrace: Add FTRACE_MCOUNT_MAX_OFFSET to avoid adding weak functionSteven Rostedt (Google)2022-05-281-2/+139
| * ftrace: Clean up hash direct_functions on register failuresSong Liu2022-05-271-3/+2
| * ftrace: Fix typo in commentJulia Lawall2022-05-271-1/+1
| * ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu2022-05-271-12/+4
| * ftrace: Deal with error return code of the ftrace_process_locs() functionYuntao Wang2022-05-271-4/+13
| * tracing: Use trace_create_file() to simplify creation of tracefs entriesYuntao Wang2022-05-271-6/+3
| * tracing: Remove check of list iterator against head past the loop bodyJakob Koschel2022-04-271-8/+12
* | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-271-94/+117
|\ \
| * | ftrace: fix building with SYSCTL=y but DYNAMIC_FTRACE=nLuis Chamberlain2022-04-211-0/+6
| * | ftrace: fix building with SYSCTL=n but DYNAMIC_FTRACE=yLuis Chamberlain2022-04-211-37/+34
| * | ftrace: Fix build warningYueHaibing2022-04-151-2/+2
| * | ftrace: move sysctl_ftrace_enabled to ftrace.cWei Xiao2022-04-061-1/+21
| |/