perf tools: Removing hists pair argument from output path
[deliverable/linux.git] / tools / perf / util / hist.h
index b1a2b9d9b6585c4b40aee010180eb492cd918221..b83a2268b5d28e0ed7d48a1c1e84995ae9c1065d 100644 (file)
@@ -98,8 +98,8 @@ void hists__output_recalc_col_len(struct hists *hists, int max_rows);
 void hists__inc_nr_events(struct hists *self, u32 type);
 size_t hists__fprintf_nr_events(struct hists *self, FILE *fp);
 
-size_t hists__fprintf(struct hists *self, struct hists *pair,
-                     bool show_header, int max_rows, int max_cols, FILE *fp);
+size_t hists__fprintf(struct hists *self, bool show_header, int max_rows,
+                     int max_cols, FILE *fp);
 
 int hist_entry__inc_addr_samples(struct hist_entry *self, int evidx, u64 addr);
 int hist_entry__annotate(struct hist_entry *self, size_t privsize);
This page took 0.03717 seconds and 5 git commands to generate.