diff options
author | Norman Bintang <[email protected]> | 2024-08-09 22:06:45 +0800 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2024-08-10 10:40:58 +0200 |
commit | 72c0f57dbe8bf625108dc67e34f3472f28501776 (patch) | |
tree | 020977d7bb88c4e3d5f2976a016546593405bd97 /tools/perf/scripts/python/task-analyzer.py | |
parent | e9606148a6712f7a73dc81d69e19325b61bd4d09 (diff) |
ALSA: pcm: Add xrun counter for snd_pcm_substream
This patch adds an xrun counter to snd_pcm_substream as an alternative
to using logs from XRUN_DEBUG_BASIC. The counter provides a way to track
the number of xrun occurences, accessible through the /proc interface.
The counter is enabled when CONFIG_SND_PCM_XRUN_DEBUG is set.
Example output:
$ cat /proc/asound/card0/pcm9p/sub0/status
owner_pid : 1425
trigger_time: 235.248957291
tstamp : 0.000000000
delay : 1912
avail : 480
avail_max : 1920
-----
hw_ptr : 672000
appl_ptr : 673440
xrun_counter: 3 # (new row)
Signed-off-by: Norman Bintang <[email protected]>
Reviewed-by: Chih-Yang Hsia <[email protected]>
Tested-by: Chih-Yang Hsia <[email protected]>
Reviewed-by: David Riley <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions