summaryrefslogtreecommitdiffstats
path: root/development/perf
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2021-04-19 22:25:54 -0500
committer Robby Workman <rworkman@slackbuilds.org>2021-04-19 22:25:54 -0500
commit09ee18ce2709fbefb8c6ee013ceb39073a75e720 (patch)
tree0e071d9911d3c7178221e9b1f68de6522325e3f3 /development/perf
parentd16ba828f88f930fea0356336dab9adb2a428f0f (diff)
downloadslackbuilds-09ee18ce2709fbefb8c6ee013ceb39073a75e720.tar.gz
slackbuilds-09ee18ce2709fbefb8c6ee013ceb39073a75e720.tar.xz
development/perf: Fixed dep info
Diffstat (limited to 'development/perf')
-rw-r--r--development/perf/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/perf/README b/development/perf/README
index 1ec21e6c9e..3e439c915c 100644
--- a/development/perf/README
+++ b/development/perf/README
@@ -4,7 +4,7 @@ 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.
-Optional dependencies: audit, numactl, libunwind
+Optional dependencies: audit, numactl
Please note that this build doesn't have any sources in the .info
file, as the sources are already part of the Slackware kernel-source
@@ -14,12 +14,12 @@ version. If it doesn't:
- If your kernel source is located in /usr/src/linux-$VERSION, you
can export KERNEL=<version> in the script's environment. Example:
- export KERNEL=4.4.240
+ export KERNEL=5.11.17
- If your kernel source is somewhere else, you can export
KERNEL=</path/to/source>. Example:
- export KERNEL=/home/myuser/kernels/linux-4.2.240
+ export KERNEL=/home/myuser/kernels/linux-5.11.17
Please note that the package's version number will match the version
of the kernel source, *not* necessarily what's in the perf.info file.