Searched refs:jited_ksyms (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/bpf/bpftool/ |
| H A D | xlated_dumper.h | 22 __u64 *jited_ksyms; member
|
| H A D | xlated_dumper.c | 171 (__u32) insn->imm < dd->nr_jited_ksyms && dd->jited_ksyms) in print_call() 172 address = dd->jited_ksyms[insn->imm]; in print_call()
|
| /linux/tools/lib/bpf/ |
| H A D | bpf_prog_linfo.c | 138 !info->jited_ksyms || in bpf_prog_linfo__new() 169 (__u64 *)(long)info->jited_ksyms, in bpf_prog_linfo__new()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | stacktrace_ips.c | 121 info.jited_ksyms = ptr_to_u64(&bpf_prog_ksym); in test_stacktrace_ips_raw_tp()
|
| H A D | btf.c | 6701 __u64 *jited_linfo = NULL, *jited_ksyms = NULL; in test_get_linfo() local 6776 jited_ksyms = calloc(nr_jited_ksyms, sizeof(*jited_ksyms)); in test_get_linfo() 6779 if (CHECK(!jited_linfo || !jited_ksyms || !jited_func_lens, in test_get_linfo() 6781 jited_linfo, jited_ksyms, jited_func_lens)) { in test_get_linfo() 6790 info.jited_ksyms = ptr_to_u64(jited_ksyms); in test_get_linfo() 6861 if (CHECK(jited_linfo[0] != jited_ksyms[0], in test_get_linfo() 6863 (long)(jited_linfo[0]), (long)(jited_ksyms[0]))) { in test_get_linfo() 6870 cur_func_ksyms = jited_ksyms[0]; in test_get_linfo() 6873 jited_linfo[i] == jited_ksyms[ksyms_found]) { in test_get_linfo() 6874 cur_func_ksyms = jited_ksyms[ksyms_found]; in test_get_linfo() [all …]
|
| /linux/tools/perf/util/ |
| H A D | bpf-event.c | 62 /* jited_ksyms is only valid if bpil_offs_to_addr() converted it */ in machine__process_bpf_event_load() 67 u64 *addrs = (u64 *)(uintptr_t)(info_linear->info.jited_ksyms); in machine__process_bpf_event_load() 596 if (!info->jited_ksyms) { in perf_event__synthesize_one_bpf_prog() 629 __u64 *prog_addrs = (__u64 *)(uintptr_t)(info->jited_ksyms); in perf_event__synthesize_one_bpf_prog() 990 prog_addrs = (__u64 *)(uintptr_t)(info->jited_ksyms);
|
| H A D | bpf-utils.c | 40 offsetof(struct bpf_prog_info, jited_ksyms),
|
| H A D | libbfd.c | 590 /* jited_ksyms is only valid if bpil_offs_to_addr() converted it */ in symbol__disassemble_bpf_libbfd() 604 addr = pc + ((u64 *)(uintptr_t)(info_linear->info.jited_ksyms))[sub_id]; in symbol__disassemble_bpf_libbfd()
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6784 __aligned_u64 jited_ksyms; member
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 6784 __aligned_u64 jited_ksyms; member
|
| /linux/kernel/bpf/ |
| H A D | syscall.c | 5262 user_ksyms = u64_to_user_ptr(info.jited_ksyms); in bpf_prog_get_info_by_fd() 5277 info.jited_ksyms = 0; in bpf_prog_get_info_by_fd()
|