Searched refs:jited (Results 1 – 23 of 23) sorted by relevance
/Linux-v5.4/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**}] 88 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }] 89 Dump jited image (host machine code) of the program. 225 xlated 528B jited 370B memlock 4096B map_ids 10 241 "jited": true, 257 **# bpftool prog dump jited tag 005a3d2123620c8b** 278 **# bpftool prog dump jited pinned /sys/fs/bpf/prog opcodes** 301 xlated 488B jited 336B memlock 4096B map_ids 7
|
D | bpftool-map.rst | 229 xlated 240B jited 257B memlock 4096B map_ids 294 233 xlated 200B jited 164B memlock 4096B 237 xlated 200B jited 164B memlock 4096B 246 owner_prog_type xdp owner jited
|
D | bpftool.rst | 28 *PROG-COMMANDS* := { **show** | **list** | **dump jited** | **dump xlated** | **pin**
|
/Linux-v5.4/arch/powerpc/net/ |
D | bpf_jit_comp.c | 671 fp->jited = 1; in bpf_jit_compile() 680 if (fp->jited) in bpf_jit_free()
|
D | bpf_jit_comp64.c | 1222 fp->jited = 1; in bpf_int_jit_compile() 1253 if (fp->jited) in bpf_jit_free()
|
/Linux-v5.4/kernel/bpf/ |
D | core.c | 637 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate() 846 if (fp->jited) { in bpf_jit_free() 1660 array->owner_jited = fp->jited; in bpf_prog_array_compatible() 1666 array->owner_jited == fp->jited; in bpf_prog_array_compatible() 1730 if (!fp->jited) { in bpf_prog_select_runtime()
|
D | syscall.c | 1417 prog->jited, in bpf_prog_show_fdinfo() 1698 prog->jited = 0; in bpf_prog_load()
|
D | verifier.c | 8742 if (!func[i]->jited) { in jit_subprogs() 8809 prog->jited = 1; in jit_subprogs()
|
/Linux-v5.4/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.4/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 277 COMPREPLY+=( $( compgen -W "xlated jited" -- \ 281 xlated|jited)
|
/Linux-v5.4/include/linux/ |
D | filter.h | 522 u16 jited:1, /* Is our filter JIT'ed? */ member 983 return fp->jited && bpf_jit_is_ebpf(); in bpf_prog_ebpf_jited()
|
/Linux-v5.4/arch/arm64/net/ |
D | bpf_jit_comp.c | 940 prog->jited = 0; in bpf_int_jit_compile() 950 prog->jited = 1; in bpf_int_jit_compile()
|
/Linux-v5.4/Documentation/bpf/ |
D | btf.rst | 15 info helps generate source annotated translated byte code, jited code and 746 $ bpftool prog dump jited pinned /sys/fs/bpf/test_btf_haskv
|
/Linux-v5.4/arch/x86/net/ |
D | bpf_jit_comp.c | 1176 prog->jited = 1; in bpf_int_jit_compile()
|
D | bpf_jit_comp32.c | 2366 prog->jited = 1; in bpf_int_jit_compile()
|
/Linux-v5.4/tools/perf/Documentation/ |
D | perf.data-file-format.txt | 350 a BPF program, including type, id, tag, jited/xlated instructions, etc.
|
/Linux-v5.4/arch/s390/net/ |
D | bpf_jit_comp.c | 1419 fp->jited = 1; in bpf_int_jit_compile()
|
/Linux-v5.4/arch/riscv/net/ |
D | bpf_jit_comp.c | 1627 prog->jited = 1; in bpf_int_jit_compile()
|
/Linux-v5.4/arch/mips/net/ |
D | ebpf_jit.c | 1913 prog->jited = 1; in bpf_int_jit_compile()
|
/Linux-v5.4/arch/arm/net/ |
D | bpf_jit_32.c | 1991 prog->jited = 1; in bpf_int_jit_compile()
|
/Linux-v5.4/lib/ |
D | test_bpf.c | 6915 pr_cont("jited:%u ", fp->jited); in test_bpf() 6918 if (fp->jited) in test_bpf()
|
/Linux-v5.4/net/core/ |
D | filter.c | 1295 fp->jited = 0; in bpf_prepare_filter() 1322 if (!fp->jited) in bpf_prepare_filter()
|