perf diff: Add --percentage option
authorNamhyung Kim <namhyung@kernel.org>
Fri, 7 Feb 2014 03:06:07 +0000 (12:06 +0900)
committerJiri Olsa <jolsa@redhat.com>
Wed, 16 Apr 2014 15:16:03 +0000 (17:16 +0200)
commit8810f6ced73556c1a63b6269a6cdad8d630aaaf0
tree44357b32b7388716d983f037223cc38a27feb905
parent33db4568e1f41efe6d0e4695483f968fc1135bf3
perf diff: Add --percentage option

The --percentage option is for controlling overhead percentage
displayed.  It can only receive either of "relative" or "absolute" and
affects -c delta output only.

For more information, please see previous commit same thing done to
"perf report".

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1397145720-8063-5-git-send-email-namhyung@kernel.org
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
tools/perf/Documentation/perf-diff.txt
tools/perf/builtin-diff.c