I am really struggling with installing linux tool "perf"; (I'm using raspberry pi zero and operating it via my laptop which has windows 10 installed)
My issue is as follows:
When i try to install perf using the following command, it says that its already installed.
sudo apt-get install linux-perf
linux-perf is already the newest version (4.9+80+deb9u4+rpi2).
linux-perf-4.9 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
but when i try to run that command, it gives the error as mentioned below:
perf
/usr/bin/perf: line 13: exec: perf_4.19: not found
E: linux-perf-4.19 is not installed.