diff options
| author | James Clark <[email protected]> | 2024-07-15 09:47:13 +0000 |
|---|---|---|
| committer | Namhyung Kim <[email protected]> | 2024-07-17 20:17:57 +0000 |
| commit | 92717bc077892d1ce60fee07aee3a33f33909b85 (patch) | |
| tree | 8c88b2afb18e85b81cdd0bba2e7fb471bcb76fd7 /scripts/make_fit.py | |
| parent | tools/latency: Use pkg-config in lib_setup of Makefile.config (diff) | |
| download | kernel-92717bc077892d1ce60fee07aee3a33f33909b85.tar.gz kernel-92717bc077892d1ce60fee07aee3a33f33909b85.zip | |
perf dso: Fix build when libunwind is enabled
Now that symsrc_filename is always accessed through an accessor, we also
need a free() function for it to avoid the following compilation error:
util/unwind-libunwind-local.c:416:12: error: lvalue required as unary
‘&’ operand
416 | zfree(&dso__symsrc_filename(dso));
Fixes: 1553419c3c10 ("perf dso: Fix address sanitizer build")
Signed-off-by: James Clark <[email protected]>
Reviewed-by: Ian Rogers <[email protected]>
Tested-by: Leo Yan <[email protected]>
Tested-by: Florian Fainelli <[email protected]>
Cc: Yunseong Kim <[email protected]>
Cc: Athira Rajeev <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Namhyung Kim <[email protected]>
Diffstat (limited to 'scripts/make_fit.py')
0 files changed, 0 insertions, 0 deletions
