Home
last modified time | relevance | path

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

12

/Linux-v5.10/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**}]
105 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }]
106 Dump jited image (host machine code) of the program.
234 xlated 528B jited 370B memlock 4096B map_ids 10
251 "jited": true,
272 **# bpftool prog dump jited tag 005a3d2123620c8b**
293 **# bpftool prog dump jited pinned /sys/fs/bpf/prog opcodes**
316 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.rst238 xlated 240B jited 257B memlock 4096B map_ids 294
242 xlated 200B jited 164B memlock 4096B
246 xlated 200B jited 164B memlock 4096B
255 owner_prog_type xdp owner jited
Dbpftool.rst28 *PROG-COMMANDS* := { **show** | **list** | **dump jited** | **dump xlated** | **pin**
/Linux-v5.10/arch/riscv/net/
Dbpf_jit_core.c149 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v5.10/kernel/bpf/
Dcore.c641 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate()
910 if (fp->jited) { in bpf_jit_free()
1744 array->aux->jited = fp->jited; in bpf_prog_array_compatible()
1749 array->aux->jited == fp->jited; in bpf_prog_array_compatible()
1818 if (!fp->jited) { in bpf_prog_select_runtime()
Dsyscall.c534 u32 type = 0, jited = 0; in bpf_map_show_fdinfo() local
539 jited = array->aux->jited; in bpf_map_show_fdinfo()
561 seq_printf(m, "owner_jited:\t%u\n", jited); in bpf_map_show_fdinfo()
1813 prog->jited, in bpf_prog_show_fdinfo()
2187 prog->jited = 0; in bpf_prog_load()
Dverifier.c10687 if (!func[i]->jited) { in jit_subprogs()
10767 prog->jited = 1; in jit_subprogs()
11560 if (!tgt_prog->jited) { in bpf_check_attach_target()
/Linux-v5.10/arch/powerpc/net/
Dbpf_jit_comp.c670 fp->jited = 1; in bpf_jit_compile()
679 if (fp->jited) in bpf_jit_free()
Dbpf_jit_comp64.c1224 fp->jited = 1; in bpf_int_jit_compile()
1255 if (fp->jited) in bpf_jit_free()
/Linux-v5.10/include/linux/
Dfilter.h527 u16 jited:1, /* Is our filter JIT'ed? */ member
814 if (!fp->jited) { in bpf_prog_lock_ro()
1036 return fp->jited && bpf_jit_is_ebpf(); in bpf_prog_ebpf_jited()
Dbpf.h847 bool jited; member
/Linux-v5.10/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.10/arch/arm64/net/
Dbpf_jit_comp.c1097 prog->jited = 0; in bpf_int_jit_compile()
1107 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v5.10/arch/mips/net/
Dbpf_jit.c1258 fp->jited = 1; in bpf_jit_compile()
1266 if (fp->jited) in bpf_jit_free()
Debpf_jit.c1914 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v5.10/tools/bpf/bpftool/bash-completion/
Dbpftool356 COMPREPLY+=( $( compgen -W "xlated jited" -- \
360 xlated|jited)
/Linux-v5.10/arch/x86/net/
Dbpf_jit_comp.c1549 if (!p->jited) in invoke_bpf_prog()
2102 prog->jited = 1; in bpf_int_jit_compile()
Dbpf_jit_comp32.c2384 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v5.10/Documentation/bpf/
Dbtf.rst15 info helps generate source annotated translated byte code, jited code and
807 $ bpftool prog dump jited pinned /sys/fs/bpf/test_btf_haskv
/Linux-v5.10/tools/perf/Documentation/
Dperf.data-file-format.txt350 a BPF program, including type, id, tag, jited/xlated instructions, etc.
/Linux-v5.10/arch/s390/net/
Dbpf_jit_comp.c1806 fp->jited = 1; in bpf_int_jit_compile()
/Linux-v5.10/arch/arm/net/
Dbpf_jit_32.c2007 prog->jited = 1; in bpf_int_jit_compile()
/Linux-v5.10/lib/
Dtest_bpf.c6989 pr_cont("jited:%u ", fp->jited); in test_bpf()
6992 if (fp->jited) in test_bpf()

12