Searched refs:PathProfileTableEntry (Results 1 – 3 of 3) sorted by relevance
75 PathProfileTableEntry pte; in writeArrayTable()89 if (write(outFile, &pte, sizeof(PathProfileTableEntry)) < 0) { in writeArrayTable()140 PathProfileTableEntry pte; in writeHashTable()144 if (write(outFile, &pte, sizeof(PathProfileTableEntry)) < 0) { in writeHashTable()
377 PathProfileTableEntry* pathTable = in handlePathInfo()378 new PathProfileTableEntry[pathHeader.numEntries]; in handlePathInfo()380 if( fread(pathTable, sizeof(PathProfileTableEntry), in handlePathInfo()
54 } PathProfileTableEntry; typedef