[PATCH 11/18] perf hists: Sort hist entries by accumulated period

2013-12-17 Thread Namhyung Kim
From: Namhyung Kim When callchain accumulation is requested, we need to sort the entries by accumulated period value. When accumulated periods of two entries are same (i.e. single path callchain) put the caller above since accumulation tends to put callers on higher position for obvious reason.

[PATCH 11/18] perf hists: Sort hist entries by accumulated period

2013-12-17 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com When callchain accumulation is requested, we need to sort the entries by accumulated period value. When accumulated periods of two entries are same (i.e. single path callchain) put the caller above since accumulation tends to put callers on higher position