/linux-6.1.9/tools/bpf/bpftool/Documentation/ |
D | bpftool-prog.rst | 24 { **show** | **list** | **dump xlated** | **dump jited** | **pin** | **load** | 32 | **bpftool** **prog dump jited** *PROG* [{**file** *FILE* | **opcodes** | **linum**}] 113 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }] 114 Dump jited image (host machine code) of the program. 256 xlated 528B jited 370B memlock 4096B map_ids 10 273 "jited": true, 294 **# bpftool prog dump jited tag 005a3d2123620c8b** 315 **# bpftool prog dump jited pinned /sys/fs/bpf/prog opcodes** 338 xlated 488B jited 336B memlock 4096B map_ids 7
|
D | bpftool-map.rst | 243 xlated 240B jited 257B memlock 4096B map_ids 294 247 xlated 200B jited 164B memlock 4096B 251 xlated 200B jited 164B memlock 4096B 260 owner_prog_type xdp owner jited
|
D | common_options.rst | 11 (**bpftool prog dump jited**) and usage of BPF skeletons (some
|
D | bpftool.rst | 32 *PROG-COMMANDS* := { **show** | **list** | **dump jited** | **dump xlated** | **pin** |
|
/linux-6.1.9/arch/riscv/net/ |
D | bpf_jit_core.c | 158 prog->jited = 1; in bpf_int_jit_compile()
|
/linux-6.1.9/kernel/bpf/ |
D | core.c | 168 (!prog->jited || !prog->aux->jited_linfo[0])) { in bpf_prog_jit_attempt_done() 652 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate() 1169 if (fp->jited) { in bpf_jit_free() 2103 map->owner.jited = fp->jited; in bpf_prog_map_compatible() 2108 map->owner.jited == fp->jited && in bpf_prog_map_compatible() 2190 if (!fp->jited && jit_needed) { in bpf_prog_select_runtime()
|
D | syscall.c | 700 u32 type = 0, jited = 0; in bpf_map_show_fdinfo() local 705 jited = map->owner.jited; in bpf_map_show_fdinfo() 730 seq_printf(m, "owner_jited:\t%u\n", jited); in bpf_map_show_fdinfo() 2152 prog->jited, in bpf_prog_show_fdinfo() 2580 prog->jited = 0; in bpf_prog_load()
|
D | trampoline.c | 666 p->jited = false; in cgroup_shim_alloc()
|
D | verifier.c | 13740 if (!func[i]->jited) { in jit_subprogs() 13817 prog->jited = 1; in jit_subprogs() 14922 if (!tgt_prog->jited) { in bpf_check_attach_target()
|
/linux-6.1.9/arch/powerpc/net/ |
D | bpf_jit_comp.c | 286 fp->jited = 1; in bpf_int_jit_compile()
|
/linux-6.1.9/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 | 1613 prog->jited = 1; in bpf_int_jit_compile()
|
/linux-6.1.9/arch/x86/net/ |
D | bpf_jit_comp.c | 1870 if (!p->jited) in invoke_bpf_prog() 2442 prog->jited = 0; in bpf_int_jit_compile() 2508 prog->jited = 1; in bpf_int_jit_compile() 2549 if (prog->jited) { in bpf_jit_free()
|
D | bpf_jit_comp32.c | 2606 prog->jited = 1; in bpf_int_jit_compile()
|
/linux-6.1.9/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 359 COMPREPLY+=( $( compgen -W "xlated jited" -- \ 363 xlated|jited)
|
/linux-6.1.9/include/linux/ |
D | filter.h | 853 if (!fp->jited) { in bpf_prog_lock_ro() 1098 return fp->jited && bpf_jit_is_ebpf(); in bpf_prog_ebpf_jited()
|
D | bpf.h | 247 bool jited; member 1217 u16 jited:1, /* Is our filter JIT'ed? */ member
|
/linux-6.1.9/arch/loongarch/net/ |
D | bpf_jit.c | 1139 prog->jited = 0; in bpf_int_jit_compile() 1149 prog->jited = 1; in bpf_int_jit_compile()
|
/linux-6.1.9/arch/arm64/net/ |
D | bpf_jit_comp.c | 1582 prog->jited = 0; in bpf_int_jit_compile() 1593 prog->jited = 1; in bpf_int_jit_compile() 1691 if (!p->jited) in invoke_bpf_prog()
|
/linux-6.1.9/arch/mips/net/ |
D | bpf_jit_comp.c | 1019 prog->jited = 1; in bpf_int_jit_compile()
|
/linux-6.1.9/Documentation/bpf/ |
D | btf.rst | 15 info helps generate source annotated translated byte code, jited code and 902 $ bpftool prog dump jited pinned /sys/fs/bpf/test_btf_haskv
|
/linux-6.1.9/tools/perf/Documentation/ |
D | perf.data-file-format.txt | 350 a BPF program, including type, id, tag, jited/xlated instructions, etc.
|
/linux-6.1.9/arch/s390/net/ |
D | bpf_jit_comp.c | 1846 fp->jited = 1; in bpf_int_jit_compile()
|
/linux-6.1.9/arch/arm/net/ |
D | bpf_jit_32.c | 2008 prog->jited = 1; in bpf_int_jit_compile()
|
/linux-6.1.9/lib/ |
D | test_bpf.c | 14827 pr_cont("jited:%u ", fp->jited); in test_bpf() 14830 if (fp->jited) in test_bpf() 15193 pr_cont("jited:%u ", fp->jited); in test_tail_calls() 15196 if (fp->jited) in test_tail_calls()
|