[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240515211045.377080-1-leo.yan@arm.com>
Date: Wed, 15 May 2024 22:10:43 +0100
From: Leo Yan <leo.yan@....com>
To: Arnaldo Carvalho de Melo <acme@...nel.org>,
Adrian Hunter <adrian.hunter@...el.com>,
James Clark <james.clark@....com>,
Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...hat.com>,
Namhyung Kim <namhyung@...nel.org>,
Ian Rogers <irogers@...gle.com>,
Mark Rutland <mark.rutland@....com>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Jiri Olsa <jolsa@...nel.org>,
Athira Rajeev <atrajeev@...ux.vnet.ibm.com>,
linux-perf-users@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Leo Yan <leo.yan@....com>
Subject: [PATCH v2 0/2] perf maps: Improve the kcore maps merging
This patch series follows up on the patch [1] to improve the sorting and
merging of kcore maps.
Since the kcore maps are not sorted, merging them into the kernel maps
causes difficulty, e.g. some kcore maps might be ignored. This is why
the dso__load_kcore() function handles the kernel text section
particularly for replacement a complete kernel section.
This patch sorts the kcore maps and ensures the subset region is placed
ahead of the superset region in the list. With this change, merging
these maps becomes easier - no need the special handling for the kernel
text section.
This patch series is based on the latest acme's perf-tool-next branch
and tested on Arm64 Hikey960 board.
[1] https://lore.kernel.org/linux-perf-users/438f8725-ef3f-462f-90e2-840cab478ee5@arm.com/T/#m7c86a69d43103cd0cb446b0993e47c36df0f40f2
Leo Yan (2):
perf maps: Sort kcore maps
perf maps: Remove the replacement of kernel map
tools/perf/util/symbol.c | 117 +++++++++++++++++++--------------------
1 file changed, 57 insertions(+), 60 deletions(-)
--
2.34.1
Powered by blists - more mailing lists