Searched refs:copy_bytes (Results 1 – 2 of 2) sorted by relevance
| /tools/perf/util/ |
| D | symbol-elf.c | 1945 static int copy_bytes(int from, off_t from_offs, int to, off_t to_offs, u64 len) in copy_bytes() function 2613 if (copy_bytes(kcore.fd, p->offset, extract.fd, offs, p->len)) in kcore_copy() 2666 if (copy_bytes(kcore.fd, kce->offs, extract.fd, offset, kce->len)) in kcore_extract__create()
|
| /tools/perf/ |
| D | builtin-inject.c | 242 static int copy_bytes(struct perf_inject *inject, struct perf_data *data, off_t size) in copy_bytes() function 287 ret = copy_bytes(inject, session->data, in perf_event__repipe_auxtrace()
|