diff options
author | Ian Rogers <irogers@google.com> | 2023-10-09 20:39:12 +0200 |
---|---|---|
committer | Namhyung Kim <namhyung@kernel.org> | 2023-10-12 19:01:56 +0200 |
commit | 51e9ea99f9bfe6a9c283d041dbc2c1c0be9c3a0f (patch) | |
tree | e4b2cf6dca2b048504834e7783ae8509b96bb4cb /include | |
parent | perf dlfilter: Be defensive against potential NULL dereference (diff) | |
download | linux-51e9ea99f9bfe6a9c283d041dbc2c1c0be9c3a0f.tar.xz linux-51e9ea99f9bfe6a9c283d041dbc2c1c0be9c3a0f.zip |
perf hists browser: Reorder variables to reduce padding
Address clang-tidy warning:
```
tools/perf/ui/browsers/hists.c:2416:8: warning: Excessive padding in 'struct popup_action' (8 padding bytes, where 0 is optimal).
Optimal fields order:
time,
thread,
evsel,
fn,
ms,
socket,
rstype,
```
Signed-off-by: Ian Rogers <irogers@google.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ravi Bangoria <ravi.bangoria@amd.com>
Cc: Nick Desaulniers <ndesaulniers@google.com>
Cc: Yang Jihong <yangjihong1@huawei.com>
Cc: Huacai Chen <chenhuacai@kernel.org>
Cc: Nathan Chancellor <nathan@kernel.org>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: llvm@lists.linux.dev
Cc: Ming Wang <wangming01@loongson.cn>
Cc: Tom Rix <trix@redhat.com>
Cc: bpf@vger.kernel.org
Link: https://lore.kernel.org/r/20231009183920.200859-12-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions