From: Namhyung Kim Date: Tue, 4 Mar 2014 02:01:41 +0000 (+0900) Subject: perf tools: Add ->sort() member to struct sort_entry X-Git-Tag: omap-for-v3.16/fixes-against-rc1~34^2~17^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=202e7a6d16127323d03e912d7844aa0d614c315e;p=pandora-kernel.git perf tools: Add ->sort() member to struct sort_entry Currently, what the sort_entry does is just identifying hist entries so that they can be grouped properly. However, with -F option support, it indeed needs to sort entries appropriately to be shown to users. So add ->sort() member to do it. Signed-off-by: Namhyung Kim Acked-by: Ingo Molnar Link: http://lkml.kernel.org/r/1400480762-22852-13-git-send-email-namhyung@kernel.org Signed-off-by: Jiri Olsa --- Reading git-diff-tree failed