]> git.proxmox.com Git - mirror_qemu.git/blob - backends/trace-events
Merge tag 'or1k-pull-request-20230809' of https://github.com/stffrdhrn/qemu into...
[mirror_qemu.git] / backends / trace-events
1 # See docs/devel/tracing.rst for syntax documentation.
2
3 # dbus-vmstate.c
4 dbus_vmstate_pre_save(void)
5 dbus_vmstate_post_load(int version_id) "version_id: %d"
6 dbus_vmstate_loading(const char *id) "id: %s"
7 dbus_vmstate_saving(const char *id) "id: %s"