2
0

Updating to load_delta. Fixing perfetto plugin.

Change-Id: If893f84b0ff108cfa0ccdcf717ee8592aa621032


[ROCm/rocprofiler commit: 4dd21807c0]
Este cometimento está contido em:
Giovanni LB
2024-03-01 20:02:12 -03:00
ascendente d3c9392cf8
cometimento 227e49b3fd
4 ficheiros modificados com 29 adições e 50 eliminações
+5 -3
Ver ficheiro
@@ -347,10 +347,12 @@ def stitch(insts, raw_code, jumps, gfxv, bIsAuto, codeservice):
line = firstinst.cycles
lineincrement = watchlist.getincrement(line)
except KeyError as e:
print('Auto error invalid addr', hex(e.args[0]))
return None
print('Warning: Waves from addr', hex(e.args[0]), 'have no codeobj info.')
for i in range(len(insts)):
insts[i].asmline = 0
return [i for k, i in enumerate(insts) if i.type != PCINFO], [], [], [], 1, 0, [k for k, i in enumerate(insts) if i.type == PCINFO]
except Exception as e:
print('Auto error', e)
print('Unknown error', e)
return None
else:
line = 0