Skip to content
Xida Ren (Cedar) edited this page Sep 24, 2020 · 1 revision

Quickstart Guide

Paste the following commands into your terminal:

sudo apt update
sudo apt install git
git clone https://github.com/zhiyisun/enable_arm_pmu.git
cd enable_arm_pmu/
sudo apt install linux-headers-`uname -r` build-essential bison linux-headers-$(uname -r) flex
make
make runtests
Clone this wiki locally