public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Finding out who's holding a lock?
@ 2013-08-23  0:52 Andy Lutomirski
  2013-08-24 10:50 ` Peter Hurley
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Lutomirski @ 2013-08-23  0:52 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org

My program is occasionally seeing slow page faults.  latencytop says
they're slow because they're waiting for read access to mmap_sem, but
latencytop isn't showing any other thread in the process blocking.

Is there any straightforward way to find out who called down_write on
mmap_sem when down_read is slow?

--Andy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-24 10:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-23  0:52 Finding out who's holding a lock? Andy Lutomirski
2013-08-24 10:50 ` Peter Hurley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox