aboutsummaryrefslogtreecommitdiff
path: root/audio/trace-events
diff options
context:
space:
mode:
Diffstat (limited to 'audio/trace-events')
-rw-r--r--audio/trace-events5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/trace-events b/audio/trace-events
index d37639e..c986469 100644
--- a/audio/trace-events
+++ b/audio/trace-events
@@ -15,3 +15,8 @@ alsa_no_frames(int state) "No frames available and ALSA state is %d"
# audio/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/audio.c
+audio_timer_start(int interval) "interval %d ms"
+audio_timer_stop(void) ""
+audio_timer_delayed(int interval) "interval %d ms"