| /tools/perf/Documentation/ |
| A D | guest-files.txt | 4 Guest OS /proc/kallsyms file copy. perf reads it to get guest 5 kernel symbols. Users copy it out from guest OS. 8 Guest OS /proc/modules file copy. perf reads it to get guest 9 kernel module information. Users copy it out from guest OS.
|
| A D | perf-bench.txt | 176 Suite for evaluating performance of simple memory copy in various ways. 182 Specify size of memory to copy (default: 1MB). 187 Specify function to copy (default: default).
|
| A D | perf.data-directory-format.txt | 31 the --kcore option which puts a copy of /proc/kcore into the directory.
|
| /tools/testing/selftests/hid/tests/ |
| A D | descriptors_wacom.py | 441 wacom_pth660_v150 = wacom_pth660_v145.copy() 881 wacom_pth860_v150 = wacom_pth860_v145.copy()
|
| A D | test_tablet.py | 10 import copy 487 self._old_values = copy.copy(self) 877 internal_pen = copy.copy(pen) 989 pen_copy = copy.copy(pen) 1076 intermediate_pen = copy.copy(pen) 1243 intermediate_pen = copy.copy(pen)
|
| /tools/testing/selftests/kvm/ |
| A D | demand_paging_test.c | 69 struct uffdio_copy copy; in handle_uffd_page_request() local 71 copy.src = (uint64_t)guest_data_prototype; in handle_uffd_page_request() 72 copy.dst = addr; in handle_uffd_page_request() 73 copy.len = demand_paging_size; in handle_uffd_page_request() 74 copy.mode = 0; in handle_uffd_page_request() 76 r = ioctl(uffd, UFFDIO_COPY, ©); in handle_uffd_page_request()
|
| /tools/perf/util/ |
| A D | ordered-events.h | 74 void ordered_events__set_copy_on_queue(struct ordered_events *oe, bool copy) in ordered_events__set_copy_on_queue() argument 76 oe->copy_on_queue = copy; in ordered_events__set_copy_on_queue()
|
| A D | header.h | 146 int (*copy)(struct feat_copier *fc, int feat, struct feat_writer *fw); member
|
| /tools/testing/selftests/openat2/ |
| A D | openat2_test.c | 99 void *copy = NULL, *how_copy = &how_ext; in test_openat2_struct() local 115 copy = malloc(misalign + sizeof(how_ext)); in test_openat2_struct() 116 how_copy = copy + misalign; in test_openat2_struct() 117 memset(copy, 0xff, misalign); in test_openat2_struct() 150 free(copy); in test_openat2_struct()
|
| /tools/testing/selftests/tc-testing/ |
| A D | tdc_config_local_template.py | 9 ENVIR = os.environ.copy()
|
| /tools/testing/selftests/kvm/arm64/ |
| A D | page_fault_test.c | 303 char *copy; member 314 struct uffdio_copy copy; in uffd_generic_handler() local 324 copy.src = (uint64_t)args->copy; in uffd_generic_handler() 325 copy.dst = addr; in uffd_generic_handler() 326 copy.len = args->paging_size; in uffd_generic_handler() 327 copy.mode = 0; in uffd_generic_handler() 329 ret = ioctl(uffd, UFFDIO_COPY, ©); in uffd_generic_handler() 358 args->copy = malloc(args->paging_size); in setup_uffd_args() 360 memcpy(args->copy, args->hva, args->paging_size); in setup_uffd_args() 395 free(pt_args.copy); in free_uffd() [all …]
|
| /tools/testing/selftests/mm/ |
| A D | uffd-common.c | 579 if (uffdio_copy->copy != -EEXIST) in retry_copy_page() 581 (int64_t)uffdio_copy->copy); in retry_copy_page() 584 (int64_t)uffdio_copy->copy); in retry_copy_page() 613 uffdio_copy.copy = 0; in __copy_page() 616 if (uffdio_copy.copy != -EEXIST) in __copy_page() 618 (int64_t)uffdio_copy.copy); in __copy_page() 620 } else if (uffdio_copy.copy != page_size) { in __copy_page() 621 err("UFFDIO_COPY error: %"PRId64, (int64_t)uffdio_copy.copy); in __copy_page()
|
| /tools/include/linux/ |
| A 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/ |
| A 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 91 of it, thus forming a work based on the Program, and copy and 145 machine-readable copy of the corresponding source code, to be 167 access to copy from a designated place, then offering equivalent 168 access to copy the source code from the same place counts as 170 compelled to copy the source along with the object code. [all …]
|
| /tools/testing/selftests/ |
| A D | lib.mk | 132 …rsync -aq --copy-unsafe-links $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES) $(TEST_GEN_MODS_D… 153 $(if $(INSTALL_LIST),rsync -a --copy-unsafe-links $(INSTALL_LIST) $(INSTALL_PATH)/) 158 …$(if $(INSTALL_LIST),rsync -a --copy-unsafe-links $(INSTALL_LIST)/*.ko $(INSTALL_PATH)/$(INSTALL_L…
|
| /tools/testing/selftests/bpf/progs/ |
| A D | bpf_iter_sockmap.c | 36 int copy(struct bpf_iter__sockmap *ctx) in copy() function
|
| /tools/bootconfig/ |
| A D | main.c | 271 char *copy = strdup(buf); in init_xbc_with_error() local 275 if (!copy) in init_xbc_with_error() 280 show_xbc_error(copy, msg, pos); in init_xbc_with_error() 281 free(copy); in init_xbc_with_error()
|
| /tools/testing/selftests/arm64/fp/ |
| A D | fp-stress.c | 311 static void start_fpsimd(struct child_data *child, int cpu, int copy) in start_fpsimd() argument 315 ret = asprintf(&child->name, "FPSIMD-%d-%d", cpu, copy); in start_fpsimd() 324 static void start_kernel(struct child_data *child, int cpu, int copy) in start_kernel() argument 328 ret = asprintf(&child->name, "KERNEL-%d-%d", cpu, copy); in start_kernel()
|
| /tools/testing/selftests/rcutorture/bin/ |
| A D | torture.sh | 769 grep -e '-k[ac]san$' > $T/xz-todo-copy 770 sort $T/xz-todo-all $T/xz-todo-copy | uniq -u > $T/xz-todo 802 if test -s $T/xz-todo-copy 808 for i in `cat $T/xz-todo-copy` 811 find . -name vmlinux -print > $T/xz-todo-copy-vmlinux 812 for v in `cat $T/xz-todo-copy-vmlinux`
|
| A D | kvm-again.sh | 126 copy)
|
| /tools/include/uapi/ |
| A D | README | 1 Why we want a copy of kernel headers in tools? 56 - A software-enforced copy-on-write mechanism of kernel headers to
|
| /tools/verification/rvgen/rvgen/ |
| A D | ltl2ba.py | 76 self.incoming = incoming.copy() 77 self.new = new.copy() 78 self.old = old.copy() 79 self.next = _next.copy()
|
| /tools/testing/selftests/powerpc/tm/ |
| A D | tm-signal-pagefault.c | 129 uffdio_copy.copy = 0; in fault_handler_thread()
|
| /tools/include/uapi/linux/ |
| A D | userfaultfd.h | 293 __s64 copy; member
|
| /tools/testing/selftests/powerpc/include/ |
| A D | instructions.h | 14 static inline void copy(void *i) in copy() function
|