lttng-gen-tp

LTTng 2.0 Userspace Tracer (development files)

Install

All systems
curl cmd.cat/lttng-gen-tp.sh
Debian Debian
apt-get install liblttng-ust-dev
Ubuntu
apt-get install liblttng-ust-dev
Alpine
apk add lttng-ust
Arch Arch Linux
pacman -S lttng-ust
image/svg+xml Kali Linux
apt-get install liblttng-ust-dev
Fedora
dnf install lttng-ust-devel
Windows (WSL2)
sudo apt-get update sudo apt-get install liblttng-ust-dev
Raspbian
apt-get install liblttng-ust-dev
Docker
docker run cmd.cat/lttng-gen-tp lttng-gen-tp powered by Commando

liblttng-ust-dev

LTTng 2.0 Userspace Tracer (development files)

The userspace tracer is designed to provide detailed information about userspace activity. Like the 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. This package contains the UST library development files necessary to compile and link applications against liblttng-ust.

lttng-ust-devel

and development files

lttng-ust

This library may be used by user-space applications to generate

trace-points using LTTng.