Re: [PATCH v0] lockstat: Add documentation on contention and contenting points

2015-01-28 Thread Jonathan Corbet
On Tue, 13 Jan 2015 15:59:30 +0100 Daniel Wagner wrote: > I spent some time to figure out what I saw in /proc/lock_stat. Maybe > someone else has the same question. I've applied this to the docs tree, thanks. jon -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

[PATCH v0] lockstat: Add documentation on contention and contenting points

2015-01-13 Thread Daniel Wagner
Signed-off-by: Daniel Wagner Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Jonathan Corbet --- I spent some time to figure out what I saw in /proc/lock_stat. Maybe someone else has the same question. --- Documentation/locking/lockstat.txt | 5 + 1 file changed, 5 insertions(+) diff --git a/Docu