Searched refs:jited (Results 1 – 24 of 24) sorted by relevance
/linux/tools/bpf/bpftool/Documentation/ |
A D | bpftool-prog.rst | 20 { **show** | **list** | **dump xlated** | **dump jited** | **pin** | **load** 28 | **bpftool** **prog dump jited** *PROG* [{**file** *FILE* | **opcodes** | **linum**}] 108 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }] 109 Dump jited image (host machine code) of the program. 251 xlated 528B jited 370B memlock 4096B map_ids 10 268 "jited": true, 289 **# bpftool prog dump jited tag 005a3d2123620c8b** 310 **# bpftool prog dump jited pinned /sys/fs/bpf/prog opcodes** 333 xlated 488B jited 336B memlock 4096B map_ids 7
|
A D | bpftool-map.rst | 240 xlated 240B jited 257B memlock 4096B map_ids 294 244 xlated 200B jited 164B memlock 4096B 248 xlated 200B jited 164B memlock 4096B 257 owner_prog_type xdp owner jited
|
A D | common_options.rst | 8 for JIT-ted programs (**bpftool prog dump jited**) and usage of BPF
|
A D | bpftool.rst | 28 *PROG-COMMANDS* := { **show** | **list** | **dump jited** | **dump xlated** | **pin** |
|
/linux/kernel/bpf/ |
A D | core.c | 161 (!prog->jited || !prog->aux->jited_linfo[0])) { in bpf_prog_jit_attempt_done() 648 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate() 918 if (fp->jited) { in bpf_jit_free() 1846 array->aux->owner.jited = fp->jited; in bpf_prog_array_compatible() 1850 array->aux->owner.jited == fp->jited; in bpf_prog_array_compatible() 1932 if (!fp->jited && jit_needed) { in bpf_prog_select_runtime()
|
A D | syscall.c | 560 u32 type = 0, jited = 0; in bpf_map_show_fdinfo() local 566 jited = array->aux->owner.jited; in bpf_map_show_fdinfo() 591 seq_printf(m, "owner_jited:\t%u\n", jited); in bpf_map_show_fdinfo() 1894 prog->jited, in bpf_prog_show_fdinfo() 2320 prog->jited = 0; in bpf_prog_load()
|
A D | verifier.c | 12689 if (!func[i]->jited) { in jit_subprogs() 12766 prog->jited = 1; in jit_subprogs() 13639 if (!tgt_prog->jited) { in bpf_check_attach_target()
|
/linux/arch/riscv/net/ |
A D | bpf_jit_core.c | 157 prog->jited = 1; in bpf_int_jit_compile()
|
/linux/arch/powerpc/net/ |
A D | bpf_jit_comp.c | 240 fp->jited = 1; in bpf_int_jit_compile()
|
/linux/arch/sparc/net/ |
A D | bpf_jit_comp_32.c | 751 fp->jited = 1; in bpf_jit_compile() 760 if (fp->jited) in bpf_jit_free()
|
A D | bpf_jit_comp_64.c | 1613 prog->jited = 1; in bpf_int_jit_compile()
|
/linux/include/linux/ |
A D | filter.h | 564 u16 jited:1, /* Is our filter JIT'ed? */ member 879 if (!fp->jited) { in bpf_prog_lock_ro() 1104 return fp->jited && bpf_jit_is_ebpf(); in bpf_prog_ebpf_jited()
|
A D | bpf.h | 947 bool jited; member
|
/linux/arch/arm64/net/ |
A D | bpf_jit_comp.c | 1115 prog->jited = 0; in bpf_int_jit_compile() 1125 prog->jited = 1; in bpf_int_jit_compile()
|
/linux/tools/bpf/bpftool/bash-completion/ |
A D | bpftool | 359 COMPREPLY+=( $( compgen -W "xlated jited" -- \ 363 xlated|jited)
|
/linux/arch/mips/net/ |
A D | bpf_jit_comp.c | 1019 prog->jited = 1; in bpf_int_jit_compile()
|
/linux/arch/x86/net/ |
A D | bpf_jit_comp.c | 1782 if (!p->jited) in invoke_bpf_prog() 2364 prog->jited = 1; in bpf_int_jit_compile()
|
A D | bpf_jit_comp32.c | 2606 prog->jited = 1; in bpf_int_jit_compile()
|
/linux/Documentation/bpf/ |
A D | btf.rst | 15 info helps generate source annotated translated byte code, jited code and 847 $ bpftool prog dump jited pinned /sys/fs/bpf/test_btf_haskv
|
/linux/tools/perf/Documentation/ |
A D | perf.data-file-format.txt | 350 a BPF program, including type, id, tag, jited/xlated instructions, etc.
|
/linux/arch/s390/net/ |
A D | bpf_jit_comp.c | 1868 fp->jited = 1; in bpf_int_jit_compile()
|
/linux/arch/arm/net/ |
A D | bpf_jit_32.c | 2023 prog->jited = 1; in bpf_int_jit_compile()
|
/linux/lib/ |
A D | test_bpf.c | 14550 pr_cont("jited:%u ", fp->jited); in test_bpf() 14553 if (fp->jited) in test_bpf() 14886 pr_cont("jited:%u ", fp->jited); in test_tail_calls() 14889 if (fp->jited) in test_tail_calls()
|
/linux/net/core/ |
A D | filter.c | 1315 fp->jited = 0; in bpf_prepare_filter() 1342 if (!fp->jited) in bpf_prepare_filter()
|
Completed in 103 milliseconds