Commit Graph

4 Commits (78000ecb18f6ef1075820b2dbbe7e5cde28c3509)

Author SHA1 Message Date
Xiaobo Liu 78000ecb18 tweak
Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>
4 weeks ago
Xiaobo Liu 13afb1c642 add test
Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>
4 weeks ago
Mike Rostecki f34d355d7d bpf: Handle raw tracepoint arguments
Provide an `arg()` method in `RawTracepointArgs` wrapper of
`bpf_raw_tracepoint_args` and also in `RawTracepointContext`, so
it's directly available in raw tracepoint programs.

The methods and traits implemented here are unsafe. There is no
way to reliably check the number of available arguments, so
requesting a non-existing one leads to undefined behavior.
8 months ago
Tamir Duberstein e0c4948e36 Extract integration-common for shared types 9 months ago