> there're multiple pthreads in pulseuadio, which makes reading a bit > confuse. > this patch can print each pthread's id. Wouldn't it be easier to understand if the thread name was used? We typically rely on thread names to understand what goes on with ftrace/pytimechart, I would think this is similar here. I would rather see a log with "alsa-sink" rather than "PID 6779", it'd also make log comparison and analysis easier. -Pierre