Searched refs:hists_to_evsel (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/tools/perf/ui/ |
D | hist.c | 24 struct perf_evsel *evsel = hists_to_evsel(hists); in __hpp__fmt() 53 evsel = hists_to_evsel(pair->hists); in __hpp__fmt() 160 evsel = hists_to_evsel(a->hists); in __hpp__sort() 172 evsel = hists_to_evsel(pair->hists); in __hpp__sort() 177 evsel = hists_to_evsel(pair->hists); in __hpp__sort() 630 ret += fmt->width(fmt, &dummy_hpp, hists_to_evsel(hists)); in hists__sort_list_width()
|
/linux-4.1.27/tools/perf/ui/stdio/ |
D | hist.c | 306 left_margin = fmt->width(fmt, NULL, hists_to_evsel(hists)); in hist_entry__callchain_fprintf() 413 fmt->header(fmt, &dummy_hpp, hists_to_evsel(hists)); in hists__fprintf() 439 width = fmt->width(fmt, &dummy_hpp, hists_to_evsel(hists)); in hists__fprintf()
|
/linux-4.1.27/tools/perf/util/ |
D | hist.h | 167 static inline struct perf_evsel *hists_to_evsel(struct hists *hists) in hists_to_evsel() function
|
/linux-4.1.27/tools/perf/tests/ |
D | hists_cumulate.c | 79 struct perf_evsel *evsel = hists_to_evsel(hists); in add_hist_entries()
|
D | hists_output.c | 49 struct perf_evsel *evsel = hists_to_evsel(hists); in add_hist_entries()
|
/linux-4.1.27/tools/perf/ |
D | builtin-report.c | 272 struct perf_evsel *evsel = hists_to_evsel(hists); in hists__fprintf_nr_sample_events()
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | hists.c | 866 ret = fmt->header(fmt, &dummy_hpp, hists_to_evsel(hists)); in hists__scnprintf_headers() 1245 struct perf_evsel *evsel = hists_to_evsel(hists); in hists__browser_title()
|