summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.h
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@kernel.org>2014-03-18 13:00:59 +0900
committerJiri Olsa <jolsa@kernel.org>2014-05-21 11:45:36 +0200
commite67d49a72df9aa50841ad400f7a99405e4980ee4 (patch)
tree4983f50b79df146a310d3ef1b9bdfa7e2f73aae1 /tools/perf/util/hist.h
parent6fe8c26d7ab9fbd6748fc40ca5fea1e3131e7236 (diff)
downloadop-kernel-dev-e67d49a72df9aa50841ad400f7a99405e4980ee4.zip
op-kernel-dev-e67d49a72df9aa50841ad400f7a99405e4980ee4.tar.gz
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>
Diffstat (limited to 'tools/perf/util/hist.h')
-rw-r--r--tools/perf/util/hist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/hist.h b/tools/perf/util/hist.h
index f3713b7..f67feb4 100644
--- a/tools/perf/util/hist.h
+++ b/tools/perf/util/hist.h
@@ -201,6 +201,7 @@ void perf_hpp__append_sort_keys(void);
bool perf_hpp__is_sort_entry(struct perf_hpp_fmt *format);
bool perf_hpp__same_sort_entry(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b);
+bool perf_hpp__should_skip(struct perf_hpp_fmt *format);
typedef u64 (*hpp_field_fn)(struct hist_entry *he);
typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front);
OpenPOWER on IntegriCloud