09 Oct, 2013

1 commit

  • While both the nr and total times are showed, having the avg
    lock hold and wait times show in the report is quite useful when
    working on performance related issues. Furthermore, I find
    myself constantly doing the calculations manually.

    In addition, some of the documentation examples were changed to
    easily update them to show the two new columns. No textual
    change otherwise, as descriptions match the lockstat output.

    Signed-off-by: Davidlohr Bueso
    Cc: aswin@hp.com
    Cc: Peter Zijlstra
    Link: http://lkml.kernel.org/r/1380746928.2313.14.camel@buesod1.americas.hpqcorp.net
    [ Fixlets: changed a seq_printf() to seq_puts(), converted spaces to tabs. ]
    Signed-off-by: Ingo Molnar

    Davidlohr Bueso
     

19 Feb, 2013

1 commit

  • s/STATS/STAT

    Signed-off-by: Yuanhan Liu
    Cc: Peter Zijlstra
    Link: http://lkml.kernel.org/r/1359019365-23646-1-git-send-email-yuanhan.liu@linux.intel.com
    Signed-off-by: Ingo Molnar

    Yuanhan Liu
     

28 May, 2011

1 commit


25 May, 2011

1 commit

  • Straightforward conversion of i_mmap_lock to a mutex.

    Signed-off-by: Peter Zijlstra
    Acked-by: Hugh Dickins
    Cc: Benjamin Herrenschmidt
    Cc: David Miller
    Cc: Martin Schwidefsky
    Cc: Russell King
    Cc: Paul Mundt
    Cc: Jeff Dike
    Cc: Richard Weinberger
    Cc: Tony Luck
    Cc: KAMEZAWA Hiroyuki
    Cc: Mel Gorman
    Cc: KOSAKI Motohiro
    Cc: Nick Piggin
    Cc: Namhyung Kim
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Peter Zijlstra
     

06 Dec, 2009

1 commit


20 Oct, 2008

1 commit


05 Sep, 2008

1 commit


08 Oct, 2007

1 commit

  • Provide some documentation for CONFIG_LOCK_STAT.

    Signed-off-by: Peter Zijlstra
    Acked-by: Ingo Molnar
    Cc: "Randy.Dunlap"
    Cc: Rob Landley
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Peter Zijlstra