Add missing execution mode documentation for the 'guest_cpu_enter' and 'guest_cpu_reset' events.
Signed-off-by: Lluís Vilanova <vilan...@ac.upc.edu> --- trace-events | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trace-events b/trace-events index 1a4e092..6764124 100644 --- a/trace-events +++ b/trace-events @@ -145,11 +145,13 @@ colo_filter_rewriter_conn_offset(uint32_t offset) ": offset=%u\n" # Hot-plug a new virtual (guest) CPU # +# Mode: user, softmmu # Targets: all vcpu guest_cpu_enter(void) # Reset the state of a virtual (guest) CPU # +# Mode: user, softmmu # Targets: all vcpu guest_cpu_reset(void)