Lines Matching refs:hpp
832 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_baseline() argument
841 return percent_color_snprintf(hpp->buf, hpp->size, in hpp__color_baseline()
844 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__color_baseline()
861 struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_compare() argument
882 return percent_color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()
893 return value_color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()
904 return color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()
911 return scnprintf(hpp->buf, hpp->size, "%*s", in __hpp__color_compare()
914 return scnprintf(hpp->buf, hpp->size, "%*s", in __hpp__color_compare()
919 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_delta() argument
921 return __hpp__color_compare(fmt, hpp, he, COMPUTE_DELTA); in hpp__color_delta()
925 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_ratio() argument
927 return __hpp__color_compare(fmt, hpp, he, COMPUTE_RATIO); in hpp__color_ratio()
931 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_wdiff() argument
933 return __hpp__color_compare(fmt, hpp, he, COMPUTE_WEIGHTED_DIFF); in hpp__color_wdiff()
1030 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, in hpp__entry_global() argument
1040 return scnprintf(hpp->buf, hpp->size, "%s", buf); in hpp__entry_global()
1042 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__entry_global()
1046 static int hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header() argument
1053 return scnprintf(hpp->buf, hpp->size, dfmt->header); in hpp__header()
1057 struct perf_hpp *hpp __maybe_unused, in hpp__width()