This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

available kernel images for streamline ?

Note: This was originally posted on 13th November 2012 at http://forums.arm.com

in order to simplify the setup process to use streamline profiler do you provide kernel images (with properly configured kernel and a filesystem that contains the kernel source/headers) for at least one of the off the shelf tablets (or phone)  ? (models from asus, motorola, samsung etc...)

thank you.
Parents
  • Note: This was originally posted on 13th November 2012 at http://forums.arm.com


    how do i extract this vmlinux file from my kernel ?


    [I like answering the easy questions, because I often get them right.]

    Usually the kernel image on the target is zImage (or uImage if you're using U-Boot).  It does not contain debug info.  It gets built in .../arch/arm/boot

    The 'vmlinux' gets built at the same time (or just before) as .../vmlinux and, if you have CONFIG_DEBUG_INFO=y, it does have debug info.
Reply
  • Note: This was originally posted on 13th November 2012 at http://forums.arm.com


    how do i extract this vmlinux file from my kernel ?


    [I like answering the easy questions, because I often get them right.]

    Usually the kernel image on the target is zImage (or uImage if you're using U-Boot).  It does not contain debug info.  It gets built in .../arch/arm/boot

    The 'vmlinux' gets built at the same time (or just before) as .../vmlinux and, if you have CONFIG_DEBUG_INFO=y, it does have debug info.
Children
No data