Searched refs:kcore__add_phdr (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/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()
|