Lines Matching refs:hpp
1301 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_baseline() argument
1310 return percent_color_snprintf(hpp->buf, hpp->size, in hpp__color_baseline()
1313 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__color_baseline()
1330 struct perf_hpp *hpp, int width) in cycles_printf() argument
1341 hpp->skip = true; in cycles_printf()
1369 return scnprintf(hpp->buf, hpp->size, "%*s", width, buf); in cycles_printf()
1373 struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_compare() argument
1389 hpp->skip = true; in __hpp__color_compare()
1403 return percent_color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()
1414 return value_color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()
1425 return color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()
1429 return cycles_printf(he, pair, hpp, dfmt->header_width); in __hpp__color_compare()
1434 return scnprintf(hpp->buf, hpp->size, "%*s", in __hpp__color_compare()
1437 return scnprintf(hpp->buf, hpp->size, "%*s", in __hpp__color_compare()
1442 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_delta() argument
1444 return __hpp__color_compare(fmt, hpp, he, COMPUTE_DELTA); in hpp__color_delta()
1448 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_ratio() argument
1450 return __hpp__color_compare(fmt, hpp, he, COMPUTE_RATIO); in hpp__color_ratio()
1454 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_wdiff() argument
1456 return __hpp__color_compare(fmt, hpp, he, COMPUTE_WEIGHTED_DIFF); in hpp__color_wdiff()
1460 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_cycles() argument
1462 return __hpp__color_compare(fmt, hpp, he, COMPUTE_CYCLES); in hpp__color_cycles()
1560 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, in hpp__entry_global() argument
1570 return scnprintf(hpp->buf, hpp->size, "%s", buf); in hpp__entry_global()
1572 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__entry_global()
1576 static int hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header() argument
1585 return scnprintf(hpp->buf, hpp->size, dfmt->header); in hpp__header()
1589 struct perf_hpp *hpp __maybe_unused, in hpp__width()