aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/perf/builtin-stat.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c
index 076eda53cfba..0ffbd97fb74f 100644
--- a/tools/perf/builtin-stat.c
+++ b/tools/perf/builtin-stat.c
@@ -1198,9 +1198,11 @@ int cmd_stat(int argc, const char **argv, const char *prefix __used)
1198 } 1198 }
1199 } 1199 }
1200 1200
1201 if (csv_sep) 1201 if (csv_sep) {
1202 csv_output = true; 1202 csv_output = true;
1203 else 1203 if (!strcmp(csv_sep, "\\t"))
1204 csv_sep = "\t";
1205 } else
1204 csv_sep = DEFAULT_SEPARATOR; 1206 csv_sep = DEFAULT_SEPARATOR;
1205 1207
1206 /* 1208 /*