Lines Matching defs:hists
494 if (!hists__has(left->hists, dso)) {
1232 evsel = hists_to_evsel(he->hists);
1255 evsel = hists_to_evsel(left->hists);
1272 evsel = hists_to_evsel(he->hists);
2602 if (he && he->hists) {
2603 struct evsel *evsel = hists_to_evsel(he->hists);
2850 void perf_hpp__reset_sort_width(struct perf_hpp_fmt *fmt, struct hists *hists)
2858 hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name));
2862 struct hists *hists, int line,
2869 if (line == hists->hpp_list->nr_header_lines - 1)
2875 len = hists__col_len(hists, hse->se->se_width_idx);
2882 struct hists *hists)
2890 len = hists__col_len(hists, hse->se->se_width_idx);
2904 len = hists__col_len(he->hists, hse->se->se_width_idx);
3127 struct hists *hists __maybe_unused)
3206 struct hists *hists __maybe_unused,
3223 struct hists *hists __maybe_unused)
3236 bool perf_hpp__defined_dynamic_entry(struct perf_hpp_fmt *fmt, struct hists *hists)
3242 return hists_to_evsel(hists) == hde->evsel;
4410 /* setup hists-specific output fields */