]> Git Repo - qemu.git/commit
docs/devel/tracing.txt: Recommend only trace_event_get_state_backends()
authorPeter Maydell <[email protected]>
Mon, 20 Jan 2020 15:11:40 +0000 (15:11 +0000)
committerStefan Hajnoczi <[email protected]>
Thu, 30 Jan 2020 21:33:50 +0000 (21:33 +0000)
commit1aa6430dbee5237db8831f63b17b5c7c321098d0
treee959893eb5261bc31fd85c97a48b9fd7a61c7d36
parent70149da7641815e08b985aa96ec15fe6ba927f12
docs/devel/tracing.txt: Recommend only trace_event_get_state_backends()

Instead of recommending checking the TRACE_FOO_ENABLED macro to
skip expensive computations needed only for tracing, recommend
only using trace_event_get_state_backends(). This works for both
compile-time and run-time disabling of events, and has no extra
performance impact if the event is compile-time disabled.

Signed-off-by: Peter Maydell <[email protected]>
Message-id: 20200120151142[email protected]
Message-Id: <20200120151142[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
docs/devel/tracing.txt
This page took 0.025314 seconds and 4 git commands to generate.