I tried perf report but it gave that output :
hwpplayer1@hwpplayer1-Aspire-V3-772G:~$ perf report
WARNING: perf not found for kernel 5.4.28
You may need to install the following packages for this specific kernel:
linux-tools-5.4.28-gnu
linux-cloud-tools-5.4.28-gnu
You may also want to install one of the following packages to keep up
to date:
linux-tools-gnu
linux-cloud-tools-gnu
hwpplayer1@hwpplayer1-Aspire-V3-772G:~$ sudo apt-get install
linux-tools-5.4.28-gnu
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-tools-5.4.28-gnu
E: Couldn't find any package by glob 'linux-tools-5.4.28-gnu'
E: Couldn't find any package by regex 'linux-tools-5.4.28-gnu'
hwpplayer1@hwpplayer1-Aspire-V3-772G:~$ sudo apt-get install
linux-cloud-tools-5.4.28-gnu
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-cloud-tools-5.4.28-gnu
E: Couldn't find any package by glob 'linux-cloud-tools-5.4.28-gnu'
E: Couldn't find any package by regex 'linux-cloud-tools-5.4.28-gnu'
hwpplayer1@hwpplayer1-Aspire-V3-772G:~$ sudo apt-get install linux-tools-gnu
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-tools-gnu
hwpplayer1@hwpplayer1-Aspire-V3-772G:~$ sudo apt-get install
linux-cloud-tools-gnu
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-cloud-tools-gnu
so what should i do ?