Home
last modified time | relevance | path

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

/linux-5.19.10/tools/bpf/bpftool/Documentation/
Dbpftool-prog.rst24 { **show** | **list** | **dump xlated** | **dump jited** | **pin** | **load** |
32 | **bpftool** **prog dump jited** *PROG* [{**file** *FILE* | **opcodes** | **linum**}]
112 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }]
113 Dump jited image (host machine code) of the program.
255 xlated 528B jited 370B memlock 4096B map_ids 10
272 "jited": true,
293 **# bpftool prog dump jited tag 005a3d2123620c8b**
314 **# bpftool prog dump jited pinned /sys/fs/bpf/prog opcodes**
337 xlated 488B jited 336B memlock 4096B map_ids 7
Dbpftool-map.rst243 xlated 240B jited 257B memlock 4096B map_ids 294
247 xlated 200B jited 164B memlock 4096B
251 xlated 200B jited 164B memlock 4096B
260 owner_prog_type xdp owner jited
Dcommon_options.rst11 (**bpftool prog dump jited**) and usage of BPF skeletons (some
Dbpftool.rst32 *PROG-COMMANDS* := { **show** | **list** | **dump jited** | **dump xlated** | **pin** |
/linux-5.19.10/arch/riscv/net/
Dbpf_jit_core.c157 prog->jited = 1; in bpf_int_jit_compile()
/linux-5.19.10/kernel/bpf/
Dcore.c165 (!prog->jited || !prog->aux->jited_linfo[0])) { in bpf_prog_jit_attempt_done()
649 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate()
1198 if (fp->jited) { in bpf_jit_free()
2131 map->owner.jited = fp->jited; in bpf_prog_map_compatible()
2136 map->owner.jited == fp->jited && in bpf_prog_map_compatible()
2218 if (!fp->jited && jit_needed) { in bpf_prog_select_runtime()
Dsyscall.c677 u32 type = 0, jited = 0; in bpf_map_show_fdinfo() local
682 jited = map->owner.jited; in bpf_map_show_fdinfo()
707 seq_printf(m, "owner_jited:\t%u\n", jited); in bpf_map_show_fdinfo()
2124 prog->jited, in bpf_prog_show_fdinfo()
2552 prog->jited = 0; in bpf_prog_load()
Dverifier.c13594 if (!func[i]->jited) { in jit_subprogs()
13671 prog->jited = 1; in jit_subprogs()
14640 if (!tgt_prog->jited) { in bpf_check_attach_target()
/linux-5.19.10/arch/powerpc/net/
Dbpf_jit_comp.c286 fp->jited = 1; in bpf_int_jit_compile()
/linux-5.19.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.c1613 prog->jited = 1; in bpf_int_jit_compile()
/linux-5.19.10/include/linux/
Dfilter.h564 u16 jited:1, /* Is our filter JIT'ed? */ member
881 if (!fp->jited) { in bpf_prog_lock_ro()
1122 return fp->jited && bpf_jit_is_ebpf(); in bpf_prog_ebpf_jited()
Dbpf.h239 bool jited; member
/linux-5.19.10/arch/x86/net/
Dbpf_jit_comp.c1829 if (!p->jited) in invoke_bpf_prog()
2411 prog->jited = 0; in bpf_int_jit_compile()
2477 prog->jited = 1; in bpf_int_jit_compile()
2518 if (prog->jited) { in bpf_jit_free()
Dbpf_jit_comp32.c2606 prog->jited = 1; in bpf_int_jit_compile()
/linux-5.19.10/tools/bpf/bpftool/bash-completion/
Dbpftool359 COMPREPLY+=( $( compgen -W "xlated jited" -- \
363 xlated|jited)
/linux-5.19.10/arch/arm64/net/
Dbpf_jit_comp.c1480 prog->jited = 0; in bpf_int_jit_compile()
1491 prog->jited = 1; in bpf_int_jit_compile()
/linux-5.19.10/arch/mips/net/
Dbpf_jit_comp.c1019 prog->jited = 1; in bpf_int_jit_compile()
/linux-5.19.10/Documentation/bpf/
Dbtf.rst15 info helps generate source annotated translated byte code, jited code and
867 $ bpftool prog dump jited pinned /sys/fs/bpf/test_btf_haskv
/linux-5.19.10/tools/perf/Documentation/
Dperf.data-file-format.txt350 a BPF program, including type, id, tag, jited/xlated instructions, etc.
/linux-5.19.10/arch/s390/net/
Dbpf_jit_comp.c1846 fp->jited = 1; in bpf_int_jit_compile()
/linux-5.19.10/arch/arm/net/
Dbpf_jit_32.c2024 prog->jited = 1; in bpf_int_jit_compile()
/linux-5.19.10/lib/
Dtest_bpf.c14827 pr_cont("jited:%u ", fp->jited); in test_bpf()
14830 if (fp->jited) in test_bpf()
15193 pr_cont("jited:%u ", fp->jited); in test_tail_calls()
15196 if (fp->jited) in test_tail_calls()
/linux-5.19.10/net/core/
Dfilter.c1316 fp->jited = 0; in bpf_prepare_filter()
1343 if (!fp->jited) in bpf_prepare_filter()