Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dsymbol-elf.c2394 char *buf_to; in kcore_copy__compare_fds() local
2400 buf_to = malloc(page_size); in kcore_copy__compare_fds()
2401 if (!buf_from || !buf_to) in kcore_copy__compare_fds()
2415 if (readn(to, buf_to, len) != (int)len) in kcore_copy__compare_fds()
2418 if (memcmp(buf_from, buf_to, len)) in kcore_copy__compare_fds()
2424 free(buf_to); in kcore_copy__compare_fds()