Searched refs:memmove (Results 1 – 16 of 16) sorted by relevance
/tools/perf/util/ |
D | string.c | 287 memmove(d, s, p - s); in strdup_esc() 291 memmove(d, s, strlen(s) + 1); in strdup_esc()
|
D | pstack.c | 47 memmove(pstack->entries + i, in pstack__remove()
|
D | copyfile.c | 97 ptr = memmove(ptr + 1, ptr, strlen(ptr) - 1); in copyfile_mode_ns()
|
D | machine.c | 2282 memmove(iter + i, iter + i + off, in remove_loops() 2285 memmove(l + i, l + i + off, in remove_loops()
|
/tools/bpf/bpftool/ |
D | xlated_dumper.c | 104 memmove(p + 3, p, strlen(buf) + 1 - (p - buf)); in print_insn_for_graph() 111 memmove(p + 1, p, strlen(buf) + 1 - (p - buf)); in print_insn_for_graph()
|
D | common.c | 367 memmove(line, value, len); in get_fdinfo()
|
/tools/include/nolibc/ |
D | nolibc.h | 1070 void *memmove(void *dst, const void *src, size_t len) in memmove() function 1212 return memmove(dst, src, len); in memcpy()
|
/tools/testing/selftests/net/ |
D | gro.c | 381 memmove(buf, no_ext, total_hdr_len); in recompute_packet() 382 memmove(buf + total_hdr_len + extlen, in recompute_packet()
|
/tools/testing/selftests/vm/ |
D | khugepaged.c | 184 memmove(buf, c, sizeof(buf) - (c - buf)); in read_string()
|
/tools/lib/traceevent/ |
D | parse-filter.c | 145 memmove(&filter->event_filters[i+1], in add_filter_type() 1411 memmove(filter_type, filter_type + 1, len); in tep_filter_remove_event()
|
D | event-parse.c | 319 memmove(cmdline + 1, cmdline, (cnt * sizeof(*cmdline))); in add_new_comm() 826 memmove(&tep->events[i + 1], in add_event() 5555 memmove(p+1, p, strlen(p)+1); in parse_arg_format()
|
/tools/lib/subcmd/ |
D | parse-options.c | 627 memmove(ctx->out + ctx->cpidx, ctx->argv, ctx->argc * sizeof(*ctx->out)); in parse_options_end()
|
/tools/vm/ |
D | slabinfo.c | 285 memmove(buffer + n - 2, buffer + n - 3, 4); in store_size()
|
/tools/perf/ui/browsers/ |
D | hists.c | 1755 memmove(dummy_hpp.buf, start, ret + 1); in hists_browser__scnprintf_hierarchy_headers()
|
/tools/lib/bpf/ |
D | btf.c | 4394 memmove(p, t, len); in btf_dedup_compact_types()
|
/tools/perf/ |
D | builtin-trace.c | 2625 memmove(pos + filename_len, pos, to_move);
|