Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c5991 void *copy_start = NULL, *copy_end = NULL; in adjust_prog_btf_ext_info() local
6013 if (!copy_start) in adjust_prog_btf_ext_info()
6014 copy_start = rec; in adjust_prog_btf_ext_info()
6018 if (!copy_start) in adjust_prog_btf_ext_info()
6025 new_sz = old_sz + (copy_end - copy_start); in adjust_prog_btf_ext_info()
6031 memcpy(new_prog_info + old_sz, copy_start, copy_end - copy_start); in adjust_prog_btf_ext_info()
9832 void *copy_start = ehdr; in bpf_perf_event_read_simple() local
9833 size_t len_first = base + mmap_size - copy_start; in bpf_perf_event_read_simple()
9847 memcpy(*copy_mem, copy_start, len_first); in bpf_perf_event_read_simple()