aboutsummaryrefslogtreecommitdiff
path: root/trace-events
diff options
context:
space:
mode:
authorLluís Vilanova <vilanova@ac.upc.edu>2016-10-05 14:03:29 +0200
committerStefan Hajnoczi <stefanha@redhat.com>2016-10-12 09:54:53 +0200
commitf5e2b3be82ec7e2ec8fed37da3fb2da469ae7d4b (patch)
tree44b0fff15e9511bfd61b8ecd393043991466b193 /trace-events
parent80dd5c4918aba98f025ca60c838dd68b6e33ff0e (diff)
trace: Add missing execution mode of guest events
Add missing execution mode documentation for the 'guest_cpu_enter' and 'guest_cpu_reset' events. Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Message-id: 147566900921.7708.656450813307396468.stgit@fimbulvetr.bsc.es Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'trace-events')
-rw-r--r--trace-events2
1 files changed, 2 insertions, 0 deletions
diff --git a/trace-events b/trace-events
index bd2199af32..8ecded5150 100644
--- a/trace-events
+++ b/trace-events
@@ -129,11 +129,13 @@ memory_region_tb_write(int cpu_index, uint64_t addr, uint64_t value, unsigned si
# 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)