temp_file         514 tools/perf/util/trace-event-info.c 		snprintf(tdata->temp_file, sizeof(tdata->temp_file),
temp_file         516 tools/perf/util/trace-event-info.c 		if (!mkstemp(tdata->temp_file)) {
temp_file         522 tools/perf/util/trace-event-info.c 		temp_fd = open(tdata->temp_file, O_RDWR);
temp_file         524 tools/perf/util/trace-event-info.c 			pr_debug("Can't read '%s'", tdata->temp_file);
temp_file         579 tools/perf/util/trace-event-info.c 		err = record_file(tdata->temp_file, 0);
temp_file         580 tools/perf/util/trace-event-info.c 		unlink(tdata->temp_file);
temp_file          59 tools/perf/util/trace-event.h 	char temp_file[50];