Home | History | Annotate | Download | only in mi

Lines Matching refs:cores

610   std::set<int> cores;
623 data->cores.insert (core);
663 if (!data.cores.empty ())
665 ui_out_emit_list list_emitter (uiout, "cores");
667 for (int b : data.cores)
676 /* Output a field named 'cores' with a list as the value. The
677 elements of the list are obtained by splitting 'cores' on
684 auto cores = make_unique_xstrdup (xcores);
685 char *p = cores.get ();
724 const std::string *cores = get_osdata_column (item, "cores");
742 if (cores)
743 output_cores (uiout, "cores", cores->c_str ());