From: Namhyung Kim Date: Mon, 22 Dec 2014 04:44:09 +0000 (+0900) Subject: perf report: Get rid of report__inc_stat() X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~164^2~10^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=590cd344e2099c7b040b29d3a711b4c26358def5;p=pandora-kernel.git perf report: Get rid of report__inc_stat() The report__inc_stat() function collects the number of hist entries in the session in order to calculate the max size of the progess bar. It'd be better if it does it during the addition of hist entries so that it can be used by other places too. Signed-off-by: Namhyung Kim Cc: Adrian Hunter Cc: David Ahern Cc: Ingo Molnar Cc: Jiri Olsa Cc: Peter Zijlstra Cc: Stephane Eranian Link: http://lkml.kernel.org/r/1419223455-4362-2-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed