perf tools: Skip elided sort entries
authorNamhyung Kim <namhyung@kernel.org>
Tue, 18 Mar 2014 04:00:59 +0000 (13:00 +0900)
committerJiri Olsa <jolsa@kernel.org>
Wed, 21 May 2014 09:45:36 +0000 (11:45 +0200)
commite67d49a72df9aa50841ad400f7a99405e4980ee4
tree4983f50b79df146a310d3ef1b9bdfa7e2f73aae1
parent6fe8c26d7ab9fbd6748fc40ca5fea1e3131e7236
perf tools: Skip elided sort entries

When it converted sort entries to hpp formats, it missed se->elide
handling, so add it for compatibility.

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