Searched refs:get_field (Results 1 – 2 of 2) sorted by relevance
/tools/perf/ui/ |
D | hist.c | 26 hpp_field_fn get_field, const char *fmt, int len, in __hpp__fmt() argument 40 percent = 100.0 * get_field(he) / total; in __hpp__fmt() 44 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he)); in __hpp__fmt() 54 u64 period = get_field(pair); in __hpp__fmt() 115 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt() argument 121 return __hpp__fmt(hpp, he, get_field, fmtstr, 1, in hpp__fmt() 130 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmt_percent); in hpp__fmt() 134 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt_acc() argument 142 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); in hpp__fmt_acc() 155 hpp_field_fn get_field) in __hpp__sort() argument [all …]
|
/tools/perf/util/ |
D | hist.h | 410 struct hist_entry *he, hpp_field_fn get_field, 413 struct hist_entry *he, hpp_field_fn get_field,
|