commit | a7c19db38d62fc1ce797dba19936e9f81cf2b9fb | [log] [tgz] |
---|---|---|
author | Yonghong Song <yhs@fb.com> | Thu Sep 06 17:26:04 2018 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Tue Sep 11 14:17:24 2018 -0700 |
tree | 15272c1f537fde1b721005ab92b7d14875285024 | |
parent | f6f3bac08ff9855d803081a353a1fafaa8845739 [diff] |
bpf: add bpffs pretty print for program array map Added bpffs pretty print for program array map. For a particular array index, if the program array points to a valid program, the "<index>: <prog_id>" will be printed out like 0: 6 which means bpf program with id "6" is installed at index "0". Signed-off-by: Yonghong Song <yhs@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>