In the kernel configuration menu, use the arrow keys to navigate to the required submenu and press Enter
You are developing applications for Android. That makes a difference
The documentation does rather assume that you are familiar with configuring and building a Linux kernel (this also applies to Android)
This requires a hardware target that is capable of generating trace data, as well as a DSTREAM unit to allow the debugger to control the hardware
__asm main(){ ldr r0, [sp, #2] }
There's also a possibly useful blog entry about using Streamline on a Galaxy Nexus http://www.linaro.or...ing-aosp-4-0-4/
That would be nice to have some kind of switch so that it could add extra instruction analysis in generated asm listing, or process asm file and generate similar info.
Now I understand that I need full rebuild to get it running. Is that correct? Or I simply can build a kernel and copy it to device and boot my kernel instead of the original one....If it's not trivial to get Streamline on regular phone, what's the recommended HW to work with Streamline? I guess, it would be best if I could use some android phone for that so I could profile entire app instead of limited test apps.
Is there any phone that has compatible gpu with streamline?
Also, I have a question about RTSMs.[...]