Home
last modified time | relevance | path

Searched refs:memdup (Results 1 – 12 of 12) sorted by relevance

/linux/tools/perf/util/
H A Dvdso.c68 return memdup(&vdso_info_init, sizeof(vdso_info_init)); in vdso_info__new()
87 buf = memdup(start, size); in get_file()
H A Dordered-events.c70 new_event = memdup(event, event->header.size); in __dup_event()
H A Dmap.c421 map = memdup(RC_CHK_ACCESS(from), size); in map__clone()
H A Ddlfilter.c191 d_al_p->priv = memdup(&al, sizeof(al)); in dlfilter__resolve_address()
H A Dbpf_lock_contention.c826 st->callstack = memdup(stack_trace, stack_size); in lock_contention_read()
H A Dbpf-event.c768 name = memdup(_name, (module - _name) + 1); in perf_event__synthesize_bpf_events()
H A Dsort.c3060 fmt = memdup(hd->fmt, sizeof(*fmt)); in update_dynamic_len()
3428 new_hse = memdup(hse, sizeof(*hse)); in add_all_matching_fields()
3436 new_hde = memdup(hde, sizeof(*hde)); in add_all_matching_fields()
3441 new_fmt = memdup(fmt, sizeof(*fmt)); in add_all_matching_fields()
H A Dauxtrace.c355 b = memdup(buffer, sizeof(struct auxtrace_buffer)); in auxtrace_queues__split_buffer()
395 buffer = memdup(buffer, sizeof(*buffer)); in auxtrace_queues__add_buffer()
H A Dhist.c574 he->raw_data = memdup(he->raw_data, he->raw_size); in hist_entry__init()
H A Dintel-pt.c4532 pt->filter = memdup(filter, len); in intel_pt_process_auxtrace_info()
/linux/tools/lib/
H A Dstring.c29 void *memdup(const void *src, size_t len) in memdup() function
/linux/tools/perf/
H A Dbuiltin-kmem.c1707 sort = memdup(slab_sorts[i], sizeof(*slab_sorts[i])); in page_sort_dimension__add()
1709 pr_err("%s: memdup failed\n", __func__); in page_sort_dimension__add()
1727 sort = memdup(page_sorts[i], sizeof(*page_sorts[i])); in setup_slab_sorting()
1729 pr_err("%s: memdup failed\n", __func__); in setup_slab_sorting()