cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

trace-events (248B)


      1# See docs/devel/tracing.rst for syntax documentation.
      2
      3# dbus-vmstate.c
      4dbus_vmstate_pre_save(void)
      5dbus_vmstate_post_load(int version_id) "version_id: %d"
      6dbus_vmstate_loading(const char *id) "id: %s"
      7dbus_vmstate_saving(const char *id) "id: %s"