YKG / reading

0 stars 0 forks source link

overhead comparison between jmp and int3 #1

Open YKG opened 2 years ago

YKG commented 2 years ago

https://www.kernel.org/doc/html/latest/trace/kprobes.html?highlight=kprobe#how-does-jump-optimization-work

It says Kprobes tries to reduce probe-hit overhead by using a jump instruction instead of a breakpoint instruction at each probepoint.

http://lkst.sourceforge.net/djprobe.html

http://lkst.sourceforge.net/docs/probes-eval-report.pdf

https://www.kernel.org/doc/ols/2007/ols2007v1-pages-189-200.pdf