Home
last modified time | relevance | path

Searched refs:xlated (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/tools/bpf/bpftool/Documentation/
Dbpftool-prog.rst24 { **show** | **list** | **dump xlated** | **dump jited** | **pin** | **load** |
31 | **bpftool** **prog dump xlated** *PROG* [{ **file** *FILE* | [**opcodes**] [**linum**] [**visual*…
90 bpftool prog dump xlated *PROG* [{ file *FILE* | [opcodes] [linum] [visual] }]
246 xlated 528B jited 370B memlock 4096B map_ids 10
277 | **# bpftool prog dump xlated id 10 file /tmp/t**
328 xlated 488B jited 336B memlock 4096B map_ids 7
Dbpftool.rst32 *PROG-COMMANDS* := { **show** | **list** | **dump jited** | **dump xlated** | **pin** |
Dbpftool-map.rst237 xlated 240B jited 257B memlock 4096B map_ids 294
241 xlated 200B jited 164B memlock 4096B
245 xlated 200B jited 164B memlock 4096B
/linux-6.12.1/drivers/hid/bpf/progs/
DREADME100 xlated 120B jited 77B memlock 4096B
/linux-6.12.1/tools/bpf/bpftool/bash-completion/
Dbpftool365 COMPREPLY+=( $( compgen -W "xlated jited" -- \
369 xlated|jited)
383 if _bpftool_search_list 'xlated' && [[ "$json" == 0 ]]; then
/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_loader.c643 static void emit_xlated(const char *xlated, bool force) in emit_xlated() argument
647 fprintf(stdout, "XLATED:\n=============\n%s=============\n", xlated); in emit_xlated()
/linux-6.12.1/tools/perf/Documentation/
Dperf.data-file-format.txt350 a BPF program, including type, id, tag, jited/xlated instructions, etc.