]> git.ipfire.org Git - thirdparty/linux.git/commit
perf callchain: Switch callchain_param_setup from an arch to an e_machine
authorIan Rogers <irogers@google.com>
Mon, 26 Jan 2026 22:05:49 +0000 (14:05 -0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 27 Jan 2026 04:35:47 +0000 (01:35 -0300)
commitf33e7aa42ea79f2142f073df777c01125def45e5
tree6254521feef5fb7008c0eb95a5d5121bff64c43f
parent7ce6dfc603ed01044ebe58472a584d9995281ca2
perf callchain: Switch callchain_param_setup from an arch to an e_machine

Increase use of e_machine by replacing callchain_param_setup's arch
argument to be an e_machine typically read from the session.

Signed-off-by: Ian Rogers <irogers@google.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: James Clark <james.clark@linaro.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Leo Yan <leo.yan@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Shimin Guo <shimin.guo@skydio.com>
Cc: Yujie Liu <yujie.liu@intel.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-report.c
tools/perf/builtin-script.c
tools/perf/util/callchain.c
tools/perf/util/callchain.h
tools/perf/util/sample.c