diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-07-02 18:15:24 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-07-03 11:46:47 +0200 |
commit | 1a961e785f59eba1fa8e06d5b1ebc84927b4b3a3 (patch) | |
tree | 61acaa2a2125d04ced8f5f66c0d741b0267f1737 /audio/trace-events | |
parent | cabedbc24eb53c3feee612750929a7e307600e20 (diff) |
audio: add audio timer trace points
Track audio timer starts and stops. Also trace delayed audio timer calls.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20180702161524.17268-1-kraxel@redhat.com
Diffstat (limited to 'audio/trace-events')
-rw-r--r-- | audio/trace-events | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/trace-events b/audio/trace-events index d37639e611..c986469319 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" |