Lines Matching refs:hpp

1322 			       struct perf_hpp *hpp, struct hist_entry *he)  in hpp__color_baseline()  argument
1331 return percent_color_snprintf(hpp->buf, hpp->size, in hpp__color_baseline()
1334 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__color_baseline()
1351 struct perf_hpp *hpp, int width) in cycles_printf() argument
1362 hpp->skip = true; in cycles_printf()
1391 return scnprintf(hpp->buf, hpp->size, "%*s", width, buf); in cycles_printf()
1395 struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_compare() argument
1411 hpp->skip = true; in __hpp__color_compare()
1425 return percent_color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()
1436 return value_color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()
1447 return color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()
1451 return cycles_printf(he, pair, hpp, dfmt->header_width); in __hpp__color_compare()
1456 return scnprintf(hpp->buf, hpp->size, "%*s", in __hpp__color_compare()
1459 return scnprintf(hpp->buf, hpp->size, "%*s", in __hpp__color_compare()
1464 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_delta() argument
1466 return __hpp__color_compare(fmt, hpp, he, COMPUTE_DELTA); in hpp__color_delta()
1470 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_ratio() argument
1472 return __hpp__color_compare(fmt, hpp, he, COMPUTE_RATIO); in hpp__color_ratio()
1476 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_wdiff() argument
1478 return __hpp__color_compare(fmt, hpp, he, COMPUTE_WEIGHTED_DIFF); in hpp__color_wdiff()
1482 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_cycles() argument
1484 return __hpp__color_compare(fmt, hpp, he, COMPUTE_CYCLES); in hpp__color_cycles()
1515 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_cycles_hist() argument
1529 hpp->skip = true; in hpp__color_cycles_hist()
1538 hpp->skip = true; in hpp__color_cycles_hist()
1555 ret = scnprintf(hpp->buf, hpp->size, "%*s", in hpp__color_cycles_hist()
1559 ret += scnprintf(hpp->buf + ret, hpp->size - ret, in hpp__color_cycles_hist()
1567 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__color_cycles_hist()
1666 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, in hpp__entry_global() argument
1676 return scnprintf(hpp->buf, hpp->size, "%s", buf); in hpp__entry_global()
1678 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__entry_global()
1682 static int hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header() argument
1691 return scnprintf(hpp->buf, hpp->size, dfmt->header); in hpp__header()
1695 struct perf_hpp *hpp __maybe_unused, in hpp__width()