]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
perf report: Document '--call-graph' for optional print_limit argument
authorNamhyung Kim <namhyung@gmail.com>
Mon, 12 Dec 2011 15:16:50 +0000 (00:16 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 20 Dec 2011 15:28:13 +0000 (13:28 -0200)
commit6581f6e35f7d0338f699fce660adb48e863f2b59
tree415d6b105e4f714f7d5c1cd6a297eadc45e95e8f
parentf3bda2c9a689b38c059f7cb2d761ff58a2996370
perf report: Document '--call-graph' for optional print_limit argument

The '--call-graph' command line option can receive undocumented optional
print_limit argument. Besides, use strtoul() to parse the option since
its type is u32.

Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1323703017-6060-2-git-send-email-namhyung@gmail.com
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-report.txt
tools/perf/builtin-report.c