UPDATE (01/24/2019)
The solution is amazingly simple. Follow this post:
- Install perf;
- sudo perf record -g -a sleep 10
- sudo perf report
Scrolling down the records, it looks like the problem is related to my USB hub. Unplug the hub and the problem goes away.
No comments:
Post a Comment