Searched refs:kcore__add_phdr (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/tools/perf/util/ |
D | symbol-elf.c | 1647 static int kcore__add_phdr(struct kcore *kcore, int idx, off_t offset, in kcore__add_phdr() function 2152 if (kcore__add_phdr(&extract, idx++, offs, p->addr, p->len)) in kcore_copy() 2214 if (kcore__add_phdr(&extract, idx, offset, kce->addr, kce->len)) in kcore_extract__create()
|