Home
last modified time | relevance | path

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

12

/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-prog.rst24 { **show** | **list** | **dump xlated** | **dump jited** | **pin** | **load** |
32 | **bpftool** **prog dump jited** *PROG* [{ **file** *FILE* | [**opcodes**] [**linum**] }]
111 bpftool prog dump jited *PROG* [{ file *FILE* | [opcodes] [linum] }]
112 Dump jited image (host machine code) of the program.
246 xlated 528B jited 370B memlock 4096B map_ids 10
263 "jited": true,
284 **# bpftool prog dump jited tag 005a3d2123620c8b**
305 **# bpftool prog dump jited pinned /sys/fs/bpf/prog opcodes**
328 xlated 488B jited 336B memlock 4096B map_ids 7
H A Dbpftool-map.rst237 xlated 240B jited 257B memlock 4096B map_ids 294
241 xlated 200B jited 164B memlock 4096B
245 xlated 200B jited 164B memlock 4096B
254 owner_prog_type xdp owner jited
H A Dcommon_options.rst11 dump jited**) and usage of BPF skeletons (some features like **bpftool prog
H A Dbpftool.rst32 *PROG-COMMANDS* := { **show** | **list** | **dump jited** | **dump xlated** | **pin** |
/linux/arch/parisc/net/
H A Dbpf_jit_core.c164 prog->jited = 1; in bpf_int_jit_compile()
173 prog->jited = 0; in bpf_int_jit_compile()
/linux/arch/riscv/net/
H A Dbpf_jit_core.c177 prog->jited = 1; in bpf_int_jit_compile()
250 if (prog->jited) { in bpf_jit_free()
/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c224 fp->jited = 1; in bpf_int_jit_compile()
341 if (fp->jited) { in bpf_jit_free()
/linux/arch/arc/net/
H A Dbpf_jit_core.c147 if (bpf_jit_enable <= 1 || !ctx->prog->jited) in jit_dump()
175 ctx->is_extra_pass = ctx->prog->jited; in jit_ctx_init()
1249 prog->jited = 1; in jit_finalize()
1419 if (!prog->jited) in bpf_int_jit_compile()
/linux/kernel/bpf/
H A Dcore.c184 (!prog->jited || !prog->aux->jited_linfo[0])) { in bpf_prog_jit_attempt_done()
685 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate()
1238 if (fp->jited) { in bpf_jit_free()
2323 map->owner.jited = fp->jited; in bpf_prog_map_compatible()
2328 map->owner.jited == fp->jited && in bpf_prog_map_compatible()
2410 if (!fp->jited && jit_needed) { in bpf_prog_select_runtime()
H A Dsyscall.c852 u32 type = 0, jited = 0; in bpf_map_show_fdinfo() local
857 jited = map->owner.jited; in bpf_map_show_fdinfo()
882 seq_printf(m, "owner_jited:\t%u\n", jited); in bpf_map_show_fdinfo()
2378 prog->jited, in bpf_prog_show_fdinfo()
2859 prog->jited = 0; in bpf_prog_load()
H A Dtrampoline.c656 p->jited = false; in cgroup_shim_alloc()
/linux/drivers/hid/bpf/progs/
H A DREADME100 xlated 120B jited 77B memlock 4096B
/linux/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.c1617 prog->jited = 1; in bpf_int_jit_compile()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c1835 prog->jited = 0; in bpf_int_jit_compile()
1859 prog->jited = 1; in bpf_int_jit_compile()
1956 if (!p->jited) in invoke_bpf_prog()
2600 if (prog->jited) { in bpf_jit_free()
/linux/tools/bpf/bpftool/bash-completion/
H A Dbpftool365 COMPREPLY+=( $( compgen -W "xlated jited" -- \
369 xlated|jited)
/linux/arch/x86/net/
H A Dbpf_jit_comp.c2589 if (!p->jited) in invoke_bpf_prog()
3309 prog->jited = 0; in bpf_int_jit_compile()
3382 prog->jited = 1; in bpf_int_jit_compile()
3428 if (prog->jited) { in bpf_jit_free()
H A Dbpf_jit_comp32.c2605 prog->jited = 1; in bpf_int_jit_compile()
/linux/arch/loongarch/net/
H A Dbpf_jit.c1315 prog->jited = 1; in bpf_int_jit_compile()
1344 prog->jited = 0; in bpf_int_jit_compile()
/linux/include/linux/
H A Dfilter.h1034 if (!fp->jited) { in bpf_prog_lock_ro()
1279 return fp->jited && bpf_jit_is_ebpf(); in bpf_prog_ebpf_jited()
H A Dbpf.h299 bool jited; member
1540 u16 jited:1, /* Is our filter JIT'ed? */ member
/linux/arch/mips/net/
H A Dbpf_jit_comp.c1024 prog->jited = 1; in bpf_int_jit_compile()
/linux/Documentation/bpf/
H A Dbtf.rst15 info helps generate source annotated translated byte code, jited code and
919 $ bpftool prog dump jited pinned /sys/fs/bpf/test_btf_haskv
/linux/arch/s390/net/
H A Dbpf_jit_comp.c2348 fp->jited = 1; in bpf_int_jit_compile()
2515 if (!p->jited) in invoke_bpf_prog()
/linux/tools/perf/Documentation/
H A Dperf.data-file-format.txt350 a BPF program, including type, id, tag, jited/xlated instructions, etc.

12