I investigated the problem a bit further and discovered that `/usr/bin/perf` is just a bash script that executes /usr/lib/linux- tools/$(uname -r)/perf.
The reason why it fails is that there is no `perf` in /usr/lib/linux- tools/6.14.0-24-generic. It should have been included to linux- tools-6.14.0-24-generic packages but it doesn't seem to be the case: ``` ~$ dpkg-query -L linux-tools-6.14.0-24-generic /. /usr /usr/lib /usr/lib/linux-tools /usr/share /usr/share/doc /usr/share/doc/linux-tools-6.14.0-24-generic /usr/share/doc/linux-tools-6.14.0-24-generic/copyright /usr/lib/linux-tools/6.14.0-24-generic /usr/share/doc/linux-tools-6.14.0-24-generic/changelog.Debian.gz ``` So I believe something is wrong with the named package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2117159 Title: perf not found for kernel 6.14.0-24 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/2117159/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
