diff options
author | Dmitrii Dolgov <[email protected]> | 2022-03-09 17:31:12 +0100 |
---|---|---|
committer | Andrii Nakryiko <[email protected]> | 2022-03-15 15:07:27 -0700 |
commit | cbdaf71f7e65a45d6e96378ee7bfe3da39c30908 (patch) | |
tree | 8a74ca4a585b1b5d6b8a3b47e2d26bafa097f0d1 /lib/string_helpers.c | |
parent | f98d6dd1e79d4b04c2e13e91a9348473cfa805a6 (diff) |
bpftool: Add bpf_cookie to link output
Commit 82e6b1eee6a8 ("bpf: Allow to specify user-provided bpf_cookie for
BPF perf links") introduced the concept of user specified bpf_cookie,
which could be accessed by BPF programs using bpf_get_attach_cookie().
For troubleshooting purposes it is convenient to expose bpf_cookie via
bpftool as well, so there is no need to meddle with the target BPF
program itself.
Implemented using the pid iterator BPF program to actually fetch
bpf_cookies, which allows constraining code changes only to bpftool.
$ bpftool link
1: type 7 prog 5
bpf_cookie 123
pids bootstrap(81)
Signed-off-by: Dmitrii Dolgov <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
Acked-by: Yonghong Song <[email protected]>
Acked-by: Quentin Monnet <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions