[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1453256812-24006-10-git-send-email-andi@firstfloor.org>
Date: Tue, 19 Jan 2016 18:26:52 -0800
From: Andi Kleen <andi@...stfloor.org>
To: acme@...nel.org
Cc: jolsa@...nel.org, mingo@...nel.org, linux-kernel@...r.kernel.org,
eranian@...gle.com, Andi Kleen <ak@...ux.intel.com>
Subject: [PATCH 9/9] perf, tools, stat: Fix indentation of counter running printout
From: Andi Kleen <ak@...ux.intel.com>
Fix the indentation of the counter running printout for non supported
counters.
Signed-off-by: Andi Kleen <ak@...ux.intel.com>
---
tools/perf/builtin-stat.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c
index 68a7e88..b6dcafa 100644
--- a/tools/perf/builtin-stat.c
+++ b/tools/perf/builtin-stat.c
@@ -1067,6 +1067,8 @@ static void printout(int id, int nr, struct perf_evsel *counter, double uval,
fprintf(stat_config.output, "%s%s",
csv_sep, counter->cgrp->name);
+ pm(&os, NULL, NULL, "", 0);
+
print_running(run, ena);
return;
}
--
2.4.3
Powered by blists - more mailing lists