Lines Matching defs:TraceEvent
32 struct TraceEvent { struct33 char fPhase;34 uint8_t fNumArgs;35 uint32_t fSize;37 const char* fName;39 uint64_t fID;40 uint64_t fClockBegin;41 uint64_t fClockEnd;42 SkThreadID fThreadID;44 TraceEvent* next() { in next()47 TraceEventArg* args() { in args()50 char* stringTable() { in stringTable()