Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-inject.c144 ssize_t ssz; in copy_bytes() local
148 ssz = read(fd, buf, min(size, (off_t)sizeof(buf))); in copy_bytes()
149 if (ssz < 0) in copy_bytes()
151 ret = output_bytes(inject, buf, ssz); in copy_bytes()
154 size -= ssz; in copy_bytes()
/tools/perf/util/
Dthread-stack.c682 struct branch_entry *d, *s, *spos, *ssz; in thread_stack__br_sample_late() local
697 ssz = &src->entries[ts->br_stack_sz]; in thread_stack__br_sample_late()
707 for (s = spos; s < ssz && nr < sz; s++) { in thread_stack__br_sample_late()
730 for (s = spos; s < ssz && nr < sz; s++) { in thread_stack__br_sample_late()