mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
oprofile: Include operf command
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 9863553fe8, 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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
1e8a5ff22e
commit
8d2ade37b1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user