diff options
| author | Eduardo Habkost <ehabkost@redhat.com> | 2018-06-25 14:10:56 -0300 |
|---|---|---|
| committer | Eduardo Habkost <ehabkost@redhat.com> | 2018-06-25 14:10:56 -0300 |
| commit | 0b6e9aa89e02c8b213af019aad816e00ba8243f8 (patch) | |
| tree | 27eb6832830ebf44939c7b968df9044c6d4433ae /hw/audio/trace-events | |
| parent | 6b2942f966d5e54c37d305c80f5f98d504c2bc55 (diff) | |
| parent | 35e238c9330669882487f9929e0aa97900431853 (diff) | |
| download | focaccia-qemu-0b6e9aa89e02c8b213af019aad816e00ba8243f8.tar.gz focaccia-qemu-0b6e9aa89e02c8b213af019aad816e00ba8243f8.zip | |
Merge branch 'master' of git://git.qemu.org/qemu into x86-next
Diffstat (limited to 'hw/audio/trace-events')
| -rw-r--r-- | hw/audio/trace-events | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/audio/trace-events b/hw/audio/trace-events index fa1646d169..5891b4e2b9 100644 --- a/hw/audio/trace-events +++ b/hw/audio/trace-events @@ -17,3 +17,9 @@ milkymist_ac97_in_cb(int avail, uint32_t remaining) "avail %d remaining %u" milkymist_ac97_in_cb_transferred(int transferred) "transferred %d" milkymist_ac97_out_cb(int free, uint32_t remaining) "free %d remaining %u" milkymist_ac97_out_cb_transferred(int transferred) "transferred %d" + +# hw/audio/hda-codec.c +hda_audio_running(const char *stream, int nr, bool running) "st %s, nr %d, run %d" +hda_audio_format(const char *stream, int chan, const char *fmt, int freq) "st %s, %d x %s @ %d Hz" +hda_audio_adjust(const char *stream, int pos) "st %s, pos %d" +hda_audio_overrun(const char *stream) "st %s" |