Searched refs:fmtype (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/perf/ui/ |
| H A D | hist.c | 31 hpp_snprint_fn print_fn, enum perf_hpp_fmt_type fmtype) in __hpp__fmt_print() argument 33 if (fmtype == PERF_HPP_FMT_TYPE__PERCENT || fmtype == PERF_HPP_FMT_TYPE__LATENCY) { in __hpp__fmt_print() 35 u64 total = fmtype == PERF_HPP_FMT_TYPE__PERCENT ? hists__total_period(hists) : in __hpp__fmt_print() 44 if (fmtype == PERF_HPP_FMT_TYPE__AVERAGE) { in __hpp__fmt_print() 61 hpp_snprint_fn print_fn, enum perf_hpp_fmt_type fmtype) in __hpp__fmt() argument 108 print_fn, fmtype); in __hpp__fmt() 126 enum perf_hpp_fmt_type fmtype) in hpp__fmt() argument 132 print_fn, fmtype); in hpp__fmt() 135 if (fmtype == PERF_HPP_FMT_TYPE__PERCENT || fmtype == PERF_HPP_FMT_TYPE__LATENCY) in hpp__fmt() 140 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmtype); in hpp__fmt() [all …]
|
| /linux/tools/perf/util/ |
| H A D | hist.h | 662 enum perf_hpp_fmt_type fmtype); 666 enum perf_hpp_fmt_type fmtype);
|