slackbuilds/development/perf
David Spencer 12de98b2e3 development/perf: Updated for version 4.1.6.
Fixes build failure on Linux 4.1.6.

Signed-off-by: David Spencer <baildon.research@googlemail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-01-17 09:40:16 +07:00
..
README development/perf: Added (Linux kernel perf tools). 2014-04-12 00:23:03 +07:00
perf.SlackBuild development/perf: Updated for version 4.1.6. 2016-01-17 09:40:16 +07:00
perf.info development/perf: Updated for version 4.1.6. 2016-01-17 09:40:16 +07:00
slack-desc development/perf: Added (Linux kernel perf tools). 2014-04-12 00:23:03 +07:00

README

perf is a userspace interface to the kernel's perf events. Performance
counters are CPU hardware registers that count hardware events such as
instructions executed, cache-misses suffered, or branches mispredicted. They
form a basis for profiling applications to trace dynamic control flow and
identify hotspots.

Please note that this SBo doesn't have any sources in the DOWNLOAD
setting, as the sources are already part of a full slackware install.

Optional dependencies: audit, numactl
Another optional dependency is libunwind, but it's unsupported for now
since it requires elfutils which we don't have yet on SBO.