summaryrefslogtreecommitdiffstats
path: root/rules/oprofile.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-03-17 17:12:45 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-03-17 17:12:45 +0000
commitde80098f2ef0eba1d47b29c85dd981a4c9d72c4f (patch)
tree5d3f5b6f22ca1c99ab5e8755f35761686fe58b8b /rules/oprofile.in
parent11886e84c7c8b8240fe2ee3ed770d8529a2eb681 (diff)
downloadptxdist-de80098f2ef0eba1d47b29c85dd981a4c9d72c4f.tar.gz
ptxdist-de80098f2ef0eba1d47b29c85dd981a4c9d72c4f.tar.xz
* oprofile: backport from TechPool.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7851 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/oprofile.in')
-rw-r--r--rules/oprofile.in17
1 files changed, 11 insertions, 6 deletions
diff --git a/rules/oprofile.in b/rules/oprofile.in
index 269018b49..3d09a9523 100644
--- a/rules/oprofile.in
+++ b/rules/oprofile.in
@@ -1,11 +1,16 @@
config OPROFILE
bool
- # FIXME:
- # arrange_profiles.cpp:93: error: definition of 'bool
- # profile_classes::matches(const profile_classes&)' is not in
- # namespace enclosing 'profile_classes'
select LIBPOPT
+ select KERNEL
+ select BB_CONFIG_DIRNAME
+ select BB_CONFIG_ID
+ select BB_CONFIG_MKTEMP
+ select BB_CONFIG_PIDOF
+ select BB_CONFIG_PRINTF
select BINUTILS
- prompt "oprofile"
+ select BINUTILS_OBJDUMP
+ prompt "oprofile tools"
+ default n
help
- system-wide profiler for Linux systems
+ oprofile user space executables including opcontrol, opreport and others
+