aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/workqueue (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-07workqueue: Implement non-strict affinity scope for unbound workqueuesTejun Heo2-11/+26
2023-08-07workqueue: Add multiple affinity scopes and interface to select themTejun Heo1-6/+9
2023-08-07workqueue: Add tools/workqueue/wq_dump.py which prints out workqueue configurationTejun Heo1-0/+166
2023-05-17workqueue: Track and monitor per-workqueue CPU time usageTejun Heo1-1/+8
2023-05-17workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVETejun Heo1-1/+12
2023-05-17workqueue: Add pwq->stats[] and a monitoring scriptTejun Heo1-0/+150