HomeSort by relevance Sort by last modified time
    Searched refs:hists__new_col_len (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/util/
hist.h 92 bool hists__new_col_len(struct hists *self, enum hist_column col, u16 len);
hist.c 30 bool hists__new_col_len(struct hists *self, enum hist_column col, u16 len) function
52 hists__new_col_len(self, HISTC_SYMBOL, h->ms.sym->namelen);
64 if (hists__new_col_len(self, HISTC_COMM, len))
69 hists__new_col_len(self, HISTC_DSO, len);
812 if (!hists__new_col_len(self, se->se_width_idx, width))

Completed in 40 milliseconds