Logged text appears in the "Items" tab and the event traces are in the "Scope" tab.
Everything is indexed by ticks, and you must manually set the clock
value to accurately convert ticks to seconds. The default clock value
is 720MHz, which may not match your actual target system. You can
check the clock on the target using
BLIS> cat /proc/cpuinfo
Processor : ARMv7 Processor rev 2 (v7l)
BogoMIPS : 717.12
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x3
CPU part : 0xc08
CPU revision : 2
Hardware : Gumstix Overo
Revision : 0020
Serial : 0000000000000000
and looking for the "BogoMIPS" value, which is in MHz. Set the DbgScope
clock value by selecting the "Console" tab and entering the command
set clock 717M