Hello,
I use Zedboard with ARM core running Linaro for my experiments. For a specific experiment, I need to use the perf command. I followed the page:
https://wiki.linaro.org/Platform/DevPlatform/Tools/Perfand used the command
sudo apt-get install linux-linaro-12.11-tools but I am getting
:Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-linaro-12.11-tools
E: Couldn't find any package by regex 'linux-linaro-12.11-tools'
The command
s lsb_release -a and uname -a gives:
$lsb_release -a
No LSB modules are available.
Distributor ID: Linaro
Description: Linaro 12.11
Release: 12.11
Codename: precise
$uname -a
Linux zed2 3.15.0-xilinx+ #16 SMP PREEMPT Thu Mar 12 22:24:14 SGT 2015 armv7l armv7l armv7l GNU/Linux