HomeSort by relevance Sort by last modified time
    Searched refs:test_cpu (Results 1 - 2 of 2) sorted by null

  /system/extras/simpleperf/
cpu_hotplug_test.cpp 233 int test_cpu; local
234 if (!FindAHotpluggableCpu(&test_cpu)) {
237 CpuToggleThreadArg cpu_toggle_arg(test_cpu);
263 std::unique_ptr<EventFd> event_fd = EventFd::OpenEventFile(attr, -1, test_cpu, nullptr, false);
265 // Failed to open because the test_cpu is offline.
289 int test_cpu; local
290 if (!FindAHotpluggableCpu(&test_cpu)) {
293 CpuToggleThreadArg cpu_toggle_arg(test_cpu);
319 std::unique_ptr<EventFd> event_fd = EventFd::OpenEventFile(attr, -1, test_cpu, nullptr, false);
321 // Failed to open because the test_cpu is offline
362 int test_cpu; local
439 int test_cpu; local
    [all...]
  /external/autotest/client/tests/cgroup/
cgroup_client.py 54 def test_cpu(args): function
124 test_cpu(args)

Completed in 1241 milliseconds