Home
last modified time | relevance | path

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

/Linux-v5.15/tools/bpf/bpftool/Documentation/
Dbpftool-prog.rst20 { **show** | **list** | **dump xlated** | **dump jited** | **pin** | **load**
28 | **bpftool** **prog dump jited** *PROG* [{**file** *FILE* | **opcodes** | **linum**}]
108 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }]
109 Dump jited image (host machine code) of the program.
251 xlated 528B jited 370B memlock 4096B map_ids 10
268 "jited": true,
289 **# bpftool prog dump jited tag 005a3d2123620c8b**
310 **# bpftool prog dump jited pinned /sys/fs/bpf/prog opcodes**
333 xlated 488B jited 336B memlock 4096B map_ids 7
Dcommon_options.rst8 for JIT-ted programs (**bpftool prog dump jited**) and usage of BPF
Dbpftool-map.rst240 xlated 240B jited 257B memlock 4096B map_ids 294
244 xlated 200B jited 164B memlock 4096B
248 xlated 200B jited 164B memlock 4096B
257 owner_prog_type xdp owner jited
Dbpftool.rst28 *PROG-COMMANDS* := { **show** | **list** | **dump jited** | **dump xlated** | **pin** |
/Linux-v5.15/arch/riscv/net/
Dbpf_jit_core.c150 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v5.15/arch/powerpc/net/
Dbpf_jit_comp.c240 fp->jited = 1; in bpf_int_jit_compile()
/Linux-v5.15/kernel/bpf/
Dcore.c160 (!prog->jited || !prog->aux->jited_linfo[0])) { in bpf_prog_jit_attempt_done()
640 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate()
910 if (fp->jited) { in bpf_jit_free()
1838 array->aux->owner.jited = fp->jited; in bpf_prog_array_compatible()
1842 array->aux->owner.jited == fp->jited; in bpf_prog_array_compatible()
1924 if (!fp->jited && jit_needed) { in bpf_prog_select_runtime()
Dsyscall.c542 u32 type = 0, jited = 0; in bpf_map_show_fdinfo() local
548 jited = array->aux->owner.jited; in bpf_map_show_fdinfo()
571 seq_printf(m, "owner_jited:\t%u\n", jited); in bpf_map_show_fdinfo()
1856 prog->jited, in bpf_prog_show_fdinfo()
2281 prog->jited = 0; in bpf_prog_load()
Dverifier.c12449 if (!func[i]->jited) { in jit_subprogs()
12526 prog->jited = 1; in jit_subprogs()
13392 if (!tgt_prog->jited) { in bpf_check_attach_target()
/Linux-v5.15/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.c1613 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v5.15/include/linux/
Dfilter.h565 u16 jited:1, /* Is our filter JIT'ed? */ member
880 if (!fp->jited) { in bpf_prog_lock_ro()
1105 return fp->jited && bpf_jit_is_ebpf(); in bpf_prog_ebpf_jited()
Dbpf.h935 bool jited; member
/Linux-v5.15/arch/arm64/net/
Dbpf_jit_comp.c1112 prog->jited = 0; in bpf_int_jit_compile()
1122 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v5.15/arch/mips/net/
Dbpf_jit.c1287 fp->jited = 1; in bpf_jit_compile()
1295 if (fp->jited) in bpf_jit_free()
Debpf_jit.c1922 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v5.15/tools/bpf/bpftool/bash-completion/
Dbpftool359 COMPREPLY+=( $( compgen -W "xlated jited" -- \
363 xlated|jited)
/Linux-v5.15/arch/x86/net/
Dbpf_jit_comp.c1775 if (!p->jited) in invoke_bpf_prog()
2377 prog->jited = 1; in bpf_int_jit_compile()
Dbpf_jit_comp32.c2590 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v5.15/Documentation/bpf/
Dbtf.rst15 info helps generate source annotated translated byte code, jited code and
820 $ bpftool prog dump jited pinned /sys/fs/bpf/test_btf_haskv
/Linux-v5.15/tools/perf/Documentation/
Dperf.data-file-format.txt350 a BPF program, including type, id, tag, jited/xlated instructions, etc.
/Linux-v5.15/arch/s390/net/
Dbpf_jit_comp.c1868 fp->jited = 1; in bpf_int_jit_compile()
/Linux-v5.15/lib/
Dtest_bpf.c8968 pr_cont("jited:%u ", fp->jited); in test_bpf()
8971 if (fp->jited) in test_bpf()
9209 pr_cont("jited:%u ", fp->jited); in test_tail_calls()
9212 if (fp->jited) in test_tail_calls()
/Linux-v5.15/arch/arm/net/
Dbpf_jit_32.c2028 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v5.15/net/core/
Dfilter.c1315 fp->jited = 0; in bpf_prepare_filter()
1342 if (!fp->jited) in bpf_prepare_filter()