1. 23 Jan, 2020 1 commit
  2. 22 Jan, 2020 8 commits
  3. 21 Jan, 2020 14 commits
  4. 20 Jan, 2020 3 commits
  5. 17 Jan, 2020 10 commits
  6. 16 Jan, 2020 3 commits
  7. 15 Jan, 2020 1 commit
    • Alexei Starovoitov's avatar
      Merge branch 'bpftool-improvements' · 7bcfea96
      Alexei Starovoitov authored
      Martin Lau says:
      
      ====================
      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
      
      v2:
      - Expose bpf_find_kernel_btf() as a LIBBPF_API in patch 3 (Andrii)
      - Cache btf_vmlinux in bpftool/map.c (Andrii)
      ====================
      Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
      7bcfea96