Home
last modified time | relevance | path

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

/tools/perf/util/
Dtrace-event-read.c37 int retw = write(STDOUT_FILENO, buf, ret); in __do_read() local
39 if (retw <= 0 || retw != ret) { in __do_read()
120 int retw = write(STDOUT_FILENO, &c, 1); in read_string() local
122 if (retw <= 0 || retw != r) { in read_string()
Dheader.c4315 int retw = write(STDOUT_FILENO, buf, padding); in perf_event__process_tracing_data() local
4316 if (retw <= 0 || retw != padding) { in perf_event__process_tracing_data()