Home
last modified time | relevance | path

Searched refs:jited_ksyms (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbpf_prog_linfo.c138 !info->jited_ksyms || in bpf_prog_linfo__new()
169 (__u64 *)(long)info->jited_ksyms, in bpf_prog_linfo__new()
H A Dlibbpf.c10435 offsetof(struct bpf_prog_info, jited_ksyms),
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dxlated_dumper.h20 __u64 *jited_ksyms; member
H A Dxlated_dumper.c177 (__u32) insn->imm < dd->nr_jited_ksyms && dd->jited_ksyms) in print_call()
178 address = dd->jited_ksyms[insn->imm]; in print_call()
H A Dprog.c696 ksyms = u64_to_ptr(info->jited_ksyms); in prog_dump()
763 dd.jited_ksyms = u64_to_ptr(info->jited_ksyms); in prog_dump()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dbpf-event.c56 u64 *addrs = (u64 *)(uintptr_t)(info_linear->info.jited_ksyms); in machine__process_bpf_event_load()
235 __u64 *prog_addrs = (__u64 *)(uintptr_t)(info->jited_ksyms); in perf_event__synthesize_one_bpf_prog()
541 __u64 *prog_addrs = (__u64 *)(uintptr_t)(info->jited_ksyms); in bpf_event__print_bpf_prog_info()
H A Dannotate.c1780 addr = pc + ((u64 *)(uintptr_t)(info_linear->info.jited_ksyms))[sub_id]; in symbol__disassemble_bpf()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c5875 __u64 *jited_linfo = NULL, *jited_ksyms = NULL; in test_get_linfo() local
5950 jited_ksyms = calloc(nr_jited_ksyms, sizeof(*jited_ksyms)); 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()
5964 info.jited_ksyms = ptr_to_u64(jited_ksyms); in test_get_linfo()
6035 if (CHECK(jited_linfo[0] != jited_ksyms[0], in test_get_linfo()
6037 (long)(jited_linfo[0]), (long)(jited_ksyms[0]))) { in test_get_linfo()
6044 cur_func_ksyms = jited_ksyms[0]; in test_get_linfo()
6047 jited_linfo[i] == jited_ksyms[ksyms_found]) { in test_get_linfo()
6048 cur_func_ksyms = jited_ksyms[ksyms_found]; in test_get_linfo()
[all …]
/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.h2650 __aligned_u64 jited_ksyms; 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.h2650 __aligned_u64 jited_ksyms; member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4383 __aligned_u64 jited_ksyms; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4383 __aligned_u64 jited_ksyms; member
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c3569 user_ksyms = u64_to_user_ptr(info.jited_ksyms); in bpf_prog_get_info_by_fd()
3584 info.jited_ksyms = 0; in bpf_prog_get_info_by_fd()