Lines Matching refs:hists
67 struct hists { struct
83 struct hist_entry *__hists__add_entry(struct hists *self, argument
90 struct hists *hists);
93 struct hist_entry *__hists__add_branch_entry(struct hists *self,
100 struct hist_entry *__hists__add_mem_entry(struct hists *self,
107 void hists__output_resort(struct hists *self);
108 void hists__collapse_resort(struct hists *self);
110 void hists__decay_entries(struct hists *hists, bool zap_user, bool zap_kernel);
111 void hists__output_recalc_col_len(struct hists *hists, int max_rows);
113 void hists__inc_nr_entries(struct hists *hists, struct hist_entry *h);
114 void hists__inc_nr_events(struct hists *self, u32 type);
118 size_t hists__fprintf(struct hists *self, bool show_header, int max_rows,
124 void hists__filter_by_dso(struct hists *hists);
125 void hists__filter_by_thread(struct hists *hists);
126 void hists__filter_by_symbol(struct hists *hists);
128 u16 hists__col_len(struct hists *self, enum hist_column col);
129 void hists__set_col_len(struct hists *self, enum hist_column col, u16 len);
130 bool hists__new_col_len(struct hists *self, enum hist_column col, u16 len);
131 void hists__reset_col_len(struct hists *hists);
132 void hists__calc_col_len(struct hists *hists, struct hist_entry *he);
134 void hists__match(struct hists *leader, struct hists *other);
135 int hists__link(struct hists *leader, struct hists *other);
255 unsigned int hists__sort_list_width(struct hists *self);