Lines Matching refs:fmt
418 struct perf_hpp_fmt *fmt; in __hist_entry__snprintf() local
426 perf_hpp_list__for_each_format(hpp_list, fmt) { in __hist_entry__snprintf()
427 if (perf_hpp__should_skip(fmt, he->hists)) in __hist_entry__snprintf()
440 if (perf_hpp__use_color() && fmt->color) in __hist_entry__snprintf()
441 ret = fmt->color(fmt, hpp, he); in __hist_entry__snprintf()
443 ret = fmt->entry(fmt, hpp, he); in __hist_entry__snprintf()
445 ret = hist_entry__snprintf_alignment(he, hpp, fmt, ret); in __hist_entry__snprintf()
463 struct perf_hpp_fmt *fmt; in hist_entry__hierarchy_fprintf() local
479 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hist_entry__hierarchy_fprintf()
490 if (perf_hpp__use_color() && fmt->color) in hist_entry__hierarchy_fprintf()
491 ret = fmt->color(fmt, hpp, he); in hist_entry__hierarchy_fprintf()
493 ret = fmt->entry(fmt, hpp, he); in hist_entry__hierarchy_fprintf()
495 ret = hist_entry__snprintf_alignment(he, hpp, fmt, ret); in hist_entry__hierarchy_fprintf()
506 perf_hpp_list__for_each_format(he->hpp_list, fmt) { in hist_entry__hierarchy_fprintf()
514 if (perf_hpp__use_color() && fmt->color) in hist_entry__hierarchy_fprintf()
515 fmt->color(fmt, hpp, he); in hist_entry__hierarchy_fprintf()
517 fmt->entry(fmt, hpp, he); in hist_entry__hierarchy_fprintf()
640 struct perf_hpp_fmt *fmt; in hists__fprintf_hierarchy_headers() local
653 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hists__fprintf_hierarchy_headers()
654 fmt->header(fmt, hpp, hists, 0, NULL); in hists__fprintf_hierarchy_headers()
666 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hists__fprintf_hierarchy_headers()
667 if (perf_hpp__should_skip(fmt, hists)) in hists__fprintf_hierarchy_headers()
674 fmt->header(fmt, hpp, hists, 0, NULL); in hists__fprintf_hierarchy_headers()
690 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hists__fprintf_hierarchy_headers()
695 width = fmt->width(fmt, hpp, hists); in hists__fprintf_hierarchy_headers()
704 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hists__fprintf_hierarchy_headers()
705 if (perf_hpp__should_skip(fmt, hists)) in hists__fprintf_hierarchy_headers()
712 width += fmt->width(fmt, hpp, hists); in hists__fprintf_hierarchy_headers()
731 struct perf_hpp_fmt *fmt; in fprintf_line() local
736 hists__for_each_format(hists, fmt) { in fprintf_line()
737 if (perf_hpp__should_skip(fmt, hists)) in fprintf_line()
745 fmt->header(fmt, hpp, hists, line, &span); in fprintf_line()
758 struct perf_hpp_fmt *fmt; in hists__fprintf_standard_headers() local
779 hists__for_each_format(hists, fmt) { in hists__fprintf_standard_headers()
782 if (perf_hpp__should_skip(fmt, hists)) in hists__fprintf_standard_headers()
790 width = fmt->width(fmt, hpp, hists); in hists__fprintf_standard_headers()