Home
last modified time | relevance | path

Searched refs:bpf_commands (Results 1 – 3 of 3) sorted by relevance

/external/strace/xlat/
Dbpf_commands.h23 # error static const struct xlat bpf_commands in mpers mode
28 const struct xlat bpf_commands[] = { variable
DMakemodule.am1 …lags1.in xlat/bootflags2.in xlat/bootflags3.in xlat/bpf_class.in xlat/bpf_commands.in xlat/bpf_map…
2 …ootflags1.h xlat/bootflags2.h xlat/bootflags3.h xlat/bpf_class.h xlat/bpf_commands.h xlat/bpf_map_…
39 $(top_srcdir)/xlat/bpf_commands.h: $(top_srcdir)/xlat/bpf_commands.in $(top_srcdir)/xlat/gen.sh
/external/strace/
Dbpf.c183 printxval(bpf_commands, cmd, "BPF_???"); in SYS_FUNC()