Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/
H A 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
H A 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
H A Dcommon_options.rst8 for JIT-ted programs (**bpftool prog dump jited**) and usage of BPF
H A Dbpftool.rst28 *PROG-COMMANDS* := { **show** | **list** | **dump jited** | **dump xlated** | **pin**
/OK3568_Linux_fs/kernel/arch/riscv/net/
H A Dbpf_jit_core.c150 prog->jited = 1; in bpf_int_jit_compile()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcore.c648 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate()
920 if (fp->jited) { in bpf_jit_free()
1794 array->aux->owner.jited = fp->jited; in bpf_prog_array_compatible()
1798 array->aux->owner.jited == fp->jited; in bpf_prog_array_compatible()
1870 if (!fp->jited) { in bpf_prog_select_runtime()
H A Dsyscall.c552 u32 type = 0, jited = 0; in bpf_map_show_fdinfo() local
558 jited = array->aux->owner.jited; in bpf_map_show_fdinfo()
581 seq_printf(m, "owner_jited:\t%u\n", jited); in bpf_map_show_fdinfo()
1836 prog->jited, in bpf_prog_show_fdinfo()
2210 prog->jited = 0; in bpf_prog_load()
H A Dverifier.c11207 if (!func[i]->jited) { in jit_subprogs()
11287 prog->jited = 1; in jit_subprogs()
12055 if (!tgt_prog->jited) { in bpf_check_attach_target()
/OK3568_Linux_fs/kernel/arch/powerpc/net/
H A Dbpf_jit_comp.c670 fp->jited = 1; in bpf_jit_compile()
679 if (fp->jited) in bpf_jit_free()
H A Dbpf_jit_comp64.c1299 fp->jited = 1; in bpf_int_jit_compile()
1330 if (fp->jited) in bpf_jit_free()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfilter.h542 u16 jited:1, /* Is our filter JIT'ed? */ member
829 if (!fp->jited) { in bpf_prog_lock_ro()
1052 return fp->jited && bpf_jit_is_ebpf(); in bpf_prog_ebpf_jited()
H A Dbpf.h884 bool jited; member
/OK3568_Linux_fs/kernel/arch/sparc/net/
H A Dbpf_jit_comp_32.c751 fp->jited = 1; in bpf_jit_compile()
760 if (fp->jited) in bpf_jit_free()
H A Dbpf_jit_comp_64.c1602 prog->jited = 1; in bpf_int_jit_compile()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/bash-completion/
H A Dbpftool356 COMPREPLY+=( $( compgen -W "xlated jited" -- \
360 xlated|jited)
/OK3568_Linux_fs/kernel/arch/arm64/net/
H A Dbpf_jit_comp.c1114 prog->jited = 0; in bpf_int_jit_compile()
1127 prog->jited = 1; in bpf_int_jit_compile()
/OK3568_Linux_fs/kernel/arch/mips/net/
H A Dbpf_jit.c1287 fp->jited = 1; in bpf_jit_compile()
1295 if (fp->jited) in bpf_jit_free()
H A Debpf_jit.c1917 prog->jited = 1; in bpf_int_jit_compile()
/OK3568_Linux_fs/kernel/arch/x86/net/
H A Dbpf_jit_comp.c1559 if (!p->jited) in invoke_bpf_prog()
2136 prog->jited = 1; in bpf_int_jit_compile()
H A Dbpf_jit_comp32.c2415 prog->jited = 1; in bpf_int_jit_compile()
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A 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
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf.data-file-format.txt350 a BPF program, including type, id, tag, jited/xlated instructions, etc.
/OK3568_Linux_fs/kernel/arch/s390/net/
H A Dbpf_jit_comp.c1817 fp->jited = 1; in bpf_int_jit_compile()
/OK3568_Linux_fs/kernel/arch/arm/net/
H A Dbpf_jit_32.c2029 prog->jited = 1; in bpf_int_jit_compile()
/OK3568_Linux_fs/kernel/lib/
H A Dtest_bpf.c6996 pr_cont("jited:%u ", fp->jited); in test_bpf()
6999 if (fp->jited) in test_bpf()

12