Home
last modified time | relevance | path

Searched refs:TracePoint (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/trace/
DTraceBuffer.cpp38 struct TracePoint { struct
45 std::vector<TracePoint> traces;
55 TracePoint t = {getpid(), time, tag, type}; in AddWithTime()
79 for(const TracePoint& trace : traces) { in Flush()