Home
last modified time | relevance | path

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

/linux-3.4.99/tools/perf/util/ !
Dtrace-event-info.c481 snprintf(tdata->temp_file, sizeof(tdata->temp_file), in tracing_data_get()
483 if (!mkstemp(tdata->temp_file)) in tracing_data_get()
486 temp_fd = open(tdata->temp_file, O_RDWR); in tracing_data_get()
488 die("Can't read '%s'", tdata->temp_file); in tracing_data_get()
521 record_file(tdata->temp_file, 0); in tracing_data_put()
522 unlink(tdata->temp_file); in tracing_data_put()
Dtrace-event.h275 char temp_file[50]; member