Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tracing/kprobe: Remove unneeded extra strchr() from create_trace_kpro…
…be() By utilizing a temporary variable, we can avoid adding another call to strchr(). Instead, save the first call to a temp variable, and then use that variable as the reference to set the event variable. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
- Loading branch information