Don't try to print the idle stack usage (we need to fix it up before the code can be adapted to measure it).

This commit is contained in:
px4dev
2013-02-24 00:17:19 -08:00
parent 4ed7e92689
commit 2e321f273c
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ end
define _perf_print
set $hdr = (struct perf_ctr_header *)$arg0
printf "%p\n", $hdr
#printf "%p\n", $hdr
printf "%s: ", $hdr->name
# PC_COUNT
if $hdr->type == 0