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

  /frameworks/base/cmds/incident_helper/tests/
CpuFreqParser_test.cpp 74 CpuFreqProto::Stats* cpu1 = expected.add_cpu_freqs(); local
75 cpu1->set_cpu_name("cpu1");
76 state = cpu1->add_times();
79 state = cpu1->add_times();
82 state = cpu1->add_times();
  /external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
context_switch.c 169 static void pipe_setup(int cpu1, int cpu2)
212 static void yield_setup(int cpu1, int cpu2)
214 if (cpu1 != cpu2) {
314 static void futex_setup(int cpu1, int cpu2)
396 fprintf(stderr, "Usage: context_switch2 <options> CPU1 CPU2\n\n");
412 int cpu1; local
462 cpu1 = cpu2 = pick_online_cpu();
464 cpu1 = atoi(argv[optind++]);
478 cpu1, cpu2, touch_fp ? "yes" : "no", touch_altivec ? "yes" : "no",
486 actions->setup(cpu1, cpu2)
    [all...]

Completed in 78 milliseconds