diff options
author | 2024-08-28 19:07:00 +0200 | |
---|---|---|
committer | 2024-08-29 22:56:34 +0200 | |
commit | 36dff49b9634f6054efbfda83682b2081a64b35a (patch) | |
tree | 069fac23361b8665034cda95cbae5fb4d8d47ef5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | s390/ftrace: Use get/copy_from_kernel_nofault consistently (diff) | |
download | linux-rng-36dff49b9634f6054efbfda83682b2081a64b35a.tar.xz linux-rng-36dff49b9634f6054efbfda83682b2081a64b35a.zip |
s390/ftrace: Avoid extra serialization for graph caller patching
The only context where ftrace_enable_ftrace_graph_caller()
or ftrace_disable_ftrace_graph_caller() is called also calls
ftrace_arch_code_modify_post_process(), which already performs
text_poke_sync_lock().
ftrace_run_update_code()
arch_ftrace_update_code()
ftrace_modify_all_code()
ftrace_enable_ftrace_graph_caller()/ftrace_disable_ftrace_graph_caller()
ftrace_arch_code_modify_post_process()
text_poke_sync_lock()
Remove the redundant serialization.
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions