Public bug reported: Running perf in 16.04 returns: `` usage: perf [--version] [--help] [OPTIONS] COMMAND [ARGS]
The most commonly used perf commands are: annotate Read perf.data (created by perf record) and display annotated code archive Create archive with object files with build-ids found in perf.data file ... ``` ``` perf version 4.15.18 ``` However `perf archive` returns: ``` perf: 'archive' is not a perf-command. See 'perf --help'. ``` It appears that the archive script is somehow missing from the package. Similar reports can be seen here: * https://stackoverflow.com/questions/42150355/how-do-i-use-a-newer-perf-tool-front-end-with-a-record-from-an-older-perf-versio * https://www.spinics.net/lists/linux-perf-users/msg01294.html Description: Ubuntu 16.04.5 LTS Release: 16.04 linux-tools-4.15.0-43-generic: Installed: 4.15.0-43.46~16.04.1 Candidate: 4.15.0-43.46~16.04.1 Version table: *** 4.15.0-43.46~16.04.1 500 500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages 500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages 100 /var/lib/dpkg/status ** Affects: linux-meta (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1811255 Title: perf archive missing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/1811255/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
