summaryrefslogtreecommitdiffstats
path: root/package/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-01-06 05:22:45 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-07 21:37:57 +0100
commitd82f5cb94a163774eb9e0c689d246e2a7e15ca62 (patch)
treef6bfa2865283380de70c82120fbfd6ce3a406d46 /package/Config.in
parent871846cad435ba3331a9f57c8939889ec86df887 (diff)
downloadbuildroot-novena-d82f5cb94a163774eb9e0c689d246e2a7e15ca62.tar.gz
buildroot-novena-d82f5cb94a163774eb9e0c689d246e2a7e15ca62.zip
perf: new package
This patch adds a new package that allows to build the 'perf' userspace tool that comes in the tools/perf directory of the kernel sources. It is an alternative proposal to the one done by Kaiwan Billimoria <kaiwan.billimoria@gmail.com>, in that it creates the package in package/perf/. It therefore properly integrates with the Buildroot package infrastructure. Of course, the package depends on the Linux kernel to be built by Buildroot, in order to get Perf sources matching the version of the kernel that will be executed. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/Config.in')
-rw-r--r--package/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index d9255ab09..49db3801a 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -35,6 +35,7 @@ source "package/ltrace/Config.in"
source "package/memstat/Config.in"
source "package/netperf/Config.in"
source "package/oprofile/Config.in"
+source "package/perf/Config.in"
source "package/ramspeed/Config.in"
source "package/rt-tests/Config.in"
source "package/strace/Config.in"