Searched refs:print_fn (Results 1 – 2 of 2) sorted by relevance
/external/linux-tools-perf/src/tools/perf/ui/ |
D | hist.c | 15 const char *fmt, hpp_snprint_fn print_fn, in __hpp__fmt() argument 29 ret = print_fn(hpp->buf, hpp->size, fmt, percent); in __hpp__fmt() 31 ret = print_fn(hpp->buf, hpp->size, fmt, get_field(he)); in __hpp__fmt() 55 ret += print_fn(hpp->buf + ret, hpp->size - ret, in __hpp__fmt() 60 ret += print_fn(hpp->buf + ret, hpp->size - ret, in __hpp__fmt() 63 ret += print_fn(hpp->buf + ret, hpp->size - ret, in __hpp__fmt() 75 ret += print_fn(hpp->buf + ret, hpp->size - ret, in __hpp__fmt()
|
/external/valgrind/callgrind/ |
D | dump.c | 171 static void print_fn(VgFile *fp, const HChar* tag, const fn_node* fn) in print_fn() function 295 print_fn(fp, "frfn", curr_from); in print_fn_pos() 316 print_fn(fp, "fn", bbcc->cxt->fn[0]); in print_fn_pos() 610 print_fn(fp, "jfn", jcc->to->cxt->fn[0]); in fprint_jcc() 649 print_fn(fp, "cfn", jcc->to->cxt->fn[0]); in fprint_jcc()
|