| /linux/tools/testing/selftests/bpf/ |
| H A D | test_loader.c | 74 struct expected_msgs jited; member 135 free_msgs(&spec->priv.jited); in free_test_spec() 136 free_msgs(&spec->unpriv.jited); in free_test_spec() 502 &spec->priv.jited); in parse_test_spec() 514 &spec->unpriv.jited); in parse_test_spec() 687 if (spec->unpriv.jited.cnt == 0) in parse_test_spec() 688 clone_msgs(&spec->priv.jited, &spec->unpriv.jited); in parse_test_spec() 747 static void emit_jited(const char *jited, bool force) in emit_jited() argument 751 fprintf(stdout, "JITED:\n=============\n%s=============\n", jited); in emit_jited() 1227 if (subspec->jited.cnt) { in run_subtest() [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 | 237 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 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/parisc/net/ |
| H A D | bpf_jit_core.c | 164 prog->jited = 1; in bpf_int_jit_compile() 173 prog->jited = 0; in bpf_int_jit_compile()
|
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_core.c | 176 prog->jited = 1; in bpf_int_jit_compile() 249 if (prog->jited) { in bpf_jit_free()
|
| /linux/arch/arc/net/ |
| H A D | bpf_jit_core.c | 147 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 D | core.c | 192 (!prog->jited || !prog->aux->jited_linfo[0])) { in bpf_prog_jit_attempt_done() 662 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate() 1218 if (fp->jited) { in bpf_jit_free() 2362 map->owner->jited = fp->jited; in __bpf_prog_map_compatible() 2374 map->owner->jited == fp->jited && in __bpf_prog_map_compatible() 2507 if (!fp->jited && jit_needed) { in bpf_prog_select_runtime()
|
| H A D | syscall.c | 1013 u32 type = 0, jited = 0; in bpf_map_show_fdinfo() local 1018 jited = map->owner->jited; in bpf_map_show_fdinfo() 1043 seq_printf(m, "owner_jited:\t%u\n", jited); in bpf_map_show_fdinfo() 2518 prog->jited, in bpf_prog_show_fdinfo() 3028 prog->jited = 0; in bpf_prog_load()
|
| H A D | trampoline.c | 693 p->jited = false; in cgroup_shim_alloc()
|
| /linux/drivers/hid/bpf/progs/ |
| H A D | README | 100 xlated 120B jited 77B memlock 4096B
|
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 296 fp->jited = 1; in bpf_int_jit_compile() 416 if (fp->jited) { in bpf_jit_free() 531 if (!p->jited) in invoke_bpf_prog()
|
| /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()
|
| H A D | bpf_jit_comp_64.c | 1617 prog->jited = 1; in bpf_int_jit_compile()
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 1399 if (!p->jited) in invoke_bpf_prog() 1921 prog->jited = 1; in bpf_int_jit_compile() 1949 prog->jited = 0; in bpf_int_jit_compile()
|
| /linux/tools/bpf/bpftool/bash-completion/ |
| H A D | bpftool | 373 COMPREPLY+=( $( compgen -W "xlated jited" -- \ 377 xlated|jited)
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 2200 prog->jited = 0; in bpf_int_jit_compile() 2224 prog->jited = 1; in bpf_int_jit_compile() 2331 if (!p->jited) in invoke_bpf_prog() 3116 if (prog->jited) { in bpf_jit_free()
|
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 2991 if (!p->jited) in invoke_bpf_prog() 3765 prog->jited = 0; in bpf_int_jit_compile() 3838 prog->jited = 1; in bpf_int_jit_compile() 3889 if (prog->jited) { in bpf_jit_free()
|
| /linux/include/linux/ |
| H A D | filter.h | 1058 if (!fp->jited) { in bpf_prog_lock_ro() 1320 return fp->jited && bpf_jit_is_ebpf(); in bpf_prog_ebpf_jited()
|
| H A D | bpf.h | 288 bool jited; member 1717 u16 jited:1, /* Is our filter JIT'ed? */ member
|
| /linux/arch/mips/net/ |
| H A D | bpf_jit_comp.c | 1024 prog->jited = 1; in bpf_int_jit_compile()
|
| /linux/arch/s390/net/ |
| H A D | bpf_jit_comp.c | 2389 fp->jited = 1; in bpf_int_jit_compile() 2552 if (!p->jited) in invoke_bpf_prog()
|
| /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/Documentation/bpf/ |
| H A D | btf.rst | 15 info helps generate source annotated translated byte code, jited code and 1042 $ bpftool prog dump jited pinned /sys/fs/bpf/test_btf_haskv
|