Searched refs:fLog (Results 1 – 1 of 1) sorted by relevance
52 static U32 read_U32(FILE *fLog) in read_U32() argument55 fread(&data, sizeof(U32), 1, fLog); in read_U32()66 void PERF_Replay(FILE *fLog, PERF_Config *pConfig) in PERF_Replay() argument90 while ((ulData0 = read_U32(fLog)), !feof(fLog)) in PERF_Replay()98 ulData1 = read_U32(fLog); /* ID */ in PERF_Replay()110 me->ulPID = read_U32(fLog); /* PID */ in PERF_Replay()111 ulData1 = read_U32(fLog); /* startTime.sec */ in PERF_Replay()112 ulData2 = read_U32(fLog); /* startTime.usec */ in PERF_Replay()128 ulData1 = read_U32(fLog); in PERF_Replay()170 ulData1 = read_U32(fLog); in PERF_Replay()[all …]