Lines Matching refs:FILE
42 // Make a temporary file to write the data into.
47 perror("Cannot create temporary file");
55 perror("Can't make temp data file");
68 // Take down how much data we wrote to the temp data file.
70 // Rewind the data file and append its contents to the trace file.
81 * Write values to the binary data file.
83 void DmTrace::write2LE(FILE* fstream, unsigned short val)
89 void DmTrace::write4LE(FILE* fstream, unsigned int val)
97 void DmTrace::write8LE(FILE* fstream, unsigned long long val)
109 void DmTrace::writeHeader(FILE *fstream, uint64_t startTime)
117 void DmTrace::writeDataRecord(FILE *fstream, int threadId,
229 void DmTrace::writeKeyFile(FILE *fstream)
237 void DmTrace::writeThreads(FILE *fstream)
247 void DmTrace::writeFunctions(FILE *fstream)