Lines Matching defs:hpp
1321 struct perf_hpp *hpp, struct hist_entry *he)
1330 return percent_color_snprintf(hpp->buf, hpp->size,
1333 return scnprintf(hpp->buf, hpp->size, "%*s",
1350 struct perf_hpp *hpp, int width)
1361 hpp->skip = true;
1390 return scnprintf(hpp->buf, hpp->size, "%*s", width, buf);
1394 struct perf_hpp *hpp, struct hist_entry *he,
1410 hpp->skip = true;
1424 return percent_color_snprintf(hpp->buf, hpp->size,
1435 return value_color_snprintf(hpp->buf, hpp->size,
1446 return color_snprintf(hpp->buf, hpp->size,
1450 return cycles_printf(he, pair, hpp, dfmt->header_width);
1455 return scnprintf(hpp->buf, hpp->size, "%*s",
1458 return scnprintf(hpp->buf, hpp->size, "%*s",
1463 struct perf_hpp *hpp, struct hist_entry *he)
1465 return __hpp__color_compare(fmt, hpp, he, COMPUTE_DELTA);
1469 struct perf_hpp *hpp, struct hist_entry *he)
1471 return __hpp__color_compare(fmt, hpp, he, COMPUTE_RATIO);
1475 struct perf_hpp *hpp, struct hist_entry *he)
1477 return __hpp__color_compare(fmt, hpp, he, COMPUTE_WEIGHTED_DIFF);
1481 struct perf_hpp *hpp, struct hist_entry *he)
1483 return __hpp__color_compare(fmt, hpp, he, COMPUTE_CYCLES);
1514 struct perf_hpp *hpp, struct hist_entry *he)
1528 hpp->skip = true;
1537 hpp->skip = true;
1554 ret = scnprintf(hpp->buf, hpp->size, "%*s",
1558 ret += scnprintf(hpp->buf + ret, hpp->size - ret,
1566 return scnprintf(hpp->buf, hpp->size, "%*s",
1665 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp,
1675 return scnprintf(hpp->buf, hpp->size, "%s", buf);
1677 return scnprintf(hpp->buf, hpp->size, "%*s",
1681 static int hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
1690 return scnprintf(hpp->buf, hpp->size, dfmt->header);
1694 struct perf_hpp *hpp __maybe_unused,