diff options
author | 2018-08-24 16:20:28 -0400 | |
---|---|---|
committer | 2018-09-24 04:44:52 -0400 | |
commit | d6b183eda466415bb5defcf9afe4cb64734839e8 (patch) | |
tree | aea433b3c4e989293da85f71c39694580f7563fd /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | Linux 4.19-rc5 (diff) | |
download | linux-dev-d6b183eda466415bb5defcf9afe4cb64734839e8.tar.xz linux-dev-d6b183eda466415bb5defcf9afe4cb64734839e8.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions