diff --git a/[refs] b/[refs] index 023f51554d72..5cce3e783cf8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0983cc0dbca45250cbb5984bec7c303ac265b8e5 +refs/heads/master: 6654f5d8bdaa438b1e60dfeb90f9d46ca969c012 diff --git a/trunk/tools/perf/util/hist.c b/trunk/tools/perf/util/hist.c index 90dc35ae444a..f247ef2789a4 100644 --- a/trunk/tools/perf/util/hist.c +++ b/trunk/tools/perf/util/hist.c @@ -749,6 +749,8 @@ static size_t callchain__fprintf_graph(FILE *fp, struct rb_root *root, ret += __callchain__fprintf_graph(fp, root, total_samples, 1, 1, left_margin); + ret += fprintf(fp, "\n"); + return ret; }