Searched refs:kcore__copy_hdr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol-elf.c | 1511 static int kcore__copy_hdr(struct kcore *from, struct kcore *to, size_t count) in kcore__copy_hdr() function 2042 if (kcore__copy_hdr(&kcore, &extract, kci.phnum)) in kcore_copy() 2108 if (kcore__copy_hdr(&kcore, &extract, count)) in kcore_extract__create()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol-elf.c | 1987 static int kcore__copy_hdr(struct kcore *from, struct kcore *to, size_t count) in kcore__copy_hdr() function 2518 if (kcore__copy_hdr(&kcore, &extract, kci.phnum)) in kcore_copy() 2584 if (kcore__copy_hdr(&kcore, &extract, count)) in kcore_extract__create()
|
Completed in 7 milliseconds