diff options
author | 2024-11-07 12:05:30 +0000 | |
---|---|---|
committer | 2024-11-12 11:36:57 -0500 | |
commit | 6371b4bc179aad17d84ee301b409a5a8ce675657 (patch) | |
tree | 2ed5551f258be3f1c0f5b744903d02ae6f29d54d /scripts/gdb/linux/modules.py | |
parent | bpf: ensure RCU Tasks Trace GP for sleepable raw tracepoint BPF links (diff) | |
download | wireguard-linux-6371b4bc179aad17d84ee301b409a5a8ce675657.tar.xz wireguard-linux-6371b4bc179aad17d84ee301b409a5a8ce675657.zip |
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 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions