Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/Documentation/
A 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
A 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
A Dcommon_options.rst8 for JIT-ted programs (**bpftool prog dump jited**) and usage of BPF
A Dbpftool.rst28 *PROG-COMMANDS* := { **show** | **list** | **dump jited** | **dump xlated** | **pin** |
/linux/kernel/bpf/
A Dcore.c161 (!prog->jited || !prog->aux->jited_linfo[0])) { in bpf_prog_jit_attempt_done()
648 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate()
918 if (fp->jited) { in bpf_jit_free()
1846 array->aux->owner.jited = fp->jited; in bpf_prog_array_compatible()
1850 array->aux->owner.jited == fp->jited; in bpf_prog_array_compatible()
1932 if (!fp->jited && jit_needed) { in bpf_prog_select_runtime()
A Dsyscall.c560 u32 type = 0, jited = 0; in bpf_map_show_fdinfo() local
566 jited = array->aux->owner.jited; in bpf_map_show_fdinfo()
591 seq_printf(m, "owner_jited:\t%u\n", jited); in bpf_map_show_fdinfo()
1894 prog->jited, in bpf_prog_show_fdinfo()
2320 prog->jited = 0; in bpf_prog_load()
A Dverifier.c12689 if (!func[i]->jited) { in jit_subprogs()
12766 prog->jited = 1; in jit_subprogs()
13639 if (!tgt_prog->jited) { in bpf_check_attach_target()
/linux/arch/riscv/net/
A Dbpf_jit_core.c157 prog->jited = 1; in bpf_int_jit_compile()
/linux/arch/powerpc/net/
A Dbpf_jit_comp.c240 fp->jited = 1; in bpf_int_jit_compile()
/linux/arch/sparc/net/
A Dbpf_jit_comp_32.c751 fp->jited = 1; in bpf_jit_compile()
760 if (fp->jited) in bpf_jit_free()
A Dbpf_jit_comp_64.c1613 prog->jited = 1; in bpf_int_jit_compile()
/linux/include/linux/
A Dfilter.h564 u16 jited:1, /* Is our filter JIT'ed? */ member
879 if (!fp->jited) { in bpf_prog_lock_ro()
1104 return fp->jited && bpf_jit_is_ebpf(); in bpf_prog_ebpf_jited()
A Dbpf.h947 bool jited; member
/linux/arch/arm64/net/
A Dbpf_jit_comp.c1115 prog->jited = 0; in bpf_int_jit_compile()
1125 prog->jited = 1; in bpf_int_jit_compile()
/linux/tools/bpf/bpftool/bash-completion/
A Dbpftool359 COMPREPLY+=( $( compgen -W "xlated jited" -- \
363 xlated|jited)
/linux/arch/mips/net/
A Dbpf_jit_comp.c1019 prog->jited = 1; in bpf_int_jit_compile()
/linux/arch/x86/net/
A Dbpf_jit_comp.c1782 if (!p->jited) in invoke_bpf_prog()
2364 prog->jited = 1; in bpf_int_jit_compile()
A Dbpf_jit_comp32.c2606 prog->jited = 1; in bpf_int_jit_compile()
/linux/Documentation/bpf/
A Dbtf.rst15 info helps generate source annotated translated byte code, jited code and
847 $ bpftool prog dump jited pinned /sys/fs/bpf/test_btf_haskv
/linux/tools/perf/Documentation/
A Dperf.data-file-format.txt350 a BPF program, including type, id, tag, jited/xlated instructions, etc.
/linux/arch/s390/net/
A Dbpf_jit_comp.c1868 fp->jited = 1; in bpf_int_jit_compile()
/linux/arch/arm/net/
A Dbpf_jit_32.c2023 prog->jited = 1; in bpf_int_jit_compile()
/linux/lib/
A Dtest_bpf.c14550 pr_cont("jited:%u ", fp->jited); in test_bpf()
14553 if (fp->jited) in test_bpf()
14886 pr_cont("jited:%u ", fp->jited); in test_tail_calls()
14889 if (fp->jited) in test_tail_calls()
/linux/net/core/
A Dfilter.c1315 fp->jited = 0; in bpf_prepare_filter()
1342 if (!fp->jited) in bpf_prepare_filter()

Completed in 103 milliseconds