Searched refs:memdup (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/perf/util/ |
| H A 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()
|
| H A D | ordered-events.c | 70 new_event = memdup(event, event->header.size); in __dup_event()
|
| H A D | map.c | 421 map = memdup(RC_CHK_ACCESS(from), size); in map__clone()
|
| H A D | dlfilter.c | 191 d_al_p->priv = memdup(&al, sizeof(al)); in dlfilter__resolve_address()
|
| H A D | bpf_lock_contention.c | 826 st->callstack = memdup(stack_trace, stack_size); in lock_contention_read()
|
| H A D | bpf-event.c | 768 name = memdup(_name, (module - _name) + 1); in perf_event__synthesize_bpf_events()
|
| H A D | sort.c | 3060 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 D | auxtrace.c | 355 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 D | hist.c | 574 he->raw_data = memdup(he->raw_data, he->raw_size); in hist_entry__init()
|
| H A D | intel-pt.c | 4532 pt->filter = memdup(filter, len); in intel_pt_process_auxtrace_info()
|
| /linux/tools/lib/ |
| H A D | string.c | 29 void *memdup(const void *src, size_t len) in memdup() function
|
| /linux/tools/perf/ |
| H A D | builtin-kmem.c | 1707 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()
|