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

  /external/lisa/experiments/power/eas/
run_cpu_frequency.py 65 def update_cpus(target, on_cpus, off_cpus):
66 for cpu in on_cpus:
72 def run_dhrystone(target, dhrystone, outdir, energy, samples, on_cpus):
75 for on_cpu in on_cpus:
101 on_cpus = []
107 on_cpus.append(cpu)
111 energy, samples = outfiles(i, on_cpus, freq)
118 # Bring the on_cpus online take the off_cpus offline
119 update_cpus(target, on_cpus, off_cpus)
123 sandbox_cg.set(cpus=on_cpus)
    [all...]
  /system/extras/simpleperf/
event_selection_set.h 127 bool OpenEventFiles(const std::vector<int>& on_cpus);
event_selection_set.cpp 473 bool EventSelectionSet::OpenEventFiles(const std::vector<int>& on_cpus) {
474 std::vector<int> cpus = on_cpus;
  /external/devlib/devlib/
target.py 318 def invoke(self, binary, args=None, in_directory=None, on_cpus=None,
328 :on_cpus: taskset the binary to these CPUs. This may be a single ``int`` (in which
345 if on_cpus:
346 on_cpus = bitmask(on_cpus)
347 command = '{} taskset 0x{:x} {}'.format(self.busybox, on_cpus, command)
353 on_cpus=None, as_root=False):
363 :on_cpus: taskset the binary to these CPUs. This may be a single ``int`` (in which
377 if on_cpus:
378 on_cpus = bitmask(on_cpus
    [all...]
  /external/lisa/tests/eas/
preliminary.py 129 bench_out = self.target.invoke(sysbench, args=args, on_cpus=[cpu])

Completed in 374 milliseconds