From: Namhyung Kim Date: Thu, 8 Jan 2015 00:45:46 +0000 (+0900) Subject: perf tools: Pass struct perf_hpp_fmt to its callbacks X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~164^2~10^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87bbdf768ff962f1c04d3b8f6db1e179279132d1;p=pandora-kernel.git perf tools: Pass struct perf_hpp_fmt to its callbacks Currently ->cmp, ->collapse and ->sort callbacks doesn't pass corresponding fmt. But it'll be needed by upcoming changes in perf diff command. Suggested-by: Jiri Olsa Signed-off-by: Namhyung Kim Acked-by: Jiri Olsa Cc: Ingo Molnar Cc: Jiri Olsa Cc: Kan Liang Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1420677949-6719-6-git-send-email-namhyung@kernel.org [ fix build by passing perf_hpp_fmt pointer to hist_entry__cmp_ methods ] Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed