Comment 4 for bug 1087149

Revision history for this message
Naresh Kamboju (naresh-kamboju) wrote :

Linux Kernel:
Linux version 3.7.0-rc8-00606-g59b6ef4-dirty (naresh@Linaro) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #1 SMP Tue Dec 11 13:31:26 IST 2012

After applying above patch we can see "cpu_hotplug_done" and "cpu_hotplug_begin" functions in below file
root@android:/ #cat /sys/kernel/debug/tracing/available_filter_functions | grep cpu_hot
cpu_hotplug_done
cpu_hotplug_begin
cpu_hotplug_disable_before_freeze
cpu_hotplug_enable_after_thaw
cpu_hotplug_pm_callback
root@android:/ #

but when i executed the script to start cpu_hotplug_latency test . board produce below output and hugs. I did not see any kernel crash dump.
root@android:/data/hotplug # sh cpu_hotplug_latency.sh
**** TEST LOADED CPU*****
**** TEST 20 *****

[ 253.182342] CPU0 packing on CPU-1
[ 253.192348] CPU1 packing on CPU-1
[ 253.202322] CPU2 packing on CPU-1
[ 253.212333] CPU3 packing on CPU-1
[ 253.222273] CPU4 packing on CPU-1
[ 253.232428] CPU0 packing on CPU2
[ 253.242120] CPU2 packing on CPU2
[ 253.251805] CPU3 packing on CPU4
[ 253.261484] CPU4 packing on CPU2
[ 253.273026] CPU1: shutdown
Disable