diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2024-11-07 15:05:30 +0300 |
---|---|---|
committer | Steven Rostedt (Google) <rostedt@goodmis.org> | 2024-11-12 19:36:57 +0300 |
commit | 6371b4bc179aad17d84ee301b409a5a8ce675657 (patch) | |
tree | 2ed5551f258be3f1c0f5b744903d02ae6f29d54d /tools/perf/scripts/python/libxed.py | |
parent | 24507ce81eaf0c34d91f3d1acaa73ee2f796190a (diff) | |
download | linux-6371b4bc179aad17d84ee301b409a5a8ce675657.tar.xz |
tracing: Remove redundant check on field->field in histograms
The check on field->field being true is handled as the first check
on the cascaded if statement, so the later checks on field->field
are redundant because this clause has already been handled. Since
this later check is redundant, just remove it.
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Link: https://lore.kernel.org/20241107120530.18728-1-colin.i.king@gmail.com
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions