Lines Matching refs:hpp
29 static int __hpp__color_fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_fmt() argument
40 ret = __percent_color_snprintf(hpp->buf, hpp->size, percent); in __hpp__color_fmt()
61 ret += __percent_color_snprintf(hpp->buf + ret, in __hpp__color_fmt()
62 hpp->size - ret, in __hpp__color_fmt()
67 ret += __percent_color_snprintf(hpp->buf + ret, in __hpp__color_fmt()
68 hpp->size - ret, in __hpp__color_fmt()
80 ret += __percent_color_snprintf(hpp->buf + ret, in __hpp__color_fmt()
81 hpp->size - ret, in __hpp__color_fmt()
95 struct perf_hpp *hpp, \
98 return __hpp__color_fmt(hpp, he, he_get_##_field); \
216 struct perf_hpp hpp = { in perf_gtk__show_hists() local
246 fmt->header(fmt, &hpp); in perf_gtk__show_hists()
298 fmt->color(fmt, &hpp, h); in perf_gtk__show_hists()
300 fmt->entry(fmt, &hpp, h); in perf_gtk__show_hists()