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

/barrelfish-2018-10-04/tools/tracing/
H A Danalyze_traces.py203 #LOGICAL_ORDER = [0x012, 0x0010, 0x0003, 0x0004, 0x0005, 0x0006, 0x0007,
207 LOGICAL_ORDER = [0x0010, 0x0003, 0x0015, 0x0016, # 0x0019, 0x001a, 0x001b, 0x001c, variable
211 #LOGICAL_ORDER = [0x0010, 0x0003, 0x0015, 0x0016, 0x0019, 0x001a, 0x001b, 0x001c,
376 for i in LOGICAL_ORDER:
418 for i in LOGICAL_ORDER:
454 if len(pkt['EL']) < len(LOGICAL_ORDER):
456 len(pkt['EL']), len(LOGICAL_ORDER)) )
460 if e['EVENT'] in LOGICAL_ORDER :
462 if counter == len(LOGICAL_ORDER):
467 len(LOGICAL_ORDER)))
[all...]

Completed in 89 milliseconds