Searched refs:memdup (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/tools/include/linux/ |
D | string.h | 8 void *memdup(const void *src, size_t len);
|
/linux-6.12.1/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-event.c | 363 name = memdup(_name, (module - _name) + 1); in kallsyms_process_symbol()
|
D | bpf_lock_contention.c | 510 st->callstack = memdup(stack_trace, stack_size); in lock_contention_read()
|
D | map.c | 422 map = memdup(RC_CHK_ACCESS(from), size); in map__clone()
|
D | dlfilter.c | 191 d_al_p->priv = memdup(&al, sizeof(al)); in dlfilter__resolve_address()
|
D | sort.c | 2713 fmt = memdup(hd->fmt, sizeof(*fmt)); in __hpp_dimension__alloc_hpp() 3080 new_hse = memdup(hse, sizeof(*hse)); in perf_hpp_fmt__dup() 3088 new_hde = memdup(hde, sizeof(*hde)); in perf_hpp_fmt__dup() 3093 new_fmt = memdup(fmt, sizeof(*fmt)); in perf_hpp_fmt__dup()
|
D | auxtrace.c | 336 b = memdup(buffer, sizeof(struct auxtrace_buffer)); in auxtrace_queues__split_buffer() 375 buffer = memdup(buffer, sizeof(*buffer)); in auxtrace_queues__add_buffer()
|
D | hist.c | 491 he->raw_data = memdup(he->raw_data, he->raw_size); in hist_entry__init()
|
D | intel-pt.c | 4260 pt->filter = memdup(filter, len); in intel_pt_process_auxtrace_info()
|
/linux-6.12.1/tools/lib/ |
D | string.c | 29 void *memdup(const void *src, size_t len) in memdup() function
|
/linux-6.12.1/fs/ecryptfs/ |
D | miscdev.c | 367 goto memdup; in ecryptfs_miscdev_write() 397 memdup: in ecryptfs_miscdev_write()
|
/linux-6.12.1/tools/perf/ |
D | builtin-kmem.c | 1682 sort = memdup(slab_sorts[i], sizeof(*slab_sorts[i])); in slab_sort_dimension__add() 1702 sort = memdup(page_sorts[i], sizeof(*page_sorts[i])); in page_sort_dimension__add()
|