aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2020-08-06 16:13:33 +0200
committerStefan Hajnoczi <stefanha@redhat.com>2020-09-09 17:17:02 +0100
commit6ec9379870d409311c7faf5b5316d2e2a8da353f (patch)
tree238209f6520bcaf5c59d2b52e9d342d350b17a74 /audio
parentf7dc89c35df0012b84e9d23f71e357f58b66303a (diff)
downloadqemu-6ec9379870d409311c7faf5b5316d2e2a8da353f.zip
qemu-6ec9379870d409311c7faf5b5316d2e2a8da353f.tar.gz
qemu-6ec9379870d409311c7faf5b5316d2e2a8da353f.tar.bz2
trace-events: Delete unused trace points
Tracked down with the help of scripts/cleanup-trace-events.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-id: 20200806141334.3646302-4-armbru@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'audio')
-rw-r--r--audio/trace-events3
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/trace-events b/audio/trace-events
index a1d1ecc..6aec535 100644
--- a/audio/trace-events
+++ b/audio/trace-events
@@ -9,12 +9,9 @@ alsa_read_zero(long len) "Failed to read %ld frames (read zero)"
alsa_xrun_out(void) "Recovering from playback xrun"
alsa_xrun_in(void) "Recovering from capture xrun"
alsa_resume_out(void) "Resuming suspended output stream"
-alsa_resume_in(void) "Resuming suspended input stream"
-alsa_no_frames(int state) "No frames available and ALSA state is %d"
# ossaudio.c
oss_version(int version) "OSS version = 0x%x"
-oss_invalid_available_size(int size, int bufsize) "Invalid available size, size=%d bufsize=%d"
# audio.c
audio_timer_start(int interval) "interval %d ms"