Forums - How to check DSP usage with sysMonAPP correctly

1 post / 0 new
How to check DSP usage with sysMonAPP correctly
hiroya.satake
Join Date: 10 Mar 22
Posts: 1
Posted: Wed, 2022-06-01 21:57
We would like to check DSP usage on our device.
 
Thus, we downloaded and installed "Hexagon SDK v3.5.4 - Linux" from here (https://developer.qualcomm.com/software/hexagon-dsp-sdk/tools), and executed "sysMonAppLE_64Bit" on our device to check like following:
 
$ adb push ./sysMonAppLE_64Bit /data/sysMonAppLE_64Bit  # deploy tool in our device
$ ./sysMonAppLE_64Bit profiler --defaultSetEnable 1 --samplingPeriod 10 --q6 cdsp --profileFastrpcTimeline 1  # execute
However, after execute "sysMonAppLE_64bit" on our device, the following message is output.
 
> >> Waiting for a keyboard input...
 
We press enter in this line, but after that, the following message is output and any command is not allowed. (e.g. Ctrl + C)
 
> >> Sending kill to Query thread...
> >> Waiting for the Query thread to join... << Received TERMINATE query signal
> ***************************EXITING!***************************
> ^CReceived SIGINT in main()
> src/rpcmem_android.c:256::error: -1: mfree
Is this behavior correct? How could we exit correctly in this process?
 
Thanks.
  • Up0
  • Down0

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.