summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)AuthorLines
2023-01-24ftrace: Export ftrace_free_filter() to modulesMark Rutland-1/+22
2022-12-15Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds-9/+19
2022-12-14ftrace: Prevent RCU stall on PREEMPT_VOLUNTARY kernelsGuilherme G. Piccoli-0/+1
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-5/+11
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-2/+1
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+3
2022-11-23ftrace: Avoid needless updates of the ftrace function callSteven Rostedt (Google)-2/+15
2022-11-23ftrace: Clean comments related to FTRACE_OPS_FL_PER_CPUZheng Yejian-7/+3
2022-11-18ftrace: pass fregs to arch_ftrace_set_direct_caller()Mark Rutland-2/+1
2022-11-17ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng-0/+1
2022-11-17ftrace: Optimize the allocation for mcount entriesWang Wensheng-1/+1
2022-11-17ftrace: Fix the possible incorrect kernel messageWang Wensheng-1/+1
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-13/+3
2022-11-02ftrace: Fix use-after-free for dynamic ftrace_opsLi Huafei-13/+3
2022-10-25ftrace: Add support to resolve module symbols in ftrace_lookup_symbolsJiri Olsa-5/+11
2022-10-13Merge tag 'trace-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-4/+1
2022-10-12ftrace: Fix char print issue in print_ip_ins()Zheng Yejian-4/+1
2022-10-10Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds-7/+27
2022-10-05ftrace: Still disable enabled records marked as disabledSteven Rostedt (Google)-4/+16
2022-09-27ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_callerSong Liu-1/+5
2022-09-27ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian-2/+6
2022-09-26ftrace: Keep the resolved addr in kallsyms_callbackJiri Olsa-2/+1
2022-08-22ftrace: Fix build warning for ops_references_rec() not usedWang Jingjin-46/+33
2022-08-21Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+10
2022-08-21ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong-0/+10
2022-07-22ftrace: Allow IPMODIFY and DIRECT ops on the same functionSong Liu-26/+216
2022-07-22ftrace: Add modify_ftrace_direct_multi_nolockSong Liu-24/+62
2022-06-16ftrace: Keep address offset in ftrace_lookup_symbolsJiri Olsa-2/+11
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-36/+174
2022-05-28ftrace: Add FTRACE_MCOUNT_MAX_OFFSET to avoid adding weak functionSteven Rostedt (Google)-2/+139
2022-05-26ftrace: Clean up hash direct_functions on register failuresSong Liu-3/+2
2022-05-26ftrace: Fix typo in commentJulia Lawall-1/+1
2022-05-26ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu-12/+4
2022-05-26ftrace: Deal with error return code of the ftrace_process_locs() functionYuntao Wang-4/+13
2022-05-26tracing: Use trace_create_file() to simplify creation of tracefs entriesYuntao Wang-6/+3
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-94/+117
2022-05-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-0/+62
2022-05-12sched/tracing: Append prev_state to tp args insteadDelyan Kratunov-2/+2
2022-05-10ftrace: Add ftrace_lookup_symbols functionJiri Olsa-0/+62
2022-04-27tracing: Remove check of list iterator against head past the loop bodyJakob Koschel-8/+12
2022-04-21ftrace: fix building with SYSCTL=y but DYNAMIC_FTRACE=nLuis Chamberlain-0/+6
2022-04-21ftrace: fix building with SYSCTL=n but DYNAMIC_FTRACE=yLuis Chamberlain-37/+34
2022-04-15ftrace: Fix build warningYueHaibing-2/+2
2022-04-06ftrace: move sysctl_ftrace_enabled to ftrace.cWei Xiao-1/+21
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-8/+40
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-9/+49
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-0/+2
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-9/+49
2022-03-17ftrace: Add ftrace_set_filter_ips functionJiri Olsa-9/+49
2022-03-15x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra-8/+40