diff options
| author | Tejun Heo <[email protected]> | 2016-10-28 12:58:11 -0400 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2017-01-14 11:30:05 +0100 |
| commit | 1460cb65a10f6c7a6e3a1c76513338861a0a43b6 (patch) | |
| tree | 15c9773a766aea95828a609976a7bb8ba5dbbfc2 /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | 10ab56434f2f633a51e432ee8b7c29e12438e163 (diff) | |
locking/mutex, sched/wait: Add mutex_lock_io()
We sometimes end up propagating IO blocking through mutexes; however,
because there currently is no way of annotating mutex sleeps as
iowait, there are cases where iowait and /proc/stat:procs_blocked
report misleading numbers obscuring the actual state of the system.
This patch adds mutex_lock_io() so that mutex sleeps can be marked as
iowait in those cases.
Signed-off-by: Tejun Heo <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Jens Axboe <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions