Searched hist:cfc542411bd40ff4f8a70b3d061bd6acdfb05629 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf_prog_linfo.c | diff cfc542411bd40ff4f8a70b3d061bd6acdfb05629 Mon Dec 10 16:14:10 CST 2018 Yonghong Song <yhs@fb.com> tools/bpf: rename *_info_cnt to nr_*_info
Rename all occurances of *_info_cnt field access to nr_*_info in tools directory.
The local variables finfo_cnt, linfo_cnt and jited_linfo_cnt in function do_dump() of tools/bpf/bpftool/prog.c are also changed to nr_finfo, nr_linfo and nr_jited_linfo to keep naming convention consistent.
Acked-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: Yonghong Song <yhs@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | prog.c | diff cfc542411bd40ff4f8a70b3d061bd6acdfb05629 Mon Dec 10 16:14:10 CST 2018 Yonghong Song <yhs@fb.com> tools/bpf: rename *_info_cnt to nr_*_info
Rename all occurances of *_info_cnt field access to nr_*_info in tools directory.
The local variables finfo_cnt, linfo_cnt and jited_linfo_cnt in function do_dump() of tools/bpf/bpftool/prog.c are also changed to nr_finfo, nr_linfo and nr_jited_linfo to keep naming convention consistent.
Acked-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: Yonghong Song <yhs@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|