Star64_linux/tools/bpf/bpftool
Jakub Kicinski f74a53d9a5 tools: libbpf: add a correctly named define for map iteration
For historical reasons the helper to loop over maps in an object
is called bpf_map__for_each while it really should be called
bpf_object__for_each_map.  Rename and add a correctly named
define for backward compatibility.

Switch all in-tree users to the correct name (Quentin).

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2019-03-01 00:53:45 +01:00
..
bash-completion bpf: bpftool, fix documentation for attach types 2019-02-19 17:23:18 +01:00
Documentation tools/bpftool: recognize bpf_prog_info run_time_ns and run_cnt 2019-02-27 17:22:51 +01:00
.gitignore
btf_dumper.c
cfg.c
cfg.h
cgroup.c
common.c
feature.c
jit_disasm.c
json_writer.c
json_writer.h
main.c
main.h
Makefile
map.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2019-02-08 15:00:17 -08:00
map_perf_ring.c
net.c
netlink_dumper.c
netlink_dumper.h
perf.c
prog.c tools: libbpf: add a correctly named define for map iteration 2019-03-01 00:53:45 +01:00
tracelog.c
xlated_dumper.c
xlated_dumper.h