Home
last modified time | relevance | path

Searched refs:bpf_dbg (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/tools/net/
DMakefile16 all : bpf_jit_disasm bpf_dbg bpf_asm
22 bpf_dbg : LDLIBS = -lreadline target
23 bpf_dbg : bpf_dbg.o target
30 rm -rf *.o bpf_jit_disasm bpf_dbg bpf_asm bpf_exp.yacc.* bpf_exp.lex.*
34 install bpf_dbg $(prefix)/bin/bpf_dbg
/linux-4.4.14/Documentation/networking/
Dfilter.txt362 bpf_dbg under tools/net/ in the kernel source directory. This debugger allows
366 Starting bpf_dbg is trivial and just requires issuing:
368 # ./bpf_dbg
370 In case input and output do not equal stdin/stdout, bpf_dbg takes an
372 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-completion
379 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