sudo perf record -p ${pidof mysqld} -g -o sample.perf -- sleep 5. The -g option here records the calling stack. Because seeing time in a mutex function ...
確定! 回上一頁