commit | d6b183eda466415bb5defcf9afe4cb64734839e8 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Fri Aug 24 16:20:28 2018 -0400 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Mon Sep 24 04:44:52 2018 -0400 |
tree | aea433b3c4e989293da85f71c39694580f7563fd | |
parent | 6bf4ca7fbc85d80446ac01c0d1d77db4d91a6d84 [diff] |
tracing/kprobe: Remove unneeded extra strchr() from create_trace_kprobe() 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>