perfparser missing from install
Description:
The perfparser tool built with Qt Creator is missing from the install. As a result, it is impossible to use the Performance Analyzer feature, which utilizes perf.
Additional info:
- package version(s):
qtcreator13.0.2-2,perf6.9-1
Steps to reproduce:
- Install
perfoptional dependency to have access to the performance analyzer. - Open a C/C++ project and select an executable.
- Attempt to profile through Analize -> Performance Analyzer.
- A dialog will show stating that the
perfparserutility cannot be launched.
The perfparser tool should be built as part of Qt Creator itself. Looking at the Qt Creator source, it appears that the perfparser build will be skipped if elfutils isn't installed, so likely this will need to be added to the PKGBUILD dependencies. I think it can be listed under makedepends and under optdepends next to perf, since users of the package should only need elfutils if the perfparser tool is actually run as part of the performance analyzer.