]> git.proxmox.com Git - mirror_qemu.git/blob - backends/trace-events
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
[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"