| /tools/perf/util/ |
| A D | string.c | 323 memmove(d, s, p - s); in strdup_esc() 327 memmove(d, s, strlen(s) + 1); in strdup_esc() 340 memmove(ptr, ptr + 1, end - (ptr + 1)); in remove_consumed_esc() 383 memmove(d, d + 1, len); in strdup_esq() 387 memmove(d, d + 1, strlen(d + 1) + 1); in strdup_esq() 390 memmove(d, d + 1, strlen(d + 1) + 1); in strdup_esq()
|
| A D | pstack.c | 47 memmove(pstack->entries + i, in pstack__remove()
|
| A D | copyfile.c | 97 ptr = memmove(ptr + 1, ptr, strlen(ptr) - 1); in copyfile_mode_ns()
|
| A D | comm.c | 182 memmove(&comm_strs->strs[insert + 1], &comm_strs->strs[insert], in comm_strs__findnew()
|
| A D | maps.c | 531 memmove(&maps_by_address[address_idx], in __maps__remove() 539 memmove(&maps_by_name[name_idx], in __maps__remove() 788 memmove(&maps_by_address[first_after_index+to_add], in __maps__insert_sorted()
|
| A D | dsos.c | 228 memmove(&dsos->dsos[insert + 1], &dsos->dsos[insert], in __dsos__add()
|
| A D | demangle-rust-v0.c | 369 memmove(out + i + 1, out + i, (len - i - 1) * sizeof(uint32_t)); in punycode_decode() 584 memmove(conv_buf, conv_buf+consumed, conv_buf_len-consumed); in nibbles_to_string()
|
| A D | machine.c | 2254 memmove(iter + i, iter + i + off, in remove_loops() 2257 memmove(l + i, l + i + off, in remove_loops()
|
| /tools/testing/selftests/powerpc/copyloops/ |
| A D | memmove_validate.c | 42 memmove(usermap + dst_off, usermap + src_off, len); in testcase_run()
|
| /tools/testing/selftests/bpf/ |
| A D | disasm_helpers.c | 65 memmove(buf, pfx_end, len); in disasm_insn()
|
| /tools/include/nolibc/ |
| A D | string.h | 38 void *memmove(void *dst, const void *src, size_t len); 40 void *memmove(void *dst, const void *src, size_t len) in memmove() function
|
| A D | arch-x86.h | 345 void *memmove(void *dst, const void *src, size_t len);
|
| /tools/bpf/bpftool/ |
| A D | xlated_dumper.c | 111 memmove(p + 3, p, strlen(buf) + 1 - (p - buf)); in print_insn_for_graph() 118 memmove(p + 1, p, strlen(buf) + 1 - (p - buf)); in print_insn_for_graph()
|
| A D | common.c | 514 memmove(line, value, len); in get_fdinfo()
|
| /tools/testing/selftests/mm/ |
| A D | thp_settings.c | 138 memmove(buf, c, sizeof(buf) - (c - buf)); in thp_read_string()
|
| /tools/testing/selftests/net/ |
| A D | gro.c | 408 memmove(buf, no_ext, total_hdr_len); in recompute_packet() 409 memmove(buf + total_hdr_len + extlen, in recompute_packet()
|
| /tools/lib/subcmd/ |
| A D | parse-options.c | 627 memmove(ctx->out + ctx->cpidx, ctx->argv, ctx->argc * sizeof(*ctx->out)); in parse_options_end()
|
| /tools/mm/ |
| A D | slabinfo.c | 287 memmove(buffer + n - 2, buffer + n - 3, 4); in store_size()
|
| /tools/perf/ui/browsers/ |
| A D | hists.c | 1793 memmove(dummy_hpp.buf, start, ret + 1); in hists_browser__scnprintf_hierarchy_headers()
|
| /tools/lib/bpf/ |
| A D | btf.c | 5271 memmove(p, t, len); in btf_dedup_compact_types()
|
| A D | libbpf.c | 7699 memmove(orig + patch_sz, orig + orig_sz, rem_sz); in patch_log()
|
| /tools/perf/ |
| A D | builtin-trace.c | 3089 memmove(pos + filename_len, pos, to_move); in trace__vfs_getname()
|