Skip to content

Commit 75fa036

Browse files
committed
perf build: Add the libpfm devel fedora package name to the hint
JIRA: https://issues.redhat.com/browse/RHEL-78200 upstream ======== commit 7c750d3 Author: Arnaldo Carvalho de Melo <[email protected]> Date: Fri Jun 20 18:24:34 2025 -0300 description =========== Just to follow the pattern with other devel packages. Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> Reviewed-by: James Clark <[email protected]> Reviewed-by: Ian Rogers <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Namhyung Kim <[email protected]> Signed-off-by: Anubhav Shelat <[email protected]>
1 parent f26d1c3 commit 75fa036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/Makefile.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ ifndef NO_LIBPFM4
11651165
ASCIIDOC_EXTRA = -aHAVE_LIBPFM=1
11661166
$(call detected,CONFIG_LIBPFM4)
11671167
else
1168-
$(warning libpfm4 not found, disables libpfm4 support. Please install libpfm4-dev)
1168+
$(warning libpfm4 not found, disables libpfm4 support. Please install libpfm-devel or libpfm4-dev)
11691169
endif
11701170
endif
11711171

0 commit comments

Comments
 (0)