Lines Matching refs:fmt
299 struct perf_hpp_fmt *fmt; in hist_entry__callchain_fprintf() local
301 perf_hpp__for_each_format(fmt) { in hist_entry__callchain_fprintf()
302 if (!perf_hpp__is_sort_entry(fmt)) in hist_entry__callchain_fprintf()
306 left_margin = fmt->width(fmt, NULL, hists_to_evsel(hists)); in hist_entry__callchain_fprintf()
317 struct perf_hpp_fmt *fmt; in hist_entry__snprintf() local
325 perf_hpp__for_each_format(fmt) { in hist_entry__snprintf()
326 if (perf_hpp__should_skip(fmt)) in hist_entry__snprintf()
339 if (perf_hpp__use_color() && fmt->color) in hist_entry__snprintf()
340 ret = fmt->color(fmt, hpp, he); in hist_entry__snprintf()
342 ret = fmt->entry(fmt, hpp, he); in hist_entry__snprintf()
376 struct perf_hpp_fmt *fmt; in hists__fprintf() local
393 perf_hpp__for_each_format(fmt) in hists__fprintf()
394 perf_hpp__reset_width(fmt, hists); in hists__fprintf()
404 perf_hpp__for_each_format(fmt) { in hists__fprintf()
405 if (perf_hpp__should_skip(fmt)) in hists__fprintf()
413 fmt->header(fmt, &dummy_hpp, hists_to_evsel(hists)); in hists__fprintf()
428 perf_hpp__for_each_format(fmt) { in hists__fprintf()
431 if (perf_hpp__should_skip(fmt)) in hists__fprintf()
439 width = fmt->width(fmt, &dummy_hpp, hists_to_evsel(hists)); in hists__fprintf()