|
@@ -304,7 +304,7 @@ static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \
|
|
|
static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \
|
|
|
struct perf_hpp *hpp, struct hist_entry *he) \
|
|
|
{ \
|
|
|
- return hpp__fmt_acc(fmt, hpp, he, he_get_##_field, " %*.2f%%", \
|
|
|
+ return hpp__fmt_acc(fmt, hpp, he, he_get_acc_##_field, " %*.2f%%", \
|
|
|
hpp_entry_scnprintf, true); \
|
|
|
}
|
|
|
|