| # See docs/devel/tracing.rst for syntax documentation. |
| |
| # 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=0x%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_info_params(int req_fmt, int obt_fmt, int req_channels, int obt_channels, int req_freq, int obt_freq) "format %d->%d, channels %d->%d, frequency %d->%d" |
| alsa_info_samples(int buffer_length, int period_length, long samples) "requested: buffer len %d, period len %d; obtained: %ld samples" |
| alsa_fini_out(void) "" |
| alsa_enable_out(bool enable) "enable=%d" |
| alsa_enable_in(bool enable) "enable=%d" |
| |
| # ossaudio.c |
| oss_version(int version) "OSS version = 0x%x" |
| oss_out_params(int req_fmt, int obt_fmt, int req_channels, int obt_channels, int req_freq, int obt_freq, int req_nfrags, int obt_nfrags, int req_fragsize, int obt_fragsize) "fmt=%d->%d, channels %d->%d, freq=%d->%d, nfrags=%d->%d, fragsize=%d->%d" |
| oss_in_params(int req_fmt, int obt_fmt, int req_channels, int obt_channels, int req_freq, int obt_freq, int req_nfrags, int obt_nfrags, int req_fragsize, int obt_fragsize) "fmt=%d->%d, channels %d->%d, freq=%d->%d, nfrags=%d->%d, fragsize=%d->%d" |
| oss_fini_out(void) "" |
| oss_enable_out(bool enable) "enable=%d" |
| oss_enable_in(bool enable) "enable=%d" |
| |
| # dbusaudio.c |
| dbus_audio_register(const char *s, const char *dir) "sender = %s, dir = %s" |
| 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" |
| |
| # dsoundaudio.c |
| dsound_clear_sample(void *p1, uint32_t blen1, uint32_t len1, void *p2, uint32_t blen2, uint32_t len2) "p1=%p, blen1=%u, len1=%u, p2=%p, blen2=%u, len2=%u" |
| dsound_wave_format(uint16_t wFormatTag, uint16_t nChannels, uint32_t nSamplesPerSec, uint32_t nAvgBytesPerSec, uint16_t nBlockAlign, uint16_t wBitsPerSample, uint16_t cbSize) "wFormatTag=%u, nChannels=%u, nSamplesPerSec=%u, nAvgBytesPerSec=%u, nBlockAlign=%u, wBitsPerSample=%u, cbSize=%u" |
| dsound_buffer_bytes(uint32_t caps_bytes, uint32_t desc_bytes) "caps_bytes=%u, desc_bytes=%u" |
| |
| # jackaudio.c |
| jack_client_recover(void) "attempting to reconnect to server" |
| jack_connect(const char *src, const char *dst) "connect %s -> %s" |
| jack_server_started(void) "server started" |
| jack_unique_name(const char *name) "unique name assigned %s" |
| jack_out_init(uint32_t freq, int buffersize) "output configured for %uHz (%d samples)" |
| jack_in_init(uint32_t freq, int buffersize) "input configured for %uHz (%d samples)" |
| jack_info(const char *msg) "%s" |
| |
| # pwaudio.c |
| pw_state_changed(int nodeid, const char *s) "node id: %d stream state: %s" |
| pw_read(int32_t avail, uint32_t index, size_t len) "avail=%d index=%u len=%zu" |
| pw_write(int32_t filled, int32_t avail, uint32_t index, size_t len) "filled=%d avail=%d index=%u len=%zu" |
| pw_vol(const char *ret) "set volume: %s" |
| pw_period(uint64_t quantum, uint32_t rate) "period =%" PRIu64 "/%u" |
| pw_audio_init(void) "Initialize PipeWire context" |
| |
| # audio-be.c |
| audio_be_set_active_in(void *sw, bool on) "sw=%p, on=%d" |
| audio_be_set_active_out(void *sw, bool on) "sw=%p, on=%d" |
| |
| # audio.c |
| audio_timer_start(int interval) "interval %d ms" |
| audio_timer_stop(void) "" |
| audio_timer_delayed(int interval) "interval %d ms" |
| audio_notify_capture(int cmd) "notification %d sent" |
| audio_capture_attach(const char *name, bool active) "capture %s active=%d" |
| |
| # audio-mixeng-be.c |
| audio_get_avail(const char *name, size_t live, uint32_t frontend_frames) "%s: get_avail live %zu frontend frames %u" |
| audio_run_poll(const char *msg, int64_t elapsed_us) "Elapsed since last %s: %" PRId64 " us" |
| audio_capture_free_sw(const char *name) "freeing %s" |
| audio_out_full(const char *name, size_t live) "%s is full %zu" |
| audio_sw_write(const char *name, size_t size, size_t written, size_t total_mixed) "%s: write size %zu written %zu total mixed %zu" |
| audio_get_free(const char *name, size_t live, size_t dead, uint32_t frontend_frames) "%s: get_free live %zu dead %zu frontend frames %u" |
| audio_out_disable(void) "Disabling voice" |
| audio_out_played(size_t played) "played=%zu" |
| audio_rate_reset(int64_t frames) "Resetting rate control (%" PRId64 " frames)" |
| |
| # audio_template.h |
| audio_open_out(const char *name, int freq, int nchannels, int fmt) "open %s, freq %d, nchannels %d, fmt %d" |
| audio_open_in(const char *name, int freq, int nchannels, int fmt) "open %s, freq %d, nchannels %d, fmt %d" |
| audio_voice_pair(const char *type, const char *name, const char *hw_fmt, int hw_freq, int hw_nchannels, const char *sw_fmt, int sw_freq, int sw_nchannels) "%s: name=%s hw=%s/%d/%d sw=%s/%d/%d" |