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