Lines Matching refs:TTP
131 [](const auto &TTP) { return TTP->Stack.empty(); }) && in write() argument
158 for (const TimeTraceProfiler *TTP : *ThreadTimeTraceProfilerInstances) in write()
159 for (const Entry &E : TTP->Entries) in write()
160 writeEvent(E, TTP->Tid); in write()
166 for (const TimeTraceProfiler *TTP : *ThreadTimeTraceProfilerInstances) in write()
167 MaxTid = std::max(MaxTid, TTP->Tid); in write()
180 for (const TimeTraceProfiler *TTP : *ThreadTimeTraceProfilerInstances) in write()
181 for (const auto &Stat : TTP->CountAndTotalPerName) in write()
231 for (const TimeTraceProfiler *TTP : *ThreadTimeTraceProfilerInstances) in write()
232 writeMetadataEvent("thread_name", TTP->Tid, TTP->ThreadName); in write()
276 for (auto *TTP : *ThreadTimeTraceProfilerInstances) in timeTraceProfilerCleanup()
277 delete TTP; in timeTraceProfilerCleanup()