Home
last modified time | relevance | path

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

12

/linux-6.1.9/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**}]
113 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }]
114 Dump jited image (host machine code) of the program.
256 xlated 528B jited 370B memlock 4096B map_ids 10
273 "jited": true,
294 **# bpftool prog dump jited tag 005a3d2123620c8b**
315 **# bpftool prog dump jited pinned /sys/fs/bpf/prog opcodes**
338 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-6.1.9/arch/riscv/net/
Dbpf_jit_core.c158 prog->jited = 1; in bpf_int_jit_compile()
/linux-6.1.9/kernel/bpf/
Dcore.c168 (!prog->jited || !prog->aux->jited_linfo[0])) { in bpf_prog_jit_attempt_done()
652 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate()
1169 if (fp->jited) { in bpf_jit_free()
2103 map->owner.jited = fp->jited; in bpf_prog_map_compatible()
2108 map->owner.jited == fp->jited && in bpf_prog_map_compatible()
2190 if (!fp->jited && jit_needed) { in bpf_prog_select_runtime()
Dsyscall.c700 u32 type = 0, jited = 0; in bpf_map_show_fdinfo() local
705 jited = map->owner.jited; in bpf_map_show_fdinfo()
730 seq_printf(m, "owner_jited:\t%u\n", jited); in bpf_map_show_fdinfo()
2152 prog->jited, in bpf_prog_show_fdinfo()
2580 prog->jited = 0; in bpf_prog_load()
Dtrampoline.c666 p->jited = false; in cgroup_shim_alloc()
Dverifier.c13740 if (!func[i]->jited) { in jit_subprogs()
13817 prog->jited = 1; in jit_subprogs()
14922 if (!tgt_prog->jited) { in bpf_check_attach_target()
/linux-6.1.9/arch/powerpc/net/
Dbpf_jit_comp.c286 fp->jited = 1; in bpf_int_jit_compile()
/linux-6.1.9/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-6.1.9/arch/x86/net/
Dbpf_jit_comp.c1870 if (!p->jited) in invoke_bpf_prog()
2442 prog->jited = 0; in bpf_int_jit_compile()
2508 prog->jited = 1; in bpf_int_jit_compile()
2549 if (prog->jited) { in bpf_jit_free()
Dbpf_jit_comp32.c2606 prog->jited = 1; in bpf_int_jit_compile()
/linux-6.1.9/tools/bpf/bpftool/bash-completion/
Dbpftool359 COMPREPLY+=( $( compgen -W "xlated jited" -- \
363 xlated|jited)
/linux-6.1.9/include/linux/
Dfilter.h853 if (!fp->jited) { in bpf_prog_lock_ro()
1098 return fp->jited && bpf_jit_is_ebpf(); in bpf_prog_ebpf_jited()
Dbpf.h247 bool jited; member
1217 u16 jited:1, /* Is our filter JIT'ed? */ member
/linux-6.1.9/arch/loongarch/net/
Dbpf_jit.c1139 prog->jited = 0; in bpf_int_jit_compile()
1149 prog->jited = 1; in bpf_int_jit_compile()
/linux-6.1.9/arch/arm64/net/
Dbpf_jit_comp.c1582 prog->jited = 0; in bpf_int_jit_compile()
1593 prog->jited = 1; in bpf_int_jit_compile()
1691 if (!p->jited) in invoke_bpf_prog()
/linux-6.1.9/arch/mips/net/
Dbpf_jit_comp.c1019 prog->jited = 1; in bpf_int_jit_compile()
/linux-6.1.9/Documentation/bpf/
Dbtf.rst15 info helps generate source annotated translated byte code, jited code and
902 $ bpftool prog dump jited pinned /sys/fs/bpf/test_btf_haskv
/linux-6.1.9/tools/perf/Documentation/
Dperf.data-file-format.txt350 a BPF program, including type, id, tag, jited/xlated instructions, etc.
/linux-6.1.9/arch/s390/net/
Dbpf_jit_comp.c1846 fp->jited = 1; in bpf_int_jit_compile()
/linux-6.1.9/arch/arm/net/
Dbpf_jit_32.c2008 prog->jited = 1; in bpf_int_jit_compile()
/linux-6.1.9/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()

12