SWDEV-432445: ATT continuous mode update part2. Added codeobj tracking.

Change-Id: I1b58af70d221bbeb9b4cab960d26357a504045dd
This commit is contained in:
Giovanni LB
2023-11-30 14:16:29 -03:00
committed by Giovanni Baraldi
parent aba6a1d986
commit edf93d48ab
18 changed files with 731 additions and 289 deletions
+4 -5
View File
@@ -3,11 +3,10 @@ global: rocprofiler_plugin_initialize;
rocprofiler_plugin_finalize;
rocprofiler_plugin_write_buffer_records;
rocprofiler_plugin_write_record;
createService;
deleteService;
getInstruction;
getCppref;
getInstSize;
addDecoder;
removeDecoder;
getInstructionFromAddr;
getInstructionFromID;
getSymbolName;
local: *;
};