Searched refs:copied (Results 1 – 5 of 5) sorted by relevance
| /tools/objtool/ |
| A D | builtin-check.c | 190 size_t to_copy, copied; in copy_file() local 217 for (to_copy = stat.st_size; to_copy > 0; to_copy -= copied) { in copy_file() 218 copied = sendfile(dst_fd, src_fd, &offset, to_copy); in copy_file() 219 if (copied == -1) { in copy_file()
|
| /tools/perf/Documentation/ |
| A D | perf-iostat.txt | 57 375083606016 bytes (375 GB, 349 GiB) copied, 215.974 s, 1.7 GB/s 76 375083606016 bytes (375 GB, 349 GiB) copied, 197.08 s, 1.9 GB/s
|
| A D | perf-buildid-cache.txt | 36 Note that the copied file contains only code sections not the whole core 38 same directory and are also copied. All 3 files are created with read
|
| A D | perf-intel-pt.txt | 756 In full-trace mode, the driver waits for data to be copied out before allowing 757 the (logical) buffer to wrap-around. If data is not copied out quickly enough, 1585 Note, due to the guestmount option, guest object files and debug files will be copied into the buil… 1586 If needed, VDSO can be copied manually in a fashion similar to that used by the perf-archive script.
|
| A D | perf-script-python.txt | 377 the script will be copied by 'make install' when you install perf.
|
Completed in 15 milliseconds