|
@@ -529,7 +529,7 @@ hist_entry__fprintf(FILE *fp, struct hist_entry *self, uint64_t total_samples)
|
|
|
size_t ret;
|
|
|
|
|
|
if (total_samples) {
|
|
|
- ret = fprintf(fp, " %5.2f%%",
|
|
|
+ ret = fprintf(fp, " %6.2f%%",
|
|
|
(self->count * 100.0) / total_samples);
|
|
|
} else
|
|
|
ret = fprintf(fp, "%12d ", self->count);
|