Searched refs:fmtstr (Results 1 – 2 of 2) sorted by relevance
/tools/perf/ui/ |
D | hist.c | 110 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt() argument 115 return __hpp__fmt(hpp, he, get_field, fmtstr, 1, in hpp__fmt() 124 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmt_percent); in hpp__fmt() 129 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt_acc() argument 136 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); in hpp__fmt_acc()
|
/tools/perf/util/ |
D | hist.h | 386 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent); 389 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent);
|