Searched defs:cpuList (Results 1 – 8 of 8) sorted by relevance
35 private List<ProcessCpuData> cpuList; field in CpuValidate
45 List<Cpu> cpuList = new ArrayList<>() { in getQueryResult() local
42 private List<T> cpuList = new ArrayList<>(); field in PerfConfig108 public void setCpuList(List<T> cpuList) { in setCpuList()
315 List<Cpu> cpuList = new ArrayList<>() { in queryA() local367 List<Cpu> cpuList = new ArrayList<>() { in queryB() local
115 List<?> cpuList = config.getCpuList(); in recordCpu() local
182 private final List<String> cpuList = new ArrayList<>(); field in CpuConfigDialog
146 private static List<List<CpuData>> cpuList; field in AnalystPanel