Searched refs:memdup (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/tools/include/linux/ |
| D | string.h | 8 void *memdup(const void *src, size_t len);
|
| /Linux-v5.4/tools/lib/ |
| D | string.c | 29 void *memdup(const void *src, size_t len) in memdup() function
|
| /Linux-v5.4/tools/perf/util/ |
| D | vdso.c | 68 return memdup(&vdso_info_init, sizeof(vdso_info_init)); in vdso_info__new() 87 buf = memdup(start, size); in get_file()
|
| D | ordered-events.c | 70 new_event = memdup(event, event->header.size); in __dup_event()
|
| D | bpf-loader.c | 873 op->k.array.ranges = memdup(term->array.ranges, memsz); in bpf_map_op_setkey() 910 newop = memdup(op, sizeof(*op)); in bpf_map_op__clone() 921 newop->k.array.ranges = memdup(op->k.array.ranges, memsz); in bpf_map_op__clone()
|
| D | sort.c | 1922 fmt = memdup(hd->fmt, sizeof(*fmt)); in __hpp_dimension__alloc_hpp() 2269 new_hse = memdup(hse, sizeof(*hse)); in perf_hpp_fmt__dup() 2276 new_hde = memdup(hde, sizeof(*hde)); in perf_hpp_fmt__dup() 2280 new_fmt = memdup(fmt, sizeof(*fmt)); in perf_hpp_fmt__dup()
|
| D | auxtrace.c | 284 b = memdup(buffer, sizeof(struct auxtrace_buffer)); in auxtrace_queues__split_buffer() 323 buffer = memdup(buffer, sizeof(*buffer)); in auxtrace_queues__add_buffer()
|
| D | map.c | 392 struct map *map = memdup(from, sizeof(*map)); in map__clone()
|
| D | hist.c | 456 he->raw_data = memdup(he->raw_data, he->raw_size); in hist_entry__init()
|
| D | intel-pt.c | 3157 pt->filter = memdup(filter, len); in intel_pt_process_auxtrace_info()
|
| /Linux-v5.4/fs/ecryptfs/ |
| D | miscdev.c | 366 goto memdup; in ecryptfs_miscdev_write() 396 memdup: in ecryptfs_miscdev_write()
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-kmem.c | 1674 sort = memdup(slab_sorts[i], sizeof(*slab_sorts[i])); in slab_sort_dimension__add() 1694 sort = memdup(page_sorts[i], sizeof(*page_sorts[i])); in page_sort_dimension__add()
|