[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221112032244.1077370-1-namhyung@kernel.org>
Date: Fri, 11 Nov 2022 19:22:33 -0800
From: Namhyung Kim <namhyung@...nel.org>
To: Arnaldo Carvalho de Melo <acme@...nel.org>,
Jiri Olsa <jolsa@...nel.org>
Cc: Ingo Molnar <mingo@...nel.org>,
Peter Zijlstra <peterz@...radead.org>,
LKML <linux-kernel@...r.kernel.org>,
Ian Rogers <irogers@...gle.com>,
Adrian Hunter <adrian.hunter@...el.com>,
linux-perf-users@...r.kernel.org,
Kan Liang <kan.liang@...ux.intel.com>,
Zhengjun Xing <zhengjun.xing@...ux.intel.com>,
James Clark <james.clark@....com>
Subject: [PATCHSET 00/11] perf stat: Cleanup perf stat output display (v2)
Hello,
I'm working on cleaning up the perf stat code and found a number of issues.
Before moving on to the real changes, I'd like to fix those first. I'll
think about how to test this properly.
changes in v2)
* move applied patches to the beginning (Arnaldo)
* make it error to use --interval-clear with other output (Ian)
* add two more patches for CSV output
* add Acked-by from Ian
You can get it from 'perf/stat-cleanup-v2' branch in
git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git
Thanks,
Namhyung
Namhyung Kim (11):
perf stat: Fix crash with --per-node --metric-only in CSV mode
perf stat: Move common code in print_metric_headers()
perf stat: Fix --metric-only --json output
perf stat: Increase metric length to align outputs
perf stat: Clear screen only if output file is a tty
perf stat: Do not indent headers for JSON
perf stat: Add header for interval in JSON output
perf stat: Fix condition in print_interval()
perf stat: Consolidate condition to print metrics
perf stat: Fix summary output in CSV with --metric-only
perf stat: Add missing separator in the CSV header
tools/perf/builtin-stat.c | 8 ++++
tools/perf/util/stat-display.c | 68 ++++++++++++++++------------------
2 files changed, 40 insertions(+), 36 deletions(-)
base-commit: 816815b852216f3aa3a43e2ce91c5510927cd61b
--
2.38.1.493.g58b659f92b-goog
Powered by blists - more mailing lists