Home
last modified time | relevance | path

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

/Linux-v5.4/tools/bpf/bpftool/Documentation/
Dbpftool-prog.rst18 { **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
Dbpftool-map.rst229 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
Dbpftool.rst28 *PROG-COMMANDS* := { **show** | **list** | **dump jited** | **dump xlated** | **pin**
/Linux-v5.4/arch/powerpc/net/
Dbpf_jit_comp.c671 fp->jited = 1; in bpf_jit_compile()
680 if (fp->jited) in bpf_jit_free()
Dbpf_jit_comp64.c1222 fp->jited = 1; in bpf_int_jit_compile()
1253 if (fp->jited) in bpf_jit_free()
/Linux-v5.4/kernel/bpf/
Dcore.c637 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()
Dsyscall.c1417 prog->jited, in bpf_prog_show_fdinfo()
1698 prog->jited = 0; in bpf_prog_load()
Dverifier.c8742 if (!func[i]->jited) { in jit_subprogs()
8809 prog->jited = 1; in jit_subprogs()
/Linux-v5.4/arch/sparc/net/
Dbpf_jit_comp_32.c751 fp->jited = 1; in bpf_jit_compile()
760 if (fp->jited) in bpf_jit_free()
Dbpf_jit_comp_64.c1599 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v5.4/tools/bpf/bpftool/bash-completion/
Dbpftool277 COMPREPLY+=( $( compgen -W "xlated jited" -- \
281 xlated|jited)
/Linux-v5.4/include/linux/
Dfilter.h522 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/
Dbpf_jit_comp.c940 prog->jited = 0; in bpf_int_jit_compile()
950 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v5.4/Documentation/bpf/
Dbtf.rst15 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/
Dbpf_jit_comp.c1176 prog->jited = 1; in bpf_int_jit_compile()
Dbpf_jit_comp32.c2366 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v5.4/tools/perf/Documentation/
Dperf.data-file-format.txt350 a BPF program, including type, id, tag, jited/xlated instructions, etc.
/Linux-v5.4/arch/s390/net/
Dbpf_jit_comp.c1419 fp->jited = 1; in bpf_int_jit_compile()
/Linux-v5.4/arch/riscv/net/
Dbpf_jit_comp.c1627 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v5.4/arch/mips/net/
Debpf_jit.c1913 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v5.4/arch/arm/net/
Dbpf_jit_32.c1991 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v5.4/lib/
Dtest_bpf.c6915 pr_cont("jited:%u ", fp->jited); in test_bpf()
6918 if (fp->jited) in test_bpf()
/Linux-v5.4/net/core/
Dfilter.c1295 fp->jited = 0; in bpf_prepare_filter()
1322 if (!fp->jited) in bpf_prepare_filter()