diff options
| author | Namhyung Kim <[email protected]> | 2022-11-12 03:22:44 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2022-11-14 19:18:52 +0000 |
| commit | 7565f9617efac0c0c8e2dbd08dbe0695d56684f5 (patch) | |
| tree | ab8c1f8e5e5a8115dd383de8efb826589f2318be /tools/lib/api/fs/tracing_path.c | |
| parent | perf stat: Fix summary output in CSV with --metric-only (diff) | |
| download | kernel-7565f9617efac0c0c8e2dbd08dbe0695d56684f5.tar.gz kernel-7565f9617efac0c0c8e2dbd08dbe0695d56684f5.zip | |
perf stat: Add missing separator in the CSV header
It should have a comma after 'cpus' for socket and die aggregation mode.
The output of the following command shows the issue.
$ sudo perf stat -a --per-socket -x, --metric-only -I1 true
Before:
+--- here
V
time,socket,cpusGhz,insn per cycle,branch-misses of all branches,
0.000908461,S0,8,0.950,1.65,1.21,
After:
time,socket,cpus,GHz,insn per cycle,branch-misses of all branches,
0.000683094,S0,8,0.593,2.00,0.60,
Signed-off-by: Namhyung Kim <[email protected]>
Acked-by: Ian Rogers <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: James Clark <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Kan Liang <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Xing Zhengjun <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/lib/api/fs/tracing_path.c')
0 files changed, 0 insertions, 0 deletions
