Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dtrace-event-info.c63 off_t hdr_pos = lseek(output_fd, 0, SEEK_CUR); in record_file() local
93 if (hdr_sz && pwrite(output_fd, sizep, hdr_sz, hdr_pos) < 0) { in record_file()