Lines Matching refs:notes

1921 def GetEASFrames(AllImageCatalog, kcdata, ipc_entry, notes, scid):  argument
1927 notes.warn("PID ${PID} TID ${TID} SCID %d Missing address spaces info" % scid)
1931notes.warn("PID ${PID} TID ${TID} SCID %d Missing address space info for ASID 0x%x" % (scid, asid))
1949 frame_info = "frames %d to %d" % (notes.offset, notes.offset + len(frames) - 1)
1952notes.info("PID ${PID} TID ${TID} SCID %d ASID 0x%x has address space name '%s' (%s)" % (scid, asi…
1953 notes.addToOffset(len(frames))
1957 def GetExclavesFrames(AllImageCatalog, json, scid, notes): argument
1961 notes.warn("PID ${PID} TID ${TID} no threads_exclave info found, skipping exclaves frames")
1966 notes.warn("PID ${PID} TID ${TID} threads_exclave data not found, skipping exclaves frames")
1971 notes.warn("PID ${PID} TID ${TID} no thread_exclave info found, skipping exclaves frames")
1976notes.warn("PID ${PID} TID ${TID} no exclaves info available for SCID %d, skipping exclaves frames…
1983 notes.info("\nPID ${PID} TID ${TID} SCID %d IPC chain is missing" % scid)
1985notes.info("\nPID ${PID} TID ${TID} SCID %d has IPC chain with %d items:" % (scid, len(ipc_stack)))
1988 entry_frames = GetEASFrames(AllImageCatalog, exclaves_content, ipc_entry, notes, scid)
1994 def InsertExclavesFrames(AllImageCatalog, json, thdata, notes, kernel_frames): argument
2002 notes.offset = offset
2004 exclaves_frames = GetExclavesFrames(AllImageCatalog, json, scid, notes)
2012 notes = [] variable in NotesBuilder
2020 self.notes = []
2032 self.notes.append(note)
2036 self.notes.append(note)
2039 return len(self.notes) == 0
2042 return ''.join(self.notes)