diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2024-07-17 21:15:37 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2024-07-22 12:47:28 +0400 |
commit | 2e35439f2521770d909b00b6984de8ff82ce9c7b (patch) | |
tree | 59e16beb8f96d7591a1818fae5a4ba4e617bf0e2 /audio/trace-events | |
parent | b4189dbf805c297fdd6dd228ffab673d44560bcd (diff) |
ui: add more tracing for dbus
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20240717171541.201525-2-marcandre.lureau@redhat.com>
Diffstat (limited to 'audio/trace-events')
-rw-r--r-- | audio/trace-events | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/trace-events b/audio/trace-events index ab04f020ce..7e3f1593c8 100644 --- a/audio/trace-events +++ b/audio/trace-events @@ -15,7 +15,7 @@ oss_version(int version) "OSS version = 0x%x" # dbusaudio.c dbus_audio_register(const char *s, const char *dir) "sender = %s, dir = %s" -dbus_audio_put_buffer_out(size_t len) "len = %zu" +dbus_audio_put_buffer_out(size_t pos, size_t size) "buf_pos = %zu, buf_size = %zu" dbus_audio_read(size_t len) "len = %zu" # pwaudio.c |