Home
last modified time | relevance | path

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

/tools/perf/util/
Dsymbol-elf.c1596 char *buf_to; in kcore_copy__compare_fds() local
1602 buf_to = malloc(page_size); in kcore_copy__compare_fds()
1603 if (!buf_from || !buf_to) in kcore_copy__compare_fds()
1617 if (readn(to, buf_to, len) != (int)len) in kcore_copy__compare_fds()
1620 if (memcmp(buf_from, buf_to, len)) in kcore_copy__compare_fds()
1626 free(buf_to); in kcore_copy__compare_fds()