Home
last modified time | relevance | path

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

/linux/arch/riscv/net/
H A Dbpf_jit_core.c165 prog->jited = 1; in bpf_int_jit_compile()
183 prog->jited = 0; in bpf_int_jit_compile()
226 if (prog->jited) { in bpf_jit_free()
H A Dbpf_jit_comp64.c939 if (!p->jited) in invoke_bpf_prog()
/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c53 struct expected_msgs jited; member
116 free_msgs(&spec->priv.jited); in free_test_spec()
117 free_msgs(&spec->unpriv.jited); in free_test_spec()
506 &spec->priv.jited); in parse_test_spec()
518 &spec->unpriv.jited); in parse_test_spec()
724 if (spec->unpriv.jited.cnt == 0) in parse_test_spec()
725 clone_msgs(&spec->priv.jited, &spec->unpriv.jited); in parse_test_spec()
786 static void emit_jited(const char *jited, bool force) in emit_jited() argument
790 fprintf(stdout, "JITED:\n=============\n%s=============\n", jited); in emit_jited()
1441 if (subspec->jited.cnt) { in run_subtest()
[all …]
/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**] }]
112 bpftool prog dump jited *PROG* [{ file *FILE* | [opcodes] [linum] }]
113 Dump jited image (host machine code) of the program.
271 xlated 528B jited 370B memlock 4096B map_ids 10
288 "jited": true,
309 **# bpftool prog dump jited tag 005a3d2123620c8b**
330 **# bpftool prog dump jited pinned /sys/fs/bpf/prog opcodes**
353 xlated 488B jited 336B memlock 4096B map_ids 7
H A 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
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/powerpc/net/
H A Dbpf_jit_comp.c347 fp->jited = 1; in bpf_int_jit_compile()
382 fp->jited = 0; in bpf_int_jit_compile()
479 if (fp->jited) { in bpf_jit_free()
651 if (!p->jited) in invoke_bpf_prog()
/linux/kernel/bpf/
H A Dcore.c196 (!prog->jited || !prog->aux->jited_linfo[0])) { in bpf_prog_jit_attempt_done()
667 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate()
1305 if (fp->jited) { in bpf_jit_free()
2527 map->owner->jited = fp->jited; in __bpf_prog_map_compatible()
2540 map->owner->jited == fp->jited && in __bpf_prog_map_compatible()
2651 if (prog->jited) { in bpf_prog_jit_compile()
2691 if (!fp->jited && jit_needed) { in __bpf_prog_select_runtime()
H A Dsyscall.c1008 u32 type = 0, jited = 0; in bpf_map_show_fdinfo() local
1013 jited = map->owner->jited; in bpf_map_show_fdinfo()
1038 seq_printf(m, "owner_jited:\t%u\n", jited); in bpf_map_show_fdinfo()
2581 prog->jited, in bpf_prog_show_fdinfo()
3088 prog->jited = 0; in BTF_ID_LIST_GLOBAL_SINGLE()
H A Dfixups.c1204 if (!func[i]->jited) { in jit_subprogs()
1296 prog->jited = 1; in jit_subprogs()
H A Dtrampoline.c1087 p->jited = false; in cgroup_shim_alloc()
H A Dverifier.c19985 if (!tgt_prog->jited) { in bpf_check_attach_target()
/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()
/linux/arch/loongarch/net/
H A Dbpf_jit.c1734 if (!p->jited) in invoke_bpf_prog()
2311 prog->jited = 1; in bpf_int_jit_compile()
2334 prog->jited = 0; in bpf_int_jit_compile()
2347 if (prog->jited) { in bpf_jit_free()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2337 prog->jited = 1; in bpf_int_jit_compile()
2370 prog->jited = 0; in bpf_int_jit_compile()
2463 if (!p->jited) in invoke_bpf_prog()
3359 if (prog->jited) { in bpf_jit_free()
/linux/include/linux/
H A Dfilter.h1157 if (!fp->jited) { in bpf_prog_lock_ro()
1450 return fp->jited && bpf_jit_is_ebpf(); in bpf_prog_ebpf_jited()
H A Dbpf.h293 bool jited; member
1866 u32 jited:1, /* Is our filter JIT'ed? */ member
/linux/arch/x86/net/
H A Dbpf_jit_comp.c3268 if (!p->jited) in invoke_bpf_prog()
4052 prog->jited = 0; in bpf_int_jit_compile()
4133 prog->jited = 1; in bpf_int_jit_compile()
4189 if (prog->jited) { in bpf_jit_free()
/linux/tools/perf/Documentation/
H A Dperf.data-file-format.txt350 a BPF program, including type, id, tag, jited/xlated instructions, etc.
/linux/net/core/
H A Dfilter.c1342 fp->jited = 0; in bpf_prepare_filter()
1369 if (!fp->jited) in bpf_prepare_filter()