Description of problem: This bug report is about the `perf` package. But I could not find that in the Component list! `perf report` stopped demangling C++ names in perf-6.4.4-100.fc37.x86_64. Previous version, 6.0.5-300.fc37, demangled names just fine. Version-Release number of selected component (if applicable): perf-6.4.4-100.fc37.x86_64 Steps to reproduce: - Build a simple C++ program with debug symbols. - Run `perf record program-name` - Run `perf report` Actual behavior: The C++ names are mangled. Expected behavior: C++ names are demangled and look nice. Additional info: Seems like a build misconfiguration of the `perf` package in the latest release.