perf lock: Introduce new tool "perf lock", for analyzing lock statistics
authorHitoshi Mitake <mitake@dcl.info.waseda.ac.jp>
Sat, 30 Jan 2010 11:43:33 +0000 (20:43 +0900)
committerIngo Molnar <mingo@elte.hu>
Sun, 31 Jan 2010 08:08:26 +0000 (09:08 +0100)
commit9b5e350c7a46a471d5b452836dbafe9aeaeca435
treee9c434ba978ad35712941a2531e3741a03361215
parentc965be10ca3cb0bdd04016c852764afaf8e647c8
perf lock: Introduce new tool "perf lock", for analyzing lock statistics

Adding new subcommand "perf lock" to perf.

I have a lot of remaining ToDos, but for now perf lock can
already provide minimal functionality for analyzing lock
statistics.

Signed-off-by: Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <1264851813-8413-12-git-send-email-mitake@dcl.info.waseda.ac.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/Makefile
tools/perf/builtin-lock.c [new file with mode: 0644]
tools/perf/builtin.h
tools/perf/perf.c