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