Searched refs:test_cpu (Results 1 – 1 of 1) sorted by relevance
/system/extras/simpleperf/ |
D | cpu_hotplug_test.cpp | 230 int test_cpu; in TEST() local 231 if (!FindAHotpluggableCpu(&test_cpu)) { in TEST() 234 CpuToggleThreadArg cpu_toggle_arg(test_cpu); in TEST() 261 EventFd::OpenEventFile(attr, -1, test_cpu, nullptr, event_type_modifier->name, false); in TEST() 287 int test_cpu; in TEST() local 288 if (!FindAHotpluggableCpu(&test_cpu)) { in TEST() 291 CpuToggleThreadArg cpu_toggle_arg(test_cpu); in TEST() 318 EventFd::OpenEventFile(attr, -1, test_cpu, nullptr, event_type_modifier->name, false); in TEST() 361 int test_cpu; in TEST() local 362 if (!FindAHotpluggableCpu(&test_cpu)) { in TEST() [all …]
|