diff options
author | Jackie Liu <[email protected]> | 2023-07-05 17:12:08 +0800 |
---|---|---|
committer | Andrii Nakryiko <[email protected]> | 2023-07-06 16:04:50 -0700 |
commit | 8a3fe76f8718bad4056d665bee1a0c43d128af72 (patch) | |
tree | cc4f7ca8c808da7c1a9b426b8746ee2c7c9ed23a /drivers/fpga/fpga-mgr.c | |
parent | e76a014334a6d46a9c21356afa25aa5b81566540 (diff) |
libbpf: Cross-join available_filter_functions and kallsyms for multi-kprobes
When using regular expression matching with "kprobe multi", it scans all
the functions under "/proc/kallsyms" that can be matched. However, not all
of them can be traced by kprobe.multi. If any one of the functions fails
to be traced, it will result in the failure of all functions. The best
approach is to filter out the functions that cannot be traced to ensure
proper tracking of the functions.
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Reported-by: kernel test robot <[email protected]>
Suggested-by: Jiri Olsa <[email protected]>
Suggested-by: Andrii Nakryiko <[email protected]>
Signed-off-by: Jackie Liu <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions