Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] oprofile: Include operf command
@ 2016-12-23  0:32 Trent Piepho
  2017-01-27  8:55 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Trent Piepho @ 2016-12-23  0:32 UTC (permalink / raw)
  To: buildroot

This is the main command to control oprofile.  It was introduced in
version 0.9.8 from 2012-08-27 and in version 1.0.0 the previous
control tool, opcontrol, was removed.

In commit 9863553fe8fa16a4d19f652b409a44bb58ef5567, removing avr32
support, code that added operf for !avr32 was removed rather than
keeping the code but making it non-conditional.

Signed-off-by: Trent Piepho <tpiepho@kymetacorp.com>
---
 package/oprofile/oprofile.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/oprofile/oprofile.mk b/package/oprofile/oprofile.mk
index d91ddab..f6c0f13 100644
--- a/package/oprofile/oprofile.mk
+++ b/package/oprofile/oprofile.mk
@@ -17,7 +17,7 @@ OPROFILE_BINARIES = \
 	utils/ophelp pp/opannotate pp/oparchive pp/opgprof \
 	pp/opreport opjitconv/opjitconv \
 	utils/op-check-perfevents libabi/opimport \
-	pe_counting/ocount
+	pe_counting/ocount pe_profiling/operf
 
 ifeq ($(BR2_i386),y)
 OPROFILE_ARCH = i386
-- 
2.7.0.25.gfc10eb5.dirty

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] oprofile: Include operf command
  2016-12-23  0:32 [Buildroot] [PATCH] oprofile: Include operf command Trent Piepho
@ 2017-01-27  8:55 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-01-27  8:55 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 23 Dec 2016 00:32:40 +0000, Trent Piepho wrote:
> This is the main command to control oprofile.  It was introduced in
> version 0.9.8 from 2012-08-27 and in version 1.0.0 the previous
> control tool, opcontrol, was removed.
> 
> In commit 9863553fe8fa16a4d19f652b409a44bb58ef5567, removing avr32
> support, code that added operf for !avr32 was removed rather than
> keeping the code but making it non-conditional.
> 
> Signed-off-by: Trent Piepho <tpiepho@kymetacorp.com>
> ---
>  package/oprofile/oprofile.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-27  8:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-23  0:32 [Buildroot] [PATCH] oprofile: Include operf command Trent Piepho
2017-01-27  8:55 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox