Re: [PATCH bpf-next] bpftool: auto-complete BTF IDs for btf dump

2019-05-28 Thread Andrii Nakryiko
On Tue, May 28, 2019 at 2:24 AM Daniel Borkmann wrote: > > On 05/26/2019 02:01 AM, Andrii Nakryiko wrote: > > Auto-complete BTF IDs for `btf dump id` sub-command. List of possible BTF > > IDs is scavenged from loaded BPF programs that have associated BTFs, as > > there is currently no API in libbp

Re: [PATCH bpf-next] bpftool: auto-complete BTF IDs for btf dump

2019-05-28 Thread Daniel Borkmann
On 05/26/2019 02:01 AM, Andrii Nakryiko wrote: > Auto-complete BTF IDs for `btf dump id` sub-command. List of possible BTF > IDs is scavenged from loaded BPF programs that have associated BTFs, as > there is currently no API in libbpf to fetch list of all BTFs in the > system. > > Suggested-by: Qu

Re: [PATCH bpf-next] bpftool: auto-complete BTF IDs for btf dump

2019-05-28 Thread Quentin Monnet
2019-05-25 17:01 UTC-0700 ~ Andrii Nakryiko > Auto-complete BTF IDs for `btf dump id` sub-command. List of possible BTF > IDs is scavenged from loaded BPF programs that have associated BTFs, as > there is currently no API in libbpf to fetch list of all BTFs in the > system. > > Suggested-by: Quen

[PATCH bpf-next] bpftool: auto-complete BTF IDs for btf dump

2019-05-25 Thread Andrii Nakryiko
Auto-complete BTF IDs for `btf dump id` sub-command. List of possible BTF IDs is scavenged from loaded BPF programs that have associated BTFs, as there is currently no API in libbpf to fetch list of all BTFs in the system. Suggested-by: Quentin Monnet Signed-off-by: Andrii Nakryiko --- tools/bp

Re: [PATCH bpf-next] bpftool: auto-complete BTF IDs for btf dump

2019-05-25 Thread Andrii Nakryiko
On Sat, May 25, 2019 at 4:55 AM Quentin Monnet wrote: > > 2019-05-24 22:38 UTC-0700 ~ Andrii Nakryiko > > Auto-complete BTF IDs for `btf dump id` sub-command. List of possible BTF > > IDs is scavenged from loaded BPF programs that have associated BTFs, as > > there is currently no API in libbpf t

Re: [PATCH bpf-next] bpftool: auto-complete BTF IDs for btf dump

2019-05-25 Thread Quentin Monnet
2019-05-24 22:38 UTC-0700 ~ Andrii Nakryiko > Auto-complete BTF IDs for `btf dump id` sub-command. List of possible BTF > IDs is scavenged from loaded BPF programs that have associated BTFs, as > there is currently no API in libbpf to fetch list of all BTFs in the > system. > > Suggested-by: Quen

[PATCH bpf-next] bpftool: auto-complete BTF IDs for btf dump

2019-05-24 Thread Andrii Nakryiko
Auto-complete BTF IDs for `btf dump id` sub-command. List of possible BTF IDs is scavenged from loaded BPF programs that have associated BTFs, as there is currently no API in libbpf to fetch list of all BTFs in the system. Suggested-by: Quentin Monnet Signed-off-by: Andrii Nakryiko --- tools/bp