diff options
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/trace-events b/trace-events index 1ddf7a75bb..1a6bf2f35b 100644 --- a/trace-events +++ b/trace-events @@ -192,22 +192,6 @@ cpu_set_state(int cpu_index, uint8_t state) "setting cpu %d state to %" PRIu8 cpu_halt(int cpu_index) "halting cpu %d" cpu_unhalt(int cpu_index) "unhalting cpu %d" -# audio/alsaaudio.c -alsa_revents(int revents) "revents = %d" -alsa_pollout(int i, int fd) "i = %d fd = %d" -alsa_set_handler(int events, int index, int fd, int err) "events=%#x index=%d fd=%d err=%d" -alsa_wrote_zero(int len) "Failed to write %d frames (wrote zero)" -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" - -# audio/ossaudio.c -oss_version(int version) "OSS version = %#x" -oss_invalid_available_size(int size, int bufsize) "Invalid available size, size=%d bufsize=%d" - # net/vhost-user.c vhost_user_event(const char *chr, int event) "chr: %s got event: %d" |