Searched defs:cpus (Results 1 – 10 of 10) sorted by relevance
72 public void loadTabData(final List<Integer> cpus, long leftNs, long rightNs) { in loadTabData()
500 List<Cpu> cpus = new ArrayList<>() { in loadCpuFreqData() local520 …public void boxSelection(final List<Integer> cpus, final List<Integer> threadIds, final List<Integ… in boxSelection()
211 List<Integer> cpus = new ArrayList<>(); in boxSelection() local222 List<Integer> cpus = new ArrayList<>(); in boxSelectionNull() local232 List<Integer> cpus = new ArrayList<>(); in boxSelectionNotNull() local245 List<Integer> cpus = new ArrayList<>(); in boxSelectionNotEmpty() local258 List<Integer> cpus = new ArrayList<>(); in boxSelectionOnlyCpu() local
118 ArrayList<CpuRateBean> cpus = new ArrayList<>() { in reloadData() local
17 cpus: Array<number> = []; property in SelectionParam
155 vector<int> cpus = {0, 1}; variable
154 void RecordOption::SetSelectCpus(const std::vector<int> &cpus) in SetSelectCpus()
455 List<Cpu> cpus = new ArrayList<>() { in insertCpuRow() local
715 void PerfEvents::SetCpu(std::vector<pid_t> cpus) in SetCpu()