On Wed, Jan 15, 2020 at 03:00:12PM -0800, Martin KaFai Lau wrote: > When a map is storing a kernel's struct, its > map_info->btf_vmlinux_value_type_id is set. The first map type > supporting it is BPF_MAP_TYPE_STRUCT_OPS. > > This series adds support to dump this kind of map with BTF. > The first two patches are bug fixes which are only applicable to > bpf-next. > > Please see individual patches for details. > > v3: > - Remove unnecessary #include "libbpf_internal.h" from patch 5 I think the subj of patch 3 is fine as-is. Applied. Thanks