Skip to content
Commit a943188d authored by Eric Vaughn's avatar Eric Vaughn Committed by Steven Rostedt (Google)
Browse files

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: default avatarBeau Belgrave <beaub@linux.microsoft.com>
Signed-off-by: default avatarEric Vaughn <ervaughn@linux.microsoft.com>
Acked-by: default avatarBeau Belgrave <beaub@linux.microsoft.com>
Signed-off-by: default avatarSteven Rostedt (Google) <rostedt@goodmis.org>
parent c8f05f2f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment