summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-111-13/+3
|\
| * ftrace: Fix use-after-free for dynamic ftrace_opsLi Huafei2022-11-031-13/+3
* | ftrace: Add support to resolve module symbols in ftrace_lookup_symbolsJiri Olsa2022-10-251-5/+11
|/
* 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
| |/
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-05-241-0/+62
|\ \
| * | ftrace: Add ftrace_lookup_symbols functionJiri Olsa2022-05-101-0/+62
| |/
* / sched/tracing: Append prev_state to tp args insteadDelyan Kratunov2022-05-121-2/+2
|/
* Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-8/+40
|\
| * x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra2022-03-151-8/+40
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-9/+49
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-03-221-9/+49
| |\ \ | | |/ | |/|
| | * ftrace: Add ftrace_set_filter_ips functionJiri Olsa2022-03-181-9/+49
* | | Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-03-231-0/+2
|\ \ \
| * | | tracing: Add snapshot at end of kernel boot upSteven Rostedt (Google)2022-03-111-0/+2
* | | | Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar2022-03-151-3/+2
|\ \ \ \ | | |/ / | |/| |
| * | | ftrace: Fix some W=1 warnings in kernel doc commentsJiapeng Chong2022-03-091-2/+2
| | |/ | |/|
| * | ftrace: Remove unused ftrace_startup_enable() stubNathan Chancellor2022-02-251-1/+0
| |/
* / sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider2022-03-011-1/+3
|/
* Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2022-01-231-2/+2
|\
| * ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)2022-01-231-2/+2
* | Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-01-161-2/+32
|\|
| * ftrace: Add test to make sure compiled time sorts workSteven Rostedt (VMware)2022-01-131-0/+23
| * scripts: ftrace - move the sort-processing in ftrace_initYinan Liu2022-01-131-2/+9
* | ftrace: Add cleanup to unregister_ftrace_direct_multiJiri Olsa2021-12-081-0/+4
* | ftrace: Use direct_ops hash in unregister_ftrace_directJiri Olsa2021-12-081-1/+3
|/