| /Linux-v5.10/tools/bpf/bpftool/Documentation/ |
| D | bpftool-prog.rst | 18 { **show** | **list** | **dump xlated** | **dump jited** | **pin** | **load** 26 | **bpftool** **prog dump jited** *PROG* [{**file** *FILE* | **opcodes** | **linum**}] 105 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }] 106 Dump jited image (host machine code) of the program. 234 xlated 528B jited 370B memlock 4096B map_ids 10 251 "jited": true, 272 **# bpftool prog dump jited tag 005a3d2123620c8b** 293 **# bpftool prog dump jited pinned /sys/fs/bpf/prog opcodes** 316 xlated 488B jited 336B memlock 4096B map_ids 7
|
| D | common_options.rst | 8 for JIT-ted programs (**bpftool prog dump jited**) and usage of BPF
|
| D | bpftool-map.rst | 238 xlated 240B jited 257B memlock 4096B map_ids 294 242 xlated 200B jited 164B memlock 4096B 246 xlated 200B jited 164B memlock 4096B 255 owner_prog_type xdp owner jited
|
| D | bpftool.rst | 28 *PROG-COMMANDS* := { **show** | **list** | **dump jited** | **dump xlated** | **pin**
|
| /Linux-v5.10/arch/riscv/net/ |
| D | bpf_jit_core.c | 149 prog->jited = 1; in bpf_int_jit_compile()
|
| /Linux-v5.10/kernel/bpf/ |
| D | core.c | 641 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate() 910 if (fp->jited) { in bpf_jit_free() 1744 array->aux->jited = fp->jited; in bpf_prog_array_compatible() 1749 array->aux->jited == fp->jited; in bpf_prog_array_compatible() 1818 if (!fp->jited) { in bpf_prog_select_runtime()
|
| D | syscall.c | 534 u32 type = 0, jited = 0; in bpf_map_show_fdinfo() local 539 jited = array->aux->jited; in bpf_map_show_fdinfo() 561 seq_printf(m, "owner_jited:\t%u\n", jited); in bpf_map_show_fdinfo() 1813 prog->jited, in bpf_prog_show_fdinfo() 2187 prog->jited = 0; in bpf_prog_load()
|
| D | verifier.c | 10687 if (!func[i]->jited) { in jit_subprogs() 10767 prog->jited = 1; in jit_subprogs() 11560 if (!tgt_prog->jited) { in bpf_check_attach_target()
|
| /Linux-v5.10/arch/powerpc/net/ |
| D | bpf_jit_comp.c | 670 fp->jited = 1; in bpf_jit_compile() 679 if (fp->jited) in bpf_jit_free()
|
| D | bpf_jit_comp64.c | 1224 fp->jited = 1; in bpf_int_jit_compile() 1255 if (fp->jited) in bpf_jit_free()
|
| /Linux-v5.10/include/linux/ |
| D | filter.h | 527 u16 jited:1, /* Is our filter JIT'ed? */ member 814 if (!fp->jited) { in bpf_prog_lock_ro() 1036 return fp->jited && bpf_jit_is_ebpf(); in bpf_prog_ebpf_jited()
|
| D | bpf.h | 847 bool jited; member
|
| /Linux-v5.10/arch/sparc/net/ |
| D | bpf_jit_comp_32.c | 751 fp->jited = 1; in bpf_jit_compile() 760 if (fp->jited) in bpf_jit_free()
|
| D | bpf_jit_comp_64.c | 1599 prog->jited = 1; in bpf_int_jit_compile()
|
| /Linux-v5.10/arch/arm64/net/ |
| D | bpf_jit_comp.c | 1097 prog->jited = 0; in bpf_int_jit_compile() 1107 prog->jited = 1; in bpf_int_jit_compile()
|
| /Linux-v5.10/arch/mips/net/ |
| D | bpf_jit.c | 1258 fp->jited = 1; in bpf_jit_compile() 1266 if (fp->jited) in bpf_jit_free()
|
| D | ebpf_jit.c | 1914 prog->jited = 1; in bpf_int_jit_compile()
|
| /Linux-v5.10/tools/bpf/bpftool/bash-completion/ |
| D | bpftool | 356 COMPREPLY+=( $( compgen -W "xlated jited" -- \ 360 xlated|jited)
|
| /Linux-v5.10/arch/x86/net/ |
| D | bpf_jit_comp.c | 1549 if (!p->jited) in invoke_bpf_prog() 2102 prog->jited = 1; in bpf_int_jit_compile()
|
| D | bpf_jit_comp32.c | 2384 prog->jited = 1; in bpf_int_jit_compile()
|
| /Linux-v5.10/Documentation/bpf/ |
| D | btf.rst | 15 info helps generate source annotated translated byte code, jited code and 807 $ bpftool prog dump jited pinned /sys/fs/bpf/test_btf_haskv
|
| /Linux-v5.10/tools/perf/Documentation/ |
| D | perf.data-file-format.txt | 350 a BPF program, including type, id, tag, jited/xlated instructions, etc.
|
| /Linux-v5.10/arch/s390/net/ |
| D | bpf_jit_comp.c | 1806 fp->jited = 1; in bpf_int_jit_compile()
|
| /Linux-v5.10/arch/arm/net/ |
| D | bpf_jit_32.c | 2007 prog->jited = 1; in bpf_int_jit_compile()
|
| /Linux-v5.10/lib/ |
| D | test_bpf.c | 6989 pr_cont("jited:%u ", fp->jited); in test_bpf() 6992 if (fp->jited) in test_bpf()
|