Prohibit probing on optimized_callback() because
it is called from kprobes itself. If we put a kprobes
on it, that will cause a recursive call loop.
Mark it NOKPROBE_SYMBOL.
Fixes:
|
||
|---|---|---|
| .. | ||
| kprobes | ||
| uprobes | ||
| decode-arm.c | ||
| decode-arm.h | ||
| decode-thumb.c | ||
| decode-thumb.h | ||
| decode.c | ||
| decode.h | ||
| Makefile | ||