Lines Matching refs:print_fn
27 hpp_snprint_fn print_fn, bool fmt_percent) in __hpp__fmt() argument
42 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, percent); in __hpp__fmt()
44 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he)); in __hpp__fmt()
69 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
72 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
78 ret += hpp__call_print_fn(hpp, print_fn, fmt, len, in __hpp__fmt()
81 ret += hpp__call_print_fn(hpp, print_fn, fmt, in __hpp__fmt()
95 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
98 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
116 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt() argument
122 print_fn, fmt_percent); in hpp__fmt()
130 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmt_percent); in hpp__fmt()
135 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt_acc() argument
142 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); in hpp__fmt_acc()