summaryrefslogtreecommitdiffstats
path: root/scripts/ubuntu-install-perf.sh
blob: 856700392c6b16b331f749af01306bb523055e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash
set -v

# Get kernel info
UNAME=$(uname -r)

# Install linux tools for the perf binary
sudo apt-get install -y \
    linux-tools-common \
    linux-tools-generic \
    linux-tools-$UNAME