diff options
author | Markus Armbruster | 2020-08-06 16:13:33 +0200 |
---|---|---|
committer | Stefan Hajnoczi | 2020-09-09 18:17:02 +0200 |
commit | 6ec9379870d409311c7faf5b5316d2e2a8da353f (patch) | |
tree | 238209f6520bcaf5c59d2b52e9d342d350b17a74 /audio/trace-events | |
parent | scripts/cleanup-trace-events: Emit files in alphabetical order (diff) | |
download | qemu-6ec9379870d409311c7faf5b5316d2e2a8da353f.tar.gz qemu-6ec9379870d409311c7faf5b5316d2e2a8da353f.tar.xz qemu-6ec9379870d409311c7faf5b5316d2e2a8da353f.zip |
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/trace-events')
-rw-r--r-- | audio/trace-events | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/trace-events b/audio/trace-events index a1d1eccb8a..6aec535763 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" |