Searched refs:bpf_dbg (Results 1 – 2 of 2) sorted by relevance
16 all : bpf_jit_disasm bpf_dbg bpf_asm22 bpf_dbg : LDLIBS = -lreadline target23 bpf_dbg : bpf_dbg.o target30 rm -rf *.o bpf_jit_disasm bpf_dbg bpf_asm bpf_exp.yacc.* bpf_exp.lex.*34 install bpf_dbg $(prefix)/bin/bpf_dbg
362 bpf_dbg under tools/net/ in the kernel source directory. This debugger allows366 Starting bpf_dbg is trivial and just requires issuing:368 # ./bpf_dbg370 In case input and output do not equal stdin/stdout, bpf_dbg takes an372 sink as a second one, e.g. `./bpf_dbg test_in.txt test_out.txt`.378 Interaction in bpf_dbg happens through a shell that also has auto-completion379 support (follow-up example commands starting with '>' denote bpf_dbg shell).460 Exits bpf_dbg.560 For BPF JIT developers, bpf_jit_disasm, bpf_asm and bpf_dbg provides a useful