Searched refs:blob (Results 1 - 5 of 5) sorted by relevance

/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py71 """Get blob representation"""
193 """Get blob representation"""
195 blob = pack('')
197 blob += chars.encode('ascii') + pack('b', 0)
198 blob_len = len(blob)
200 blob = pack('b', 0) * (8-((pos+12) % 8)) + blob
202 blob += pack('b', 0) * (4-(blob_len % 4))
207 blob = pack('>III', FDT_PROP, blob_len, strpos) + blob
[all...]
/gem5/util/minorview/
H A Dview.py55 # A unit blob will appear at size blobSize inside a space of
83 # Overlays are speech bubbles explaining blob data
91 # Handy offsets from the blob size
120 # Draw each blob
121 for blob in self.model.blobs:
123 blob.unit, self.time)
126 pos = blob.render(cr, self, blob_event, self.dataSelect,
131 positions.append((blob, centre, size))
152 # hit the frontmost blob first if we search by position
177 the blob pitc
[all...]
H A Dmodel.py410 """Make a colour decoder from some picture file blob attributes"""
505 """Time event for a single blob"""
507 # blob's unit name
510 # dict of picChar (blob name) to visual data
518 """Find instructions/lines mentioned in the blob's event
541 """Model bringing together blob definitions and parsed events"""
562 def add_blob(self, blob):
563 """Add a parsed blob to the model"""
564 self.blobs.append(blob)
565 if blob
[all...]
/gem5/ext/dnet/
H A Dblob.h2 * blob.h
4 * Binary blob handling.
8 * $Id: blob.h,v 1.2 2002/04/05 03:06:44 dugsong Exp $
14 typedef struct blob { struct
/gem5/util/streamline/
H A Dm5stats2streamline.py1050 def writeCookiesThreads(blob):
1055 writeBinary(blob, cookieNameFrame(process.uid, process.task_name))
1066 writeBinary(blob, threadNameFrame(ticksToNs(thread.tick),\
1070 def writeSchedEvents(blob):
1092 writeBinary(blob,\
1096 def writeCounters(blob, stats):
1113 writeBinary(blob, counterFrame(timestamp_list[n], i, \
1116 writeBinary(blob, counterFrame(timestamp_list[n], 0, \
1121 def writeVisualAnnotations(blob, input_path, output_path):
1166 writeBinary(blob, annotateFram
[all...]

Completed in 13 milliseconds