diff options
| author | Quentin Monnet <[email protected]> | 2021-07-29 16:20:23 +0000 |
|---|---|---|
| committer | Andrii Nakryiko <[email protected]> | 2021-07-30 00:09:19 +0000 |
| commit | 6cc93e2f2c1c865acadedfea174bde893a2aa376 (patch) | |
| tree | c4fe8a7452fffd58f23357387f21a3427f87d71e /tools/bpf/bpftool/prog.c | |
| parent | libbpf: Rename btf__load() as btf__load_into_kernel() (diff) | |
| download | kernel-6cc93e2f2c1c865acadedfea174bde893a2aa376.tar.gz kernel-6cc93e2f2c1c865acadedfea174bde893a2aa376.zip | |
libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()
Rename function btf__get_from_id() as btf__load_from_kernel_by_id() to
better indicate what the function does. Change the new function so that,
instead of requiring a pointer to the pointer to update and returning
with an error code, it takes a single argument (the id of the BTF
object) and returns the corresponding pointer. This is more in line with
the existing constructors.
The other tools calling the (soon-to-be) deprecated btf__get_from_id()
function will be updated in a future commit.
References:
- https://github.com/libbpf/libbpf/issues/278
- https://github.com/libbpf/libbpf/wiki/Libbpf:-the-road-to-v1.0#btfh-apis
Signed-off-by: Quentin Monnet <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
Acked-by: John Fastabend <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/bpf/bpftool/prog.c')
0 files changed, 0 insertions, 0 deletions
