diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2014-04-12 00:23:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-12 00:23:03 +0700 |
commit | bb3ef6edd949aff15e8bfe66bce9771bd47b28ce (patch) | |
tree | 639eb2094fd664c2ad96bf020725f96a3a49b204 /development/perf/README | |
parent | f957860309619b6ceaf55fa29e33f0409e40b964 (diff) | |
download | slackbuilds-bb3ef6edd949aff15e8bfe66bce9771bd47b28ce.tar.gz slackbuilds-bb3ef6edd949aff15e8bfe66bce9771bd47b28ce.tar.xz |
development/perf: Added (Linux kernel perf tools).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/perf/README')
-rw-r--r-- | development/perf/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/development/perf/README b/development/perf/README new file mode 100644 index 00000000000..3eaadb7db33 --- /dev/null +++ b/development/perf/README @@ -0,0 +1,12 @@ +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. |