From: Martin KaFai Lau
Date: Wed, 27 Sep 2017 14:37:51 -0700
> This patch series adds more fields to bpf_prog_info and bpf_map_info.
> Please see individual patch for details.
Great to see progress in the area of eBPF introspection.
Series applied, thanks.
This patch series adds more fields to bpf_prog_info and bpf_map_info.
Please see individual patch for details.
Martin KaFai Lau (5):
bpf: Add name, load_time, uid and map_ids to bpf_prog_info
bpf: Add map_name to bpf_map_info
bpf: libbpf: Provide basic API support to specify BPF obj name
b