Searched refs:copy (Results 1 – 20 of 20) sorted by relevance
/tools/perf/util/ |
D | ordered-events.h | 73 void ordered_events__set_copy_on_queue(struct ordered_events *oe, bool copy) in ordered_events__set_copy_on_queue() argument 75 oe->copy_on_queue = copy; in ordered_events__set_copy_on_queue()
|
/tools/testing/selftests/tc-testing/ |
D | tdc_config_local_template.py | 9 ENVIR = os.environ.copy()
|
/tools/pci/ |
D | pcitest.c | 35 bool copy; member 122 if (test->copy) { in run_test() 195 test->copy = true; in main()
|
/tools/include/linux/ |
D | rbtree_augmented.h | 31 void (*copy)(struct rb_node *old, struct rb_node *new); member 105 .copy = RBNAME ## _copy, \ 236 augment->copy(node, successor); in __rb_erase_augmented() 262 augment->copy(node, successor); in __rb_erase_augmented()
|
/tools/usb/usbip/ |
D | COPYING | 6 Everyone is permitted to copy and distribute verbatim copies 40 (2) offer you this license which gives you legal permission to copy, 79 1. You may copy and distribute verbatim copies of the Program's 81 conspicuously and appropriately publish on each copy an appropriate 84 and give any other recipients of the Program a copy of this License 87 You may charge a fee for the physical act of transferring a copy, and 90 2. You may modify your copy or copies of the Program or any portion 91 of it, thus forming a work based on the Program, and copy and 109 these conditions, and telling the user how to view a copy of this 134 3. You may copy and distribute the Program (or a work based on it, [all …]
|
D | INSTALL | 8 unlimited permission to copy, distribute and modify it.
|
/tools/testing/selftests/powerpc/include/ |
D | instructions.h | 14 static inline void copy(void *i) in copy() function
|
/tools/hv/ |
D | hv_fcopy_daemon.c | 141 struct hv_do_fcopy copy; in main() member 218 error = hv_copy_data(&buffer.copy); in main()
|
/tools/perf/Documentation/ |
D | perf-bench.txt | 140 Suite for evaluating performance of simple memory copy in various ways. 146 Specify size of memory to copy (default: 1MB). 151 Specify function to copy (default: default).
|
D | perf-kvm.txt | 89 Guest os /proc/kallsyms file copy. 'perf' kvm' reads it to get guest 90 kernel symbols. Users copy it out from guest os. 92 Guest os /proc/modules file copy. 'perf' kvm' reads it to get guest 93 kernel module information. Users copy it out from guest os.
|
D | perf-buildid-cache.txt | 41 the same addresses. Use the -v option to see if a copy of kcore is
|
D | intel-pt.txt | 62 accurate image a copy of /proc/kcore needs to be made under the same conditions 64 script makes use of 'sudo' to copy /proc/kcore. If you have perf installed 153 There is also the problem of perf not being able to copy the data fast enough,
|
D | perf-config.txt | 233 The recording tools also stores a hard link or copy in a per-user
|
/tools/testing/selftests/vm/ |
D | userfaultfd.c | 403 if (uffdio_copy->copy != -EEXIST) in retry_copy_page() 405 uffdio_copy->copy), exit(1); in retry_copy_page() 408 uffdio_copy->copy), exit(1); in retry_copy_page() 423 uffdio_copy.copy = 0; in __copy_page() 426 if (uffdio_copy.copy != -EEXIST) in __copy_page() 428 uffdio_copy.copy), exit(1); in __copy_page() 429 } else if (uffdio_copy.copy != page_size) { in __copy_page() 431 uffdio_copy.copy), exit(1); in __copy_page()
|
/tools/lib/ |
D | rbtree.c | 429 .copy = dummy_copy,
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-filter.txt | 124 /* Failed to copy filter in filter1 */
|
/tools/perf/scripts/python/ |
D | sched-migration.py | 170 self.rqs = prev.rqs.copy()
|
/tools/power/pm-graph/ |
D | README | 334 the config. It's also possible to copy the internal timeline functions into 408 to the config. It's also possible to copy the internal dev timeline
|
/tools/kvm/kvm_stat/ |
D | kvm_stat | 960 oldvals = self.values.copy()
|
/tools/memory-model/Documentation/ |
D | explanation.txt | 148 completion, and real code generally doesn't bother to copy values into
|