perf tools: Remove misleading comments on map functions
authorNamhyung Kim <namhyung@kernel.org>
Thu, 8 Feb 2024 18:10:25 +0000 (10:10 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Fri, 9 Feb 2024 22:08:41 +0000 (14:08 -0800)
commit9a440bb2e2e9a4af3a7857af42a825f61b27a18c
tree441941c3f55d710b2637168df6563277ca4bdac3
parent1eb3d924e3c0b8c27388b0583a989d757866efb6
perf tools: Remove misleading comments on map functions

When it converts sample IP to or from objdump-capable one, there's a
comment saying that kernel modules have DSO_SPACE__USER.  But commit
02213cec64bb ("perf maps: Mark module DSOs with kernel type") changed
it and makes the comment confusing.  Let's get rid of it.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20240208181025.1329645-1-namhyung@kernel.org
tools/perf/util/map.c