aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/hist.h')
-rw-r--r--tools/perf/util/hist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/hist.h b/tools/perf/util/hist.h
index 13d074db9ef1..a7ae890f4c71 100644
--- a/tools/perf/util/hist.h
+++ b/tools/perf/util/hist.h
@@ -207,6 +207,7 @@ struct perf_hpp_fmt {
207 struct list_head list; 207 struct list_head list;
208 struct list_head sort_list; 208 struct list_head sort_list;
209 bool elide; 209 bool elide;
210 int len;
210}; 211};
211 212
212extern struct list_head perf_hpp__list; 213extern struct list_head perf_hpp__list;
@@ -261,6 +262,7 @@ static inline bool perf_hpp__should_skip(struct perf_hpp_fmt *format)
261} 262}
262 263
263void perf_hpp__reset_width(struct perf_hpp_fmt *fmt, struct hists *hists); 264void perf_hpp__reset_width(struct perf_hpp_fmt *fmt, struct hists *hists);
265void perf_hpp__reset_sort_width(struct perf_hpp_fmt *fmt, struct hists *hists);
264 266
265typedef u64 (*hpp_field_fn)(struct hist_entry *he); 267typedef u64 (*hpp_field_fn)(struct hist_entry *he);
266typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front); 268typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front);