Searched refs:extract (Results 1 – 2 of 2) sorted by relevance
/tools/perf/util/ |
D | symbol-elf.c | 1866 struct kcore extract; in kcore_copy() local 1892 if (kcore__init(&extract, extract_filename, kcore.elfclass, false)) in kcore_copy() 1895 if (kcore__copy_hdr(&kcore, &extract, kci.phnum)) in kcore_copy() 1898 offset = gelf_fsize(extract.elf, ELF_T_EHDR, 1, EV_CURRENT) + in kcore_copy() 1899 gelf_fsize(extract.elf, ELF_T_PHDR, kci.phnum, EV_CURRENT); in kcore_copy() 1905 if (kcore__add_phdr(&extract, idx++, offs, p->addr, p->len)) in kcore_copy() 1909 sz = kcore__write(&extract); in kcore_copy() 1918 if (copy_bytes(kcore.fd, p->offset, extract.fd, offs, p->len)) in kcore_copy() 1931 kcore__close(&extract); in kcore_copy() 1952 struct kcore extract; in kcore_extract__create() local [all …]
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-record_parse.txt | 31 This set of functions can be used to extract common fields from a record.
|