aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorJiri Olsa <jolsa@kernel.org>2023-01-20 13:21:48 +0100
committerAlexei Starovoitov <ast@kernel.org>2023-01-20 08:19:56 -0800
commit74bc3a5acc82f020d2e126f56c535d02d1e74e37 (patch)
tree54751e4c47f82e1aa7942cd875b8faf269731ef7 /tools/perf/scripts/python/exported-sql-viewer.py
parent2eecf81e149cd718754f52a4b688b237d2a8244d (diff)
bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
We take the BTF reference before we register dtors and we need to put it back when it's done. We probably won't se a problem with kernel BTF, but module BTF would stay loaded (because of the extra ref) even when its module is removed. Cc: Kumar Kartikeya Dwivedi <memxor@gmail.com> Fixes: 5ce937d613a4 ("bpf: Populate pairs of btf_id and destructor kfunc in btf") Acked-by: Kumar Kartikeya Dwivedi <memxor@gmail.com> Signed-off-by: Jiri Olsa <jolsa@kernel.org> Link: https://lore.kernel.org/r/20230120122148.1522359-1-jolsa@kernel.org Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions