Comment 6 for bug 506910

Revision history for this message
Anders Norgaard (anders-norgaard) wrote :

When I look in the bootchart-gather.sh file in the bootchart package the line that outputs the "header" file is

echo "system.cpu = $(grep '^model name' /proc/cpuinfo)"\
         "($(grep -c '^model name' /proc/cpuinfo))"

How does that match the output on you arm machine? What does /proc/cpuinfo show?