From: Namhyung Kim Date: Thu, 26 Dec 2013 06:11:52 +0000 (+0900) Subject: perf hists: Add support for showing relative percentage X-Git-Tag: omap-for-v3.16/fixes-against-rc1~34^2~41^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ab1fa5dfb429c533fbc791e524788cf0cc43775;p=pandora-kernel.git perf hists: Add support for showing relative percentage When filtering by thread, dso or symbol on TUI it also update total period so that the output shows different result than no filter - the percentage changed to relative to filtered entries only. Sometimes this is not desired since users might expect same results with filter. So new filtered_* fields to hists->stats to count them separately. They'll be controlled/used by user later. Signed-off-by: Namhyung Kim Link: http://lkml.kernel.org/r/1397145720-8063-2-git-send-email-namhyung@kernel.org Signed-off-by: Jiri Olsa --- Reading git-diff-tree failed