• Home
  • Raw
  • Download

Lines Matching full:hpp

28 /* Diff command specific HPP columns. */
863 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_baseline() argument
872 return percent_color_snprintf(hpp->buf, hpp->size, in hpp__color_baseline()
875 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__color_baseline()
892 struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_compare() argument
913 return percent_color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()
924 return value_color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()
935 return color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()
942 return scnprintf(hpp->buf, hpp->size, "%*s", in __hpp__color_compare()
945 return scnprintf(hpp->buf, hpp->size, "%*s", in __hpp__color_compare()
950 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_delta() argument
952 return __hpp__color_compare(fmt, hpp, he, COMPUTE_DELTA); in hpp__color_delta()
956 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_ratio() argument
958 return __hpp__color_compare(fmt, hpp, he, COMPUTE_RATIO); in hpp__color_ratio()
962 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_wdiff() argument
964 return __hpp__color_compare(fmt, hpp, he, COMPUTE_WEIGHTED_DIFF); in hpp__color_wdiff()
1062 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, in hpp__entry_global() argument
1072 return scnprintf(hpp->buf, hpp->size, "%s", buf); in hpp__entry_global()
1074 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__entry_global()
1078 static int hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header() argument
1087 return scnprintf(hpp->buf, hpp->size, dfmt->header); in hpp__header()
1091 struct perf_hpp *hpp __maybe_unused, in hpp__width()
1113 /* Only our defined HPP fmts should appear here. */ in init_header()