Re: [PATCH 17/18] perf tools: Set ksymbol dso as loaded on arrival
From: Song Liu <song@kernel.org>
Date: 2020-02-27 05:52:56
Also in:
bpf
From: Song Liu <song@kernel.org>
Date: 2020-02-27 05:52:56
Also in:
bpf
On Wed, Feb 26, 2020 at 5:06 AM Jiri Olsa [off-list ref] wrote:
There's no special load action for ksymbol data on map__load/dso__load action, where the kernel is getting loaded. It only gets confused with kernel kallsyms/vmlinux load for bpf object, which fails and could mess up with the map. Disabling any further load of the map for ksymbol related dso/map. Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Acked-by: Song Liu <redacted>