summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2014-10-21 23:49:14 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-11-13 10:26:54 +0100
commit9907e7bea2dc1ebe6882d6b810eb6746d5187bc9 (patch)
tree8b01441880cc2058cc7cd2330af279d3ef7b1ae6
parentb2573b2818475a7e60b63e7c46870e474fc185ec (diff)
downloadptxdist-9907e7bea2dc1ebe6882d6b810eb6746d5187bc9.tar.gz
ptxdist-9907e7bea2dc1ebe6882d6b810eb6746d5187bc9.tar.xz
oprofile: targetinstall missing and additional binaries
'op-check-perfevents' is called by 'opcontrol' and 'oparchive' may be useful for easier examination. 'ocount' and 'operf' are only build if kernel headers are installed, but recommended to use with newer kernels and hardware supporting it. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/oprofile.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/oprofile.make b/rules/oprofile.make
index c11324105..c2d64082f 100644
--- a/rules/oprofile.make
+++ b/rules/oprofile.make
@@ -53,10 +53,14 @@ $(STATEDIR)/oprofile.targetinstall:
@$(call install_fixup, oprofile,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
@$(call install_fixup, oprofile,DESCRIPTION,missing)
+ @$(call install_copy, oprofile, 0, 0, 0755, -, /usr/bin/op-check-perfevents)
@$(call install_copy, oprofile, 0, 0, 0755, -, /usr/bin/opcontrol)
@$(call install_copy, oprofile, 0, 0, 0755, -, /usr/bin/ophelp)
@$(call install_copy, oprofile, 0, 0, 0755, -, /usr/bin/opreport)
@$(call install_copy, oprofile, 0, 0, 0755, -, /usr/bin/oprofiled)
+ @$(call install_copy, oprofile, 0, 0, 0755, -, /usr/bin/oparchive)
+ @$(call install_copy, oprofile, 0, 0, 0755, -, /usr/bin/ocount)
+ @$(call install_copy, oprofile, 0, 0, 0755, -, /usr/bin/operf)
@$(call install_tree, oprofile, 0, 0, -, /usr/share/oprofile)