trace-cmd

Utility to interact with the Ftrace Linux kernel internal tracer. This utility only runs as root. More information: <https://manned.org/trace-cmd>.

Debian Debian
RUN apt-get update && \ apt-get install -y trace-cmd
Ubuntu
RUN apt-get update && \ apt-get install -y trace-cmd
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y trace-cmd
CentOS
RUN yum install -y trace-cmd
Fedora
RUN dnf install -y trace-cmd
Raspbian
RUN apt-get update && \ apt-get install -y trace-cmd
click the source code to copy install trace-cmd on any operating system with command-not-found.com