Searched refs:temp_fd (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dtrace-event-info.c613 int temp_fd; local
623 temp_fd = open(tdata->temp_file, O_RDWR);
624 if (temp_fd < 0) {
634 output_fd = temp_fd;

Completed in 92 milliseconds