+1
−254
tools/bpf/bpftool/xlated_dumper.c
0 → 100644
+286
−0
tools/bpf/bpftool/xlated_dumper.h
0 → 100644
+62
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This patch factors out those code of dumping xlated eBPF instructions into xlated_dumper.[h|c]. They are quite independent dumper functions, so better to be kept separately. New dumper support will be added in later patches in this set. Signed-off-by:Jiong Wang <jiong.wang@netronome.com> Acked-by:
Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by:
Alexei Starovoitov <ast@kernel.org>