Home
last modified time | relevance | path

Searched refs:jited_func_lens (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbpf_prog_linfo.c139 !info->jited_func_lens) in bpf_prog_linfo__new()
170 (__u32 *)(long)info->jited_func_lens)) in bpf_prog_linfo__new()
H A Dlibbpf.c10440 offsetof(struct bpf_prog_info, jited_func_lens),
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dbpf-event.c234 __u32 *prog_lens = (__u32 *)(uintptr_t)(info->jited_func_lens); in perf_event__synthesize_one_bpf_prog()
540 __u32 *prog_lens = (__u32 *)(uintptr_t)(info->jited_func_lens); in bpf_event__print_bpf_prog_info()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c5880 __u32 *jited_func_lens = NULL; in test_get_linfo() local
5951 jited_func_lens = calloc(nr_jited_func_lens, in test_get_linfo()
5952 sizeof(*jited_func_lens)); in test_get_linfo()
5953 if (CHECK(!jited_linfo || !jited_ksyms || !jited_func_lens, in test_get_linfo()
5955 jited_linfo, jited_ksyms, jited_func_lens)) { in test_get_linfo()
5966 info.jited_func_lens = ptr_to_u64(jited_func_lens); in test_get_linfo()
6043 cur_func_len = jited_func_lens[0]; in test_get_linfo()
6084 free(jited_func_lens); in test_get_linfo()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf.h2651 __aligned_u64 jited_func_lens; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf.h2651 __aligned_u64 jited_func_lens; member
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dprog.c686 if (info->nr_jited_func_lens && info->jited_func_lens) { in prog_dump()
702 lens = u64_to_ptr(info->jited_func_lens); in prog_dump()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4384 __aligned_u64 jited_func_lens; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4384 __aligned_u64 jited_func_lens; member
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c3597 user_lens = u64_to_user_ptr(info.jited_func_lens); in bpf_prog_get_info_by_fd()
3611 info.jited_func_lens = 0; in bpf_prog_get_info_by_fd()