You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libbpf: Add support to parse extra info in usdt note record
Adding support to parse extra info in usdt note record that
indicates there's nop,nop5 emitted for probe.
We detect this by checking extra zero byte placed in between
args zero termination byte and desc data end. Please see [1]
for more details.
Together with uprobe syscall feature detection we can decide
if we want to place the probe on top of nop or nop5.
[1] https://github.com/libbpf/usdt
Signed-off-by: Jiri Olsa <[email protected]>
0 commit comments