How to Install liblttng-ust-dev in Ubuntu 18.04



Install liblttng-ust-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install liblttng-ust-dev

Description:

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.

Homepage: https://lttng.org/

Version: 2.10.1-1

Section: universe/libdevel