Searched refs:kcore__add_phdr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol-elf.c | 1547 static int kcore__add_phdr(struct kcore *kcore, int idx, off_t offset, in kcore__add_phdr() function 2052 if (kcore__add_phdr(&extract, idx++, offs, p->addr, p->len)) in kcore_copy() 2111 if (kcore__add_phdr(&extract, idx, offset, kce->addr, kce->len)) in kcore_extract__create()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol-elf.c | 2023 static int kcore__add_phdr(struct kcore *kcore, int idx, off_t offset, in kcore__add_phdr() function 2528 if (kcore__add_phdr(&extract, idx++, offs, p->addr, p->len)) in kcore_copy() 2587 if (kcore__add_phdr(&extract, idx, offset, kce->addr, kce->len)) in kcore_extract__create()
|
Completed in 7 milliseconds