[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220926200757.1161448-1-namhyung@kernel.org>
Date: Mon, 26 Sep 2022 13:07:51 -0700
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, Andi Kleen <ak@...ux.intel.com>,
Kan Liang <kan.liang@...ux.intel.com>,
Leo Yan <leo.yan@...aro.org>,
Zhengjun Xing <zhengjun.xing@...ux.intel.com>
Subject: [PATCHSET 0/6] perf stat: Small random cleanups (v1)
Hello,
I'm working on perf stat and I found some items to clean up. This time
I removed runtime stats for per-thread aggregation mode which we can simply
use thread map index to compare the shadow stat values in the rt_stat.
The code is available at 'perf/stat-cleanup-v1' branch in
git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git
Thanks,
Namhyung
Namhyung Kim (6):
perf stat: Convert perf_stat_evsel.res_stats array
perf stat: Don't call perf_stat_evsel_id_init() repeatedly
perf stat: Rename saved_value->cpu_map_idx
perf stat: Use thread map index for shadow stat
perf stat: Kill unused per-thread runtime stats
perf stat: Don't compare runtime stat for shadow stats
tools/perf/builtin-stat.c | 54 ------
tools/perf/util/stat-display.c | 22 ++-
tools/perf/util/stat-shadow.c | 320 ++++++++++++++++-----------------
tools/perf/util/stat.c | 20 +--
tools/perf/util/stat.h | 4 +-
5 files changed, 171 insertions(+), 249 deletions(-)
base-commit: 62e64c9d2fd12839c02f1b3e8b873e7cb34e8720
--
2.37.3.998.g577e59143f-goog
Powered by blists - more mailing lists