summaryrefslogtreecommitdiff
blob: 7f295e98bd66919b6a4d5a886e6738f2d79baa8d (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 "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer>
    <email>naota@gentoo.org</email>
  </maintainer>
  <use>
    <flag name="audit">
      Enable support for sys-process/audit.
    </flag>
    <flag name="demangle">
      Enable C++ symbol name demangling, using libbfd from
      <pkg>sys-devel/binutils</pkg>. When this flag is enabled, the
      package will have to be rebuilt after every version bump of
      binutils.
    </flag>
    <flag name="doc">
      Build documentation and man pages. With this USE flag disabled,
      the --help parameter for perf and its sub-tools will not be
      available. This is optional because it depends on a few
      documentation handling tools that are not always welcome on user
      systems.
    </flag>
	<flag name="numa">Enable NUMA support</flag>
    <flag name="perl">
      Add support for Perl as a scripting language for perf tools.
    </flag>
    <flag name="unwind">
      Use sys-libs/libunwind for frame unwinding support.
    </flag>
  </use>
</pkgmetadata>