ajor / bpftrace

High-level tracing language for Linux eBPF - development moved to https://github.com/iovisor/bpftrace
https://github.com/iovisor/bpftrace
Apache License 2.0
251 stars 15 forks source link

Scalar arrays #37

Open taem opened 6 years ago

taem commented 6 years ago

Hi,

Is there any support for scalar arrays? For example, how to access char *argv[] of the execve(2)?

Thanks.

ajor commented 6 years ago

There's not currently any nice way of getting those values, but it's definitely something that can be worked on