Simpleperf: add test about cpu hot-plug.
On device like N7(flo), because of a kernel bug, if a cpu is hotplugged
while there are hardware events monitored not on that cpu, the kernel
arrives in an error state that no further hardware events can be monitored.
This test is used to detect the kernel bug.
Bug: 19863147
Change-Id: Ieed4fef174373b5fe62afacf8197e839685893df
diff --git a/simpleperf/Android.mk b/simpleperf/Android.mk
index f37c4b0..fc1e0ff 100644
--- a/simpleperf/Android.mk
+++ b/simpleperf/Android.mk
@@ -102,6 +102,7 @@
cmd_record_test.cpp \
cmd_stat_test.cpp \
command_test.cpp \
+ cpu_offline_test.cpp \
environment_test.cpp \
gtest_main.cpp \
record_file_test.cpp \