Home
last modified time | relevance | path

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

/aosp12/system/iorap/src/serialize/
H A DTraceFile.proto24 required TraceFileIndex index = 1;
28 message TraceFileIndex { message
/aosp12/frameworks/base/startop/scripts/iorap/generated/
H A DTraceFile_pb2.py228 TraceFileIndex = _reflection.GeneratedProtocolMessageType('TraceFileIndex', (_message.Message,), di… variable
233 _sym_db.RegisterMessage(TraceFileIndex)
/aosp12/system/iorap/src/prefetcher/
H A Dread_ahead.cc329 const serialize::proto::TraceFileIndex& index = trace_file_ptr->index(); in BeginTask()
H A Dsession.cc364 const serialize::proto::TraceFileIndex& index = trace_file_ptr->index(); in ProcessFd()
/aosp12/system/iorap/src/compiler/
H A Dcompiler.cc913 serialize::proto::TraceFileIndex& index = *trace_file_proto->mutable_index(); in PerformCompilation()