summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
...
* | ftrace: Add modify_ftrace_direct_multi_nolockSong Liu2022-07-221-24/+62
|/
* ftrace: Keep address offset in ftrace_lookup_symbolsJiri Olsa2022-06-161-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-261-3/+2
| * ftrace: Fix typo in commentJulia Lawall2022-05-261-1/+1
| * ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu2022-05-261-12/+4
| * ftrace: Deal with error return code of the ftrace_process_locs() functionYuntao Wang2022-05-261-4/+13
| * tracing: Use trace_create_file() to simplify creation of tracefs entriesYuntao Wang2022-05-261-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-261-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-231-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-171-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
|/
* Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-111-1/+2
|\
| * ftrace/direct: Fix lockup in modify_ftrace_direct_multiJiri Olsa2021-11-101-1/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-1/+1
|\ \
| * | sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang2021-11-091-1/+1
* | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-65/+283
|\ \ \ | |/ / |/| / | |/
| * ftrace: disable preemption when recursion locked王贇2021-10-271-10/+5
| * ftrace: Make ftrace_profile_pages_init staticchongjiapeng2021-10-251-1/+1
| * ftrace/direct: Do not disable when switching direct callersSteven Rostedt (VMware)2021-10-211-14/+20
| * ftrace: Add multi direct modify interfaceJiri Olsa2021-10-211-0/+62
| * ftrace: Add multi direct register/unregister interfaceJiri Olsa2021-10-211-0/+142
| * ftrace: Add ftrace_add_rec_direct functionJiri Olsa2021-10-211-27/+37
| * tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)2021-10-191-13/+10
| * ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-081-0/+5
| * tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)2021-10-081-11/+12