summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)AuthorLines
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
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar-3/+2
2022-03-11tracing: Add snapshot at end of kernel boot upSteven Rostedt (Google)-0/+2
2022-03-09ftrace: Fix some W=1 warnings in kernel doc commentsJiapeng Chong-2/+2
2022-03-01sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider-1/+3
2022-02-25ftrace: Remove unused ftrace_startup_enable() stubNathan Chancellor-1/+0
2022-01-23Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds-2/+2
2022-01-23ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)-2/+2
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-2/+32
2022-01-13ftrace: Add test to make sure compiled time sorts workSteven Rostedt (VMware)-0/+23
2022-01-13scripts: ftrace - move the sort-processing in ftrace_initYinan Liu-2/+9
2021-12-08ftrace: Add cleanup to unregister_ftrace_direct_multiJiri Olsa-0/+4
2021-12-08ftrace: Use direct_ops hash in unregister_ftrace_directJiri Olsa-1/+3
2021-11-11Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds-1/+2
2021-11-10ftrace/direct: Fix lockup in modify_ftrace_direct_multiJiri Olsa-1/+2
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2021-11-09sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang-1/+1
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-65/+283
2021-10-29ftrace: Fix kernel-doc formatting issuesSteven Rostedt (VMware)-8/+10
2021-10-27ftrace: disable preemption when recursion locked王贇-10/+5
2021-10-25ftrace: Make ftrace_profile_pages_init staticchongjiapeng-1/+1
2021-10-21ftrace/direct: Do not disable when switching direct callersSteven Rostedt (VMware)-14/+20
2021-10-21ftrace: Add multi direct modify interfaceJiri Olsa-0/+62