perf pulls in a ton of dependencies (> 100 extra packages on Fedora).
Let's introduce a separate debug profile and move perf to it to avoid
everyone having to pull in all these packages for a tool they most likely
won't use.
Add gdb as well while we're at it.
--- /dev/null
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+[Content]
+Packages=
+ gdb
# SPDX-License-Identifier: LGPL-2.1-or-later
[Match]
-Distribution=fedora
+Distribution=arch
[Content]
Packages=
Distribution=|alma
Distribution=|rocky
Distribution=|rhel
+Distribution=|fedora
[Content]
Packages=
--- /dev/null
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+[Match]
+Distribution=opensuse
+
+[Content]
+Packages=
+ perf
Packages=
base
man-pages
- perf
git