perf tools: Move elide bool into perf_hpp_fmt struct
[linux-2.6-block.git] / tools / perf / util / sort.h
index 426b873e16ff9f9ea755c2cdda67911984a8662b..5bf0098d6b068921190c4b98256bf355cb092333 100644 (file)
@@ -202,7 +202,6 @@ struct sort_entry {
        int     (*se_snprintf)(struct hist_entry *he, char *bf, size_t size,
                               unsigned int width);
        u8      se_width_idx;
-       bool    elide;
 };
 
 extern struct sort_entry sort_thread;
@@ -213,6 +212,7 @@ int setup_output_field(void);
 void reset_output_field(void);
 extern int sort_dimension__add(const char *);
 void sort__setup_elide(FILE *fp);
+void perf_hpp__set_elide(int idx, bool elide);
 
 int report_parse_ignore_callees_opt(const struct option *opt, const char *arg, int unset);