• Home
  • Raw
  • Download

Lines Matching full:hpp

49 /* Diff command specific HPP columns. */
1324 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_baseline() argument
1333 return percent_color_snprintf(hpp->buf, hpp->size, in hpp__color_baseline()
1336 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__color_baseline()
1353 struct perf_hpp *hpp, int width) in cycles_printf() argument
1364 hpp->skip = true; in cycles_printf()
1393 return scnprintf(hpp->buf, hpp->size, "%*s", width, buf); in cycles_printf()
1397 struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_compare() argument
1413 hpp->skip = true; in __hpp__color_compare()
1427 return percent_color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()
1438 return value_color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()
1449 return color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()
1453 return cycles_printf(he, pair, hpp, dfmt->header_width); in __hpp__color_compare()
1458 return scnprintf(hpp->buf, hpp->size, "%*s", in __hpp__color_compare()
1461 return scnprintf(hpp->buf, hpp->size, "%*s", in __hpp__color_compare()
1466 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_delta() argument
1468 return __hpp__color_compare(fmt, hpp, he, COMPUTE_DELTA); in hpp__color_delta()
1472 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_ratio() argument
1474 return __hpp__color_compare(fmt, hpp, he, COMPUTE_RATIO); in hpp__color_ratio()
1478 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_wdiff() argument
1480 return __hpp__color_compare(fmt, hpp, he, COMPUTE_WEIGHTED_DIFF); in hpp__color_wdiff()
1484 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_cycles() argument
1486 return __hpp__color_compare(fmt, hpp, he, COMPUTE_CYCLES); in hpp__color_cycles()
1517 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_cycles_hist() argument
1531 hpp->skip = true; in hpp__color_cycles_hist()
1540 hpp->skip = true; in hpp__color_cycles_hist()
1557 ret = scnprintf(hpp->buf, hpp->size, "%*s", in hpp__color_cycles_hist()
1561 ret += scnprintf(hpp->buf + ret, hpp->size - ret, in hpp__color_cycles_hist()
1569 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__color_cycles_hist()
1668 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, in hpp__entry_global() argument
1678 return scnprintf(hpp->buf, hpp->size, "%s", buf); in hpp__entry_global()
1680 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__entry_global()
1684 static int hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header() argument
1693 return scnprintf(hpp->buf, hpp->size, dfmt->header); in hpp__header()
1697 struct perf_hpp *hpp __maybe_unused, in hpp__width()
1719 /* Only our defined HPP fmts should appear here. */ in init_header()