diff options
author | Masami Hiramatsu (Google) <mhiramat@kernel.org> | 2023-02-21 02:52:42 +0300 |
---|---|---|
committer | Masami Hiramatsu (Google) <mhiramat@kernel.org> | 2023-02-21 02:52:42 +0300 |
commit | 1fcd09fd4f8494b05b7c34971f3498dda0bb06ee (patch) | |
tree | 6cb6b562cb20dd3cf9f90d6b3cb03f7da4e83f62 /lib/bitmap.c | |
parent | 8478cca1e3abd183f309cd9c2491f484acf5d377 (diff) | |
download | linux-1fcd09fd4f8494b05b7c34971f3498dda0bb06ee.tar.xz |
test_kprobes: Add recursed kprobe test case
Add a recursed kprobe test case to the KUnit test module for kprobes.
This will probe a function which is called from the pre_handler and
post_handler itself. If the kprobe is correctly implemented, the recursed
kprobe handlers will be skipped and the number of skipped kprobe will
be counted on kprobe::nmissed.
Link: https://lore.kernel.org/all/167414238758.2301956.258548940194352895.stgit@devnote3/
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Diffstat (limited to 'lib/bitmap.c')
0 files changed, 0 insertions, 0 deletions