11 Jan, 2012

1 commit


20 Dec, 2009

1 commit


22 Sep, 2009

1 commit

  • …lysis with tracepoints

    The documentation for ftrace, events and tracepoints is pretty extensive.
    Similarly, the perf PCL tools help files --help are there and the code
    simple enough to figure out what much of the switches mean. However,
    pulling the discrete bits and pieces together and translating that into
    "how do I solve a problem" requires a fair amount of imagination.

    This patch adds a simple document intended to get someone started on the

    Signed-off-by: Mel Gorman <mel@csn.ul.ie>
    Cc: Rik van Riel <riel@redhat.com>
    Reviewed-by: Ingo Molnar <mingo@elte.hu>
    Cc: Larry Woodman <lwoodman@redhat.com>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Li Ming Chun <macli@brc.ubc.ca>
    Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
    Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

    Mel Gorman