perf tools: Get rid of obsolete hist_entry__sort_list
authorNamhyung Kim <namhyung@kernel.org>
Mon, 19 May 2014 05:19:30 +0000 (14:19 +0900)
committerJiri Olsa <jolsa@kernel.org>
Wed, 21 May 2014 09:45:37 +0000 (11:45 +0200)
commitcfaa154b2335d4c8efdfcb65d9b12e944d1b74a6
tree3f97496565bfcd29313393ce7bfa1f7d3308d52a
parent678a500d076ec873b8809041c6b718653db2a75f
perf tools: Get rid of obsolete hist_entry__sort_list

Now we moved to the perf_hpp_[_sort]_list so no need to keep the old
hist_entry__sort_list and sort__first_dimension.  Also the
hist_entry__sort_snprintf() can be gone as hist_entry__snprintf()
provides the functionality.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1400480762-22852-18-git-send-email-namhyung@kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
tools/perf/ui/hist.c
tools/perf/ui/stdio/hist.c
tools/perf/util/sort.c