| /linux/tools/testing/selftests/bpf/ |
| H A D | test_loader.c | 53 struct expected_msgs jited; 115 free_msgs(&spec->priv.jited); in test_loader_fini() 116 free_msgs(&spec->unpriv.jited); in test_loader_fini() 502 &spec->priv.jited); in parse_test_spec() 514 &spec->unpriv.jited); in parse_test_spec() 599 if (strcmp(val, "jited") == 0) { in parse_test_spec() 716 if (spec->unpriv.jited.cnt == 0) in validate_msgs() 717 clone_msgs(&spec->priv.jited, &spec->unpriv.jited); in validate_msgs() 778 static void emit_jited(const char *jited, boo 81 struct expected_msgs jited; global() member 703 emit_jited(const char * jited,bool force) emit_jited() argument [all...] |
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-prog.rst | 24 { **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 D | bpftool-map.rst | 238 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 D | common_options.rst | 11 dump jited**) and usage of BPF skeletons (some features like **bpftool prog
|
| H A D | bpftool.rst | 32 *PROG-COMMANDS* := { **show** | **list** | **dump jited** | **dump xlated** | **pin** |
|
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 347 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() 646 if (!p->jited) in invoke_bpf_prog()
|
| /linux/kernel/bpf/ |
| H A D | core.c | 194 (!prog->jited || !prog->aux->jited_linfo[0])) { in bpf_prog_jit_attempt_done() 665 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate() 1236 if (fp->jited) { in bpf_jit_free() 2448 map->owner->jited = fp->jited; in __bpf_prog_map_compatible() 2461 map->owner->jited == fp->jited && in __bpf_prog_map_compatible() 2584 if (prog->jited) { in bpf_prog_jit_compile() 2632 if (!fp->jited && jit_needed) { in __bpf_prog_select_runtime()
|
| H A D | syscall.c | 1004 u32 type = 0, jited = 0; in bpf_map_show_fdinfo() local 1009 jited = map->owner->jited; in bpf_map_show_fdinfo() 1034 seq_printf(m, "owner_jited:\t%u\n", jited); in bpf_map_show_fdinfo() 2499 prog->jited, in bpf_prog_show_fdinfo() 3033 prog->jited = 0; in bpf_prog_load()
|
| H A D | trampoline.c | 941 p->jited = false; in cgroup_shim_alloc()
|
| H A D | fixups.c | 1166 if (!func[i]->jited) { in jit_subprogs() 1258 prog->jited = 1; in jit_subprogs()
|
| H A D | verifier.c | 19240 if (!tgt_prog->jited) { in bpf_check_attach_target()
|
| /linux/drivers/hid/bpf/progs/ |
| H A D | README | 100 xlated 120B jited 77B memlock 4096B
|
| /linux/arch/sparc/net/ |
| H A D | bpf_jit_comp_32.c | 751 fp->jited = 1; in bpf_jit_compile() 760 if (fp->jited) in bpf_jit_free()
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 1712 if (!p->jited) in invoke_bpf_prog() 2288 prog->jited = 1; in bpf_int_jit_compile() 2311 prog->jited = 0; in bpf_int_jit_compile() 2324 if (prog->jited) { in bpf_jit_free()
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 2178 prog->jited = 1; in bpf_int_jit_compile() 2211 prog->jited = 0; in bpf_int_jit_compile() 2294 if (!p->jited) in invoke_bpf_prog() 3132 if (prog->jited) { in bpf_jit_free()
|
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 3023 if (!p->jited) in invoke_bpf_prog() 3807 prog->jited = 0; in bpf_int_jit_compile() 3887 prog->jited = 1; in bpf_int_jit_compile() 3933 if (prog->jited) { in bpf_jit_free()
|
| /linux/include/linux/ |
| H A D | filter.h | 1079 if (!fp->jited) { in bpf_prog_lock_ro() 1372 return fp->jited && bpf_jit_is_ebpf(); in bpf_prog_ebpf_jited()
|
| H A D | bpf.h | 288 bool jited; member 1779 u16 jited:1, /* Is our filter JIT'ed? */ member
|
| /linux/tools/perf/Documentation/ |
| H A D | perf.data-file-format.txt | 350 a BPF program, including type, id, tag, jited/xlated instructions, etc.
|
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 969 if (!p->jited) in invoke_bpf_prog()
|
| /linux/lib/ |
| H A D | test_bpf.c | 15222 pr_cont("jited:%u ", fp->jited); in test_bpf() 15225 if (fp->jited) in test_bpf() 15597 pr_cont("jited:%u ", fp->jited); in test_tail_calls() 15600 if (fp->jited) in test_tail_calls()
|
| /linux/net/core/ |
| H A D | filter.c | 1338 fp->jited = 0; in bpf_prepare_filter() 1365 if (!fp->jited) in bpf_prepare_filter()
|