HomeSort by relevance Sort by last modified time
    Searched full:splice_res (Results 1 - 1 of 1) sorted by null

  /external/perfetto/src/ftrace_reader/
cpu_reader.cc 186 ssize_t splice_res = splice(trace_fd, nullptr, staging_write_fd, nullptr, local
188 if (splice_res < 0) {
206 splice_res = splice(trace_fd, nullptr, staging_write_fd, nullptr,
208 if (splice_res < 0) {

Completed in 81 milliseconds