mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
build: Remove --enable-gprof
This build option has been deprecated since 8.0. Remove all CONFIG_GPROF code that depends on that, including one errant check using TARGET_GPROF. Acked-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
33bc4fa78b
commit
a0bc599726
9 changed files with 1 additions and 52 deletions
|
@ -20,20 +20,6 @@ they were first deprecated in the 2.10.0 release.
|
|||
What follows is a list of all features currently marked as
|
||||
deprecated.
|
||||
|
||||
Build options
|
||||
-------------
|
||||
|
||||
``gprof`` builds (since 8.0)
|
||||
''''''''''''''''''''''''''''
|
||||
|
||||
The ``--enable-gprof`` configure setting relies on compiler
|
||||
instrumentation to gather its data which can distort the generated
|
||||
profile. As other non-instrumenting tools are available that give a
|
||||
more holistic view of the system with non-instrumented binaries we are
|
||||
deprecating the build option and no longer defend it in CI. The
|
||||
``--enable-gcov`` build option remains for analysis test case
|
||||
coverage.
|
||||
|
||||
System emulator command line arguments
|
||||
--------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue