Home
last modified time | relevance | path

Searched refs:hist_browser__new (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/tools/perf/ui/browsers/
Dhists.h34 struct hist_browser *hist_browser__new(struct hists *hists);
Dhists.c2250 struct hist_browser *hist_browser__new(struct hists *hists) in hist_browser__new() function
2266 struct hist_browser *browser = hist_browser__new(evsel__hists(evsel)); in perf_evsel_browser__new()
3672 browser = hist_browser__new(hists); in block_hists_tui_browse()
/linux-5.19.10/tools/perf/
Dbuiltin-c2c.c2483 struct hist_browser *browser = hist_browser__new(hists); in perf_c2c_browser__new()