Lines Matching refs:print_fn
28 hpp_snprint_fn print_fn, bool fmt_percent) in __hpp__fmt() argument
43 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, percent); in __hpp__fmt()
45 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he)); in __hpp__fmt()
70 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
73 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
79 ret += hpp__call_print_fn(hpp, print_fn, fmt, len, in __hpp__fmt()
82 ret += hpp__call_print_fn(hpp, print_fn, fmt, in __hpp__fmt()
96 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
99 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
117 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt() argument
123 print_fn, fmt_percent); in hpp__fmt()
131 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmt_percent); in hpp__fmt()
136 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt_acc() argument
143 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); in hpp__fmt_acc()