jpsamaroo / BPFnative.jl

Native Julia codegen for eBPF bytecode
Other
9 stars 1 forks source link

Add stack querying helpers #26

Closed jpsamaroo closed 3 years ago

jpsamaroo commented 3 years ago

Being able to access and record the current stack of a kernel thread would be very valuable for exploration of the kernel, for example: Probe a few functions of interest, dump their stacks, and make a histogram of callers to find out in what situations the code in question becomes active.