diff options
author | Joanne Koong <joannelkoong@gmail.com> | 2023-04-20 00:14:10 -0700 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2023-04-27 10:40:31 +0200 |
commit | 987d0242d189661f78b77cc4d77f843b15600fed (patch) | |
tree | 9362e9a4f66781fee9add0e84bcc6e3309775dc7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 6e98b09da931a00bf4e0477d0fa52748bf28fcce (diff) |
bpf: Add bpf_dynptr_adjust
Add a new kfunc
int bpf_dynptr_adjust(struct bpf_dynptr_kern *ptr, u32 start, u32 end);
which adjusts the dynptr to reflect the new [start, end) interval.
In particular, it advances the offset of the dynptr by "start" bytes,
and if end is less than the size of the dynptr, then this will trim the
dynptr accordingly.
Adjusting the dynptr interval may be useful in certain situations.
For example, when hashing which takes in generic dynptrs, if the dynptr
points to a struct but only a certain memory region inside the struct
should be hashed, adjust can be used to narrow in on the
specific region to hash.
Signed-off-by: Joanne Koong <joannelkoong@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20230420071414.570108-2-joannelkoong@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions