Alastair Robertson
Alastair Robertson
When there is no offset specified, bpftrace is allowed to chose where exactly to place the probe, e.g. after a function prologue: `uprobe:./bpftrace:main` When there is an offset specified, bpftrace...
This script: ``` BEGIN { @stacks[@integer] = kstack; @integer = 1; } ``` Gives an error: ``` stdin:3:3-20: ERROR: Argument mismatch for @stacks: trying to access with arguments: [uint64] when...
### Is your feature request related to a problem? Please describe. From discussion #3445 Provide a way to access global-but-not-exported symbols. For example, `user_alpha2` (https://github.com/torvalds/linux/blob/d1f2d51b711a3b7f1ae1b46701c769c1d580fa7f/net/wireless/reg.c#L288) ### Describe the solution you'd...