Searched refs:fmtype (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/perf/ui/ |
| H A D | hist.c | 28 hpp_snprint_fn print_fn, enum perf_hpp_fmt_type fmtype) in __hpp__fmt_print() argument 30 if (fmtype == PERF_HPP_FMT_TYPE__PERCENT || fmtype == PERF_HPP_FMT_TYPE__LATENCY) { in __hpp__fmt_print() 41 if (fmtype == PERF_HPP_FMT_TYPE__AVERAGE) { in __hpp__fmt_print() 58 hpp_snprint_fn print_fn, enum perf_hpp_fmt_type fmtype) in __hpp__fmt() argument 105 print_fn, fmtype); in __hpp__fmt() 123 enum perf_hpp_fmt_type fmtype) in hpp__fmt() argument 129 print_fn, fmtype); in hpp__fmt() 132 if (fmtype == PERF_HPP_FMT_TYPE__PERCENT || fmtype == PERF_HPP_FMT_TYPE__LATENCY) in hpp__fmt() 137 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmtype); in hpp__fmt() 143 enum perf_hpp_fmt_type fmtype) in hpp__fmt_acc() argument [all …]
|
| /linux-6.15/tools/perf/util/ |
| H A D | hist.h | 641 enum perf_hpp_fmt_type fmtype); 645 enum perf_hpp_fmt_type fmtype);
|