summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMarkus Schneider-Pargmann (The Capable Hub) <msp@baylibre.com>2026-04-28 10:30:29 +0200
committerMasami Hiramatsu (Google) <mhiramat@kernel.org>2026-07-14 22:43:39 +0900
commitb20c8177092f3ff4804e0271e3fd338d34e09097 (patch)
treec3ba2542463ff269b330dca674451d926a2c88f1 /tools/perf/scripts/python
parent7d8d6ad659c02ed5d2387777194c22e8e81dbb2b (diff)
tracing: fprobe: Remove __packed from generic __fprobe_header
fp pointer and unsigned long have the same size on all relevant architectures that build Linux. Furthermore this struct is only used in architectures that do not set ARCH_DEFINE_ENCODE_FPROBE_HEADER which is set only for 64bit architectures (apart from LoongArch). Both fields are aligned on these architectures so the struct with __packed and without it are the same. Remove the __packed as it is unnecessary. [Masami: Removed Fixes tag because this is not fixing any problem.] Link: https://lore.kernel.org/all/20260428-topic-fprobe-packed-v7-1-v1-1-9abc9b866b4c@baylibre.com/ Signed-off-by: Markus Schneider-Pargmann (The Capable Hub) <msp@baylibre.com> Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions