]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf test type profiling: Remote typedef on struct
authorIan Rogers <irogers@google.com>
Mon, 2 Mar 2026 23:58:21 +0000 (15:58 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 4 Mar 2026 06:37:48 +0000 (22:37 -0800)
commit6910944bf0b92fea63d5a7aeed69e4b9c14fd01b
tree8068916f50e6630e5a67965cbc85ed6ed3033270
parent895306e3c881ae8a3227a31bf4e64865ad6a534f
perf test type profiling: Remote typedef on struct

The typedef creates an issue where the struct or the typedef may
appear in the output and cause the "perf data type profiling tests" to
fail. Let's remove the typedef to keep the test passing.

Fixes: 335047109d7d ("perf tests: Test annotate with data type profiling and C")
Signed-off-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/tests/shell/data_type_profiling.sh
tools/perf/tests/workloads/datasym.c