mbox series

[bpf-next,v11,0/2] selftests/bpf: Optimize kallsyms cache

Message ID tencent_F04BD6C8A5A70AD82BCCE820E2B2419CD006@qq.com
Headers show
Series selftests/bpf: Optimize kallsyms cache | expand

Message

Rong Tao Sept. 5, 2023, 2:04 p.m. UTC
From: Rong Tao <rongtao@cestc.cn>

We need to optimize the kallsyms cache, including optimizations for the
number of symbols limit, and, some test cases add new kernel symbols
(such as testmods) and we need to refresh kallsyms (reload or refresh).

Rong Tao (2):
  selftests/bpf: trace_helpers.c: optimize kallsyms cache
  selftests/bpf: trace_helpers.c: Add a global ksyms initialization
    mutex

 samples/bpf/Makefile                          |   4 +
 .../selftests/bpf/prog_tests/fill_link_info.c |   2 +-
 .../prog_tests/kprobe_multi_testmod_test.c    |  20 ++-
 tools/testing/selftests/bpf/trace_helpers.c   | 136 +++++++++++++-----
 tools/testing/selftests/bpf/trace_helpers.h   |   9 +-
 5 files changed, 126 insertions(+), 45 deletions(-)