Searched refs:fmtype (Results 1 – 2 of 2) sorted by relevance
/linux/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) { in __hpp__fmt_print() 40 if (fmtype == PERF_HPP_FMT_TYPE__AVERAGE) { in __hpp__fmt_print() 57 hpp_snprint_fn print_fn, enum perf_hpp_fmt_type fmtype) in __hpp__fmt() argument 104 print_fn, fmtype); in __hpp__fmt() 122 enum perf_hpp_fmt_type fmtype) in hpp__fmt() argument 128 print_fn, fmtype); in hpp__fmt() 131 if (fmtype == PERF_HPP_FMT_TYPE__PERCENT) in hpp__fmt() 136 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmtype); in hpp__fmt() 142 enum perf_hpp_fmt_type fmtype) in hpp__fmt_acc() argument [all …]
|
/linux/tools/perf/util/ |
H A D | hist.h | 618 enum perf_hpp_fmt_type fmtype); 622 enum perf_hpp_fmt_type fmtype);
|