Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-inject.c116 ssize_t ssz; in copy_bytes() local
120 ssz = read(fd, buf, min(size, (off_t)sizeof(buf))); in copy_bytes()
121 if (ssz < 0) in copy_bytes()
123 ret = output_bytes(inject, buf, ssz); in copy_bytes()
126 size -= ssz; in copy_bytes()