Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dtrace-event-info.c512 int temp_fd; in tracing_data_get() local
522 temp_fd = open(tdata->temp_file, O_RDWR); in tracing_data_get()
523 if (temp_fd < 0) { in tracing_data_get()
533 output_fd = temp_fd; in tracing_data_get()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dtrace-event-info.c612 int temp_fd; in tracing_data_get() local
622 temp_fd = open(tdata->temp_file, O_RDWR); in tracing_data_get()
623 if (temp_fd < 0) { in tracing_data_get()
633 output_fd = temp_fd; in tracing_data_get()

Completed in 2 milliseconds