/kernel/linux/linux-5.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**
|
/kernel/linux/linux-5.10/arch/riscv/net/ |
D | bpf_jit_core.c | 150 prog->jited = 1; in bpf_int_jit_compile()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
D | core.c | 647 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate() 917 if (fp->jited) { in bpf_jit_free() 1789 array->aux->owner.jited = fp->jited; in bpf_prog_array_compatible() 1793 array->aux->owner.jited == fp->jited; in bpf_prog_array_compatible() 1865 if (!fp->jited) { in bpf_prog_select_runtime()
|
D | syscall.c | 550 u32 type = 0, jited = 0; in bpf_map_show_fdinfo() local 556 jited = array->aux->owner.jited; in bpf_map_show_fdinfo() 579 seq_printf(m, "owner_jited:\t%u\n", jited); in bpf_map_show_fdinfo() 1834 prog->jited, in bpf_prog_show_fdinfo() 2208 prog->jited = 0; in bpf_prog_load()
|
D | verifier.c | 11276 if (!func[i]->jited) { in jit_subprogs() 11344 prog->jited = 1; in jit_subprogs() 12120 if (!tgt_prog->jited) { in bpf_check_attach_target()
|
/kernel/linux/linux-5.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 | 1299 fp->jited = 1; in bpf_int_jit_compile() 1330 if (fp->jited) in bpf_jit_free()
|
/kernel/linux/linux-5.10/include/linux/ |
D | filter.h | 542 u16 jited:1, /* Is our filter JIT'ed? */ member 829 if (!fp->jited) { in bpf_prog_lock_ro() 1052 return fp->jited && bpf_jit_is_ebpf(); in bpf_prog_ebpf_jited()
|
D | bpf.h | 928 bool jited; member
|
/kernel/linux/linux-5.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 | 1602 prog->jited = 1; in bpf_int_jit_compile()
|
/kernel/linux/linux-5.10/arch/arm64/net/ |
D | bpf_jit_comp.c | 1113 prog->jited = 0; in bpf_int_jit_compile() 1124 prog->jited = 1; in bpf_int_jit_compile()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 356 COMPREPLY+=( $( compgen -W "xlated jited" -- \ 360 xlated|jited)
|
/kernel/linux/linux-5.10/arch/mips/net/ |
D | bpf_jit.c | 1287 fp->jited = 1; in bpf_jit_compile() 1295 if (fp->jited) in bpf_jit_free()
|
D | ebpf_jit.c | 1917 prog->jited = 1; in bpf_int_jit_compile()
|
/kernel/linux/linux-5.10/arch/x86/net/ |
D | bpf_jit_comp.c | 1562 if (!p->jited) in invoke_bpf_prog() 2139 prog->jited = 1; in bpf_int_jit_compile()
|
D | bpf_jit_comp32.c | 2415 prog->jited = 1; in bpf_int_jit_compile()
|
/kernel/linux/linux-5.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
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | perf.data-file-format.txt | 350 a BPF program, including type, id, tag, jited/xlated instructions, etc.
|
/kernel/linux/linux-5.10/arch/s390/net/ |
D | bpf_jit_comp.c | 1817 fp->jited = 1; in bpf_int_jit_compile()
|
/kernel/linux/linux-5.10/arch/arm/net/ |
D | bpf_jit_32.c | 2029 prog->jited = 1; in bpf_int_jit_compile()
|
/kernel/linux/linux-5.10/lib/ |
D | test_bpf.c | 6996 pr_cont("jited:%u ", fp->jited); in test_bpf() 6999 if (fp->jited) in test_bpf()
|