diff options
author | 2023-08-10 12:43:37 -0700 | |
---|---|---|
committer | 2023-08-22 05:22:10 -0400 | |
commit | a943188dabf78585fc5ddae0803b8b2c94f1c824 (patch) | |
tree | fbc0c5e1f348ee91578ae28794a8165d58246bd0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ftrace: Remove empty declaration ftrace_enable_daemon() and ftrace_disable_daemon() (diff) | |
download | wireguard-linux-a943188dabf78585fc5ddae0803b8b2c94f1c824.tar.xz wireguard-linux-a943188dabf78585fc5ddae0803b8b2c94f1c824.zip |
tracing/user_events: Optimize safe list traversals
Several of the list traversals in the user_events facility use safe list
traversals where they could be using the unsafe versions instead.
Replace these safe traversals with their unsafe counterparts in the
interest of optimization.
Link: https://lore.kernel.org/linux-trace-kernel/20230810194337.695983-1-ervaughn@linux.microsoft.com
Suggested-by: Beau Belgrave <beaub@linux.microsoft.com>
Signed-off-by: Eric Vaughn <ervaughn@linux.microsoft.com>
Acked-by: Beau Belgrave <beaub@linux.microsoft.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions