mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
trace: [simple] disable all trace points by default
Note that this refers to the backend-specific state (whether the output must be generated), not the event "disabled" property (which always uses the "nop" backend). Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
This commit is contained in:
parent
dd215f646c
commit
03727e6a06
3 changed files with 10 additions and 13 deletions
|
@ -17,9 +17,6 @@
|
|||
# Example: qemu_malloc(size_t size) "size %zu"
|
||||
#
|
||||
# The "disable" keyword will build without the trace event.
|
||||
# In case of 'simple' trace backend, it will allow the trace event to be
|
||||
# compiled, but this would be turned off by default. It can be toggled on via
|
||||
# the monitor.
|
||||
#
|
||||
# The <name> must be a valid as a C function name.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue