Searched refs:fmtstr (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/ui/ |
H A D | hist.c | 121 const char *fmtstr, hpp_snprint_fn print_fn, in hpp__fmt() argument 127 return __hpp__fmt(hpp, he, get_field, fmtstr, 1, in hpp__fmt() 136 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmtype); in hpp__fmt() 141 const char *fmtstr, hpp_snprint_fn print_fn, in hpp__fmt_acc() argument 149 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmtype); in hpp__fmt_acc()
|