Lines Matching refs:hpp

1324 			       struct perf_hpp *hpp, struct hist_entry *he)
1333 return percent_color_snprintf(hpp->buf, hpp->size,
1336 return scnprintf(hpp->buf, hpp->size, "%*s",
1353 struct perf_hpp *hpp, int width)
1364 hpp->skip = true;
1393 return scnprintf(hpp->buf, hpp->size, "%*s", width, buf);
1397 struct perf_hpp *hpp, struct hist_entry *he,
1413 hpp->skip = true;
1427 return percent_color_snprintf(hpp->buf, hpp->size,
1438 return value_color_snprintf(hpp->buf, hpp->size,
1449 return color_snprintf(hpp->buf, hpp->size,
1453 return cycles_printf(he, pair, hpp, dfmt->header_width);
1458 return scnprintf(hpp->buf, hpp->size, "%*s",
1461 return scnprintf(hpp->buf, hpp->size, "%*s",
1466 struct perf_hpp *hpp, struct hist_entry *he)
1468 return __hpp__color_compare(fmt, hpp, he, COMPUTE_DELTA);
1472 struct perf_hpp *hpp, struct hist_entry *he)
1474 return __hpp__color_compare(fmt, hpp, he, COMPUTE_RATIO);
1478 struct perf_hpp *hpp, struct hist_entry *he)
1480 return __hpp__color_compare(fmt, hpp, he, COMPUTE_WEIGHTED_DIFF);
1484 struct perf_hpp *hpp, struct hist_entry *he)
1486 return __hpp__color_compare(fmt, hpp, he, COMPUTE_CYCLES);
1517 struct perf_hpp *hpp, struct hist_entry *he)
1531 hpp->skip = true;
1540 hpp->skip = true;
1557 ret = scnprintf(hpp->buf, hpp->size, "%*s",
1561 ret += scnprintf(hpp->buf + ret, hpp->size - ret,
1569 return scnprintf(hpp->buf, hpp->size, "%*s",
1668 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp,
1678 return scnprintf(hpp->buf, hpp->size, "%s", buf);
1680 return scnprintf(hpp->buf, hpp->size, "%*s",
1684 static int hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
1693 return scnprintf(hpp->buf, hpp->size, dfmt->header);
1697 struct perf_hpp *hpp __maybe_unused,