Home
last modified time | relevance | path

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

/tools/perf/util/
Dtrace-event-read.c56 int retw = write(STDOUT_FILENO, buf, ret); in __do_read() local
58 if (retw <= 0 || retw != ret) { in __do_read()
139 int retw = write(STDOUT_FILENO, &c, 1); in read_string() local
141 if (retw <= 0 || retw != r) { in read_string()
Dheader.c3279 int retw = write(STDOUT_FILENO, buf, padding); in perf_event__process_tracing_data() local
3280 if (retw <= 0 || retw != padding) { in perf_event__process_tracing_data()