gentoo/dev-util/lttng-ust/metadata.xml
Sam James 53015e76e9
dev-util/lttng-ust: add github upstream metadata
Signed-off-by: Sam James <sam@gentoo.org>
2022-11-05 06:10:12 +00:00

15 lines
708 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<use>
<flag name="numa">Enable numa support</flag>
</use>
<longdescription>
The userspace tracer is designed to provide detailed information about userspace activity. UST is a port of the LTTng kernel tracer to userspace. Like the LTTng kernel tracer, performance is the main goal. Tracing does not require system calls or traps. UST instrumentation points may be added in any userspace code including signal handlers and libraries.
</longdescription>
<upstream>
<remote-id type="github">lttng/lttng-ust</remote-id>
</upstream>
</pkgmetadata>