Home
last modified time | relevance | path

Searched refs:jited (Results 1 – 20 of 20) sorted by relevance

/Linux-v4.19/tools/bpf/bpftool/Documentation/
Dbpftool-prog.rst18 { **show** | **list** | **dump xlated** | **dump jited** | **pin** | **load** | **help** }
25 | **bpftool** **prog dump jited** *PROG* [{**file** *FILE* | **opcodes**}]
65 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** }]
66 Dump jited image (host machine code) of the program.
121 xlated 528B jited 370B memlock 4096B map_ids 10
136 "jited": true,
150 **# bpftool prog dum jited tag 005a3d2123620c8b**
168 **# bpftool prog dum jited pinned /sys/fs/bpf/prog opcodes**
188 | xlated 488B jited 336B memlock 4096B map_ids 7
Dbpftool.rst28 *PROG-COMMANDS* := { **show** | **list** | **dump jited** | **dump xlated** | **pin**
/Linux-v4.19/arch/powerpc/net/
Dbpf_jit_comp.c676 fp->jited = 1; in bpf_jit_compile()
685 if (fp->jited) in bpf_jit_free()
Dbpf_jit_comp64.c1000 fp->jited = 1; in bpf_int_jit_compile()
1030 if (fp->jited) in bpf_jit_free()
/Linux-v4.19/kernel/bpf/
Dcore.c472 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate()
622 if (fp->jited) { in bpf_jit_free()
1422 array->owner_jited = fp->jited; in bpf_prog_array_compatible()
1428 array->owner_jited == fp->jited; in bpf_prog_array_compatible()
1489 if (!fp->jited) { in bpf_prog_select_runtime()
Dsyscall.c1140 prog->jited, in bpf_prog_show_fdinfo()
1397 prog->jited = 0; in bpf_prog_load()
Dverifier.c5534 if (!func[i]->jited) { in jit_subprogs()
5602 prog->jited = 1; in jit_subprogs()
/Linux-v4.19/tools/bpf/bpftool/bash-completion/
Dbpftool265 COMPREPLY+=( $( compgen -W "xlated jited" -- \
269 xlated|jited)
/Linux-v4.19/arch/sparc/net/
Dbpf_jit_comp_32.c752 fp->jited = 1; in bpf_jit_compile()
761 if (fp->jited) in bpf_jit_free()
Dbpf_jit_comp_64.c1535 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v4.19/include/linux/
Dfilter.h481 u16 jited:1, /* Is our filter JIT'ed? */ member
898 return fp->jited && bpf_jit_is_ebpf(); in bpf_prog_ebpf_jited()
/Linux-v4.19/arch/arm64/net/
Dbpf_jit_comp.c918 prog->jited = 0; in bpf_int_jit_compile()
928 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v4.19/arch/mips/net/
Dbpf_jit.c1258 fp->jited = 1; in bpf_jit_compile()
1266 if (fp->jited) in bpf_jit_free()
Debpf_jit.c1826 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v4.19/arch/x86/net/
Dbpf_jit_comp.c1177 prog->jited = 1; in bpf_int_jit_compile()
Dbpf_jit_comp32.c2406 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v4.19/arch/s390/net/
Dbpf_jit_comp.c1297 fp->jited = 1; in bpf_int_jit_compile()
/Linux-v4.19/arch/arm/net/
Dbpf_jit_32.c1939 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v4.19/lib/
Dtest_bpf.c6918 pr_cont("jited:%u ", fp->jited); in test_bpf()
6921 if (fp->jited) in test_bpf()
/Linux-v4.19/net/core/
Dfilter.c1293 fp->jited = 0; in bpf_prepare_filter()
1320 if (!fp->jited) in bpf_prepare_filter()