Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A 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()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/
H A D0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch140 char *buf_to;