How can I obtain the LOG manager implicit instrumentation APIs ?
and find out the LOG object / buffer internal data structure ?
I am trying to implement a Linux software tool that can read the user defined LOG buffer in the DSP/BIOS, and display the log messages on the Linux console.
As shown in Figure 3-2 in the "SPRU423F" DSP/BIOS User's Guide, section 3.3.2 page 3-8:
" ... LOG buffers are read from the target and stored in a much larger buffer on the host. Records are marked empty as they are copied up to the host. "
I think the CCS plug-in (DSP/BIOS --> Message Log) running on windows is interfacing with the LOG manager implicit instrumentation APIs for retrieving the log messages from the log buffer. I would like to implement the same feature (limited to only user-defined logs) but on Linux platform.
Thanks,
/Chi.