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 (712B)


      1# See docs/devel/tracing.rst for syntax documentation.
      2
      3# cs4231.c
      4cs4231_mem_readl_dreg(uint32_t reg, uint32_t ret) "read dreg %d: 0x%02x"
      5cs4231_mem_readl_reg(uint32_t reg, uint32_t ret) "read reg %d: 0x%08x"
      6cs4231_mem_writel_reg(uint32_t reg, uint32_t old, uint32_t val) "write reg %d: 0x%08x -> 0x%08x"
      7cs4231_mem_writel_dreg(uint32_t reg, uint32_t old, uint32_t val) "write dreg %d: 0x%02x -> 0x%02x"
      8
      9# hda-codec.c
     10hda_audio_running(const char *stream, int nr, bool running) "st %s, nr %d, run %d"
     11hda_audio_format(const char *stream, int chan, const char *fmt, int freq) "st %s, %d x %s @ %d Hz"
     12hda_audio_adjust(const char *stream, int pos) "st %s, pos %d"
     13hda_audio_overrun(const char *stream) "st %s"