Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.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**
/kernel/linux/linux-5.10/arch/riscv/net/
Dbpf_jit_core.c150 prog->jited = 1; in bpf_int_jit_compile()
/kernel/linux/linux-5.10/kernel/bpf/
Dcore.c647 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate()
917 if (fp->jited) { in bpf_jit_free()
1789 array->aux->owner.jited = fp->jited; in bpf_prog_array_compatible()
1793 array->aux->owner.jited == fp->jited; in bpf_prog_array_compatible()
1865 if (!fp->jited) { in bpf_prog_select_runtime()
Dsyscall.c550 u32 type = 0, jited = 0; in bpf_map_show_fdinfo() local
556 jited = array->aux->owner.jited; in bpf_map_show_fdinfo()
579 seq_printf(m, "owner_jited:\t%u\n", jited); in bpf_map_show_fdinfo()
1834 prog->jited, in bpf_prog_show_fdinfo()
2208 prog->jited = 0; in bpf_prog_load()
Dverifier.c11276 if (!func[i]->jited) { in jit_subprogs()
11344 prog->jited = 1; in jit_subprogs()
12120 if (!tgt_prog->jited) { in bpf_check_attach_target()
/kernel/linux/linux-5.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.c1299 fp->jited = 1; in bpf_int_jit_compile()
1330 if (fp->jited) in bpf_jit_free()
/kernel/linux/linux-5.10/include/linux/
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()
Dbpf.h928 bool jited; member
/kernel/linux/linux-5.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.c1602 prog->jited = 1; in bpf_int_jit_compile()
/kernel/linux/linux-5.10/arch/arm64/net/
Dbpf_jit_comp.c1113 prog->jited = 0; in bpf_int_jit_compile()
1124 prog->jited = 1; in bpf_int_jit_compile()
/kernel/linux/linux-5.10/tools/bpf/bpftool/bash-completion/
Dbpftool356 COMPREPLY+=( $( compgen -W "xlated jited" -- \
360 xlated|jited)
/kernel/linux/linux-5.10/arch/mips/net/
Dbpf_jit.c1287 fp->jited = 1; in bpf_jit_compile()
1295 if (fp->jited) in bpf_jit_free()
Debpf_jit.c1917 prog->jited = 1; in bpf_int_jit_compile()
/kernel/linux/linux-5.10/arch/x86/net/
Dbpf_jit_comp.c1562 if (!p->jited) in invoke_bpf_prog()
2139 prog->jited = 1; in bpf_int_jit_compile()
Dbpf_jit_comp32.c2415 prog->jited = 1; in bpf_int_jit_compile()
/kernel/linux/linux-5.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
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf.data-file-format.txt350 a BPF program, including type, id, tag, jited/xlated instructions, etc.
/kernel/linux/linux-5.10/arch/s390/net/
Dbpf_jit_comp.c1817 fp->jited = 1; in bpf_int_jit_compile()
/kernel/linux/linux-5.10/arch/arm/net/
Dbpf_jit_32.c2029 prog->jited = 1; in bpf_int_jit_compile()
/kernel/linux/linux-5.10/lib/
Dtest_bpf.c6996 pr_cont("jited:%u ", fp->jited); in test_bpf()
6999 if (fp->jited) in test_bpf()

12