Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dbpf-event.c212 sub_prog_cnt != info->nr_jited_func_lens) in perf_event__synthesize_one_bpf_prog()
548 sub_prog_cnt != info->nr_jited_func_lens) in bpf_event__print_bpf_prog_info()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbpf_prog_linfo.c137 info->nr_jited_func_lens != nr_jited_func || in bpf_prog_linfo__new()
H A Dlibbpf.c10441 offsetof(struct bpf_prog_info, nr_jited_func_lens),
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c5874 __u32 i, info_len, nr_jited_ksyms, nr_jited_func_lens; in test_get_linfo() local
5892 nr_jited_func_lens = nr_jited_ksyms; in test_get_linfo()
5905 nr_jited_func_lens = 1; in test_get_linfo()
5911 info.nr_jited_func_lens != nr_jited_func_lens || in test_get_linfo()
5917 info.nr_jited_func_lens, nr_jited_func_lens)) { in test_get_linfo()
5951 jited_func_lens = calloc(nr_jited_func_lens, in test_get_linfo()
5965 info.nr_jited_func_lens = nr_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.h2649 __u32 nr_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.h2649 __u32 nr_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()
703 for (i = 0; i < info->nr_jited_func_lens; i++) { in prog_dump()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c3474 info.nr_jited_func_lens = 0; in bpf_prog_get_info_by_fd()
3588 ulen = info.nr_jited_func_lens; in bpf_prog_get_info_by_fd()
3589 info.nr_jited_func_lens = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd()
3596 ulen = min_t(u32, info.nr_jited_func_lens, ulen); in bpf_prog_get_info_by_fd()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4382 __u32 nr_jited_func_lens; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4382 __u32 nr_jited_func_lens; member