rw-by-pid-report
Performance monitoring for the Linux kernel
RUN apt-get update && \
apt-get install -y linux-tools-3.2
RUN pacman -S --noconfirm perf
RUN apt-get update && \
apt-get install -y linux-perf-4.19
RUN yum install -y perf
RUN dnf install -y perf
RUN apt-get update && \
apt-get install -y linux-tools-3.12