You must extract the data from the RAM buffer when the capture is complete.
For example, you could choose to do one of the following:
Save the data to the file system of the target device, if one exists.
Retrieve the data from RAM using JTAG during a debug session.
Transfer the data over one of the available communication interfaces, for example ethernet or USB.
After extracting the raw data, give the data file a .raw extension. You can import this file into Streamline by clicking Import Capture File(s)...
. The imported data is then available for Streamline to analyze.
If you added a custom pmus.xml or events.xml file during the configuration and generation stage, you must provide a copy of the same file into the .apc directory that is created for the imported capture. The files must be named pmus.xml and events.xml and must be placed in the directory alongside the barman.raw file for them to be detected and used.