summaryrefslogtreecommitdiff
path: root/dev-libs/elfutils/metadata.xml
blob: 52c24ab3ae68e1b5cfce57ec5eae2f072b9b4398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>toolchain@gentoo.org</email>
    <name>Gentoo Toolchain Project</name>
  </maintainer>
  <use>
    <flag name="debuginfod">Enable debuginfod support, both the debuginfod server and the libdebuginfod client library</flag>
    <flag name="libarchive">
			Needed for debuginfod (the server) and also for
			--zip support in the eu-srcfiles utility.

			Requires <pkg>app-arch/libarchive</pkg>.
		</flag>
    <flag name="libpfm">Enable <pkg>dev-libs/libpfm</pkg> support for hardware performance counters with eu-stackprof.</flag>
    <flag name="lzma">Support automatic decompression of LZMA-compressed files and kernel images</flag>
    <flag name="stacktrace">
			Build experimental eu-stacktrace tool. Relies on integration with dev-util/sysprof.

			See https://developers.redhat.com/articles/2024/06/11/get-system-wide-profiles-binaries-without-frame-pointers.
		</flag>
    <flag name="stackprof">
			Build eu-stackprof tool: a tool for collecting system-wide stacktrace profiles.
		</flag>
    <flag name="utils">Install command-line utilities (all the eu-* programs).</flag>
  </use>
  <upstream>
    <remote-id type="cpe">cpe:/a:elfutils_project:elfutils</remote-id>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>