From: Namhyung Kim Date: Sat, 27 Dec 2014 05:06:30 +0000 (+0900) Subject: perf diff: Get rid of hists__compute_resort() X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~164^2~10^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38259a170dfab4865968b592ae90b373e9f7d5b5;p=pandora-kernel.git perf diff: Get rid of hists__compute_resort() The hists__compute_resort() is to sort output fields based on the given field/criteria. This was done without the sort list but as we added the field to the sort list, we can do it with normal hists__output_resort() using the ->sort callback. Signed-off-by: Namhyung Kim Acked-by: Jiri Olsa Cc: Ingo Molnar Cc: Jiri Olsa Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1419656793-32756-2-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed