mirror of
https://github.com/qemu/qemu.git
synced 2024-11-24 19:33:39 +08:00
vl: add system_wakeup_request tracepoint
It might be useful for tracing migration. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
ac4df4e608
commit
4fed9421e9
@ -486,6 +486,7 @@ runstate_set(int new_state) "new state %d"
|
||||
g_malloc(size_t size, void *ptr) "size %zu ptr %p"
|
||||
g_realloc(void *ptr, size_t size, void *newptr) "ptr %p size %zu newptr %p"
|
||||
g_free(void *ptr) "ptr %p"
|
||||
system_wakeup_request(int reason) "reason=%d"
|
||||
|
||||
# block/qcow2.c
|
||||
qcow2_writev_start_req(void *co, int64_t sector, int nb_sectors) "co %p sector %" PRIx64 " nb_sectors %d"
|
||||
|
Loading…
Reference in New Issue
Block a user