Lines Matching refs:cc

236 Coll_Ctrl::Coll_Ctrl (Coll_Ctrl * cc)
239 interactive = cc->interactive;
240 defHWC = cc->defHWC;
241 kernelHWC = cc->kernelHWC;
242 node_name = strdup (cc->node_name);
243 default_stem = strdup (cc->default_stem);
244 ncpus = cc->ncpus;
245 cpu_clk_freq = cc->cpu_clk_freq;
246 npages = cc->npages;
247 page_size = cc->page_size;
248 cpc_cpuver = cc->cpc_cpuver;
249 debug_mode = cc->debug_mode;
250 java_mode = cc->java_mode;
251 java_default = cc->java_default;
255 follow_mode = cc->follow_mode;
256 follow_default = cc->follow_default;
257 if (cc->follow_spec_usr)
259 follow_spec_usr = strdup (cc->follow_spec_usr);
260 follow_spec_cmp = strdup (cc->follow_spec_cmp);
267 archive_mode = strdup (cc->archive_mode);
268 pauseresume_sig = cc->pauseresume_sig;
269 sample_sig = cc->sample_sig;
270 time_run = cc->time_run;
271 start_delay = cc->start_delay;
272 clk_params = cc->clk_params;
273 clkprof_enabled = cc->clkprof_enabled;
274 clkprof_default = cc->clkprof_default;
275 clkprof_timer = cc->clkprof_timer;
276 clkprof_timer_target = cc->clkprof_timer_target;
279 hwcprof_default = cc->hwcprof_default;
280 hwcprof_enabled_cnt = cc->hwcprof_enabled_cnt;
281 if (cc->hwc_string != NULL)
282 hwc_string = strdup (cc->hwc_string);
286 hwcentry_dup (&hwctr[i], &(cc->hwctr[i]));
287 project_home = cc->project_home ? strdup (cc->project_home) : NULL;
288 synctrace_enabled = cc->synctrace_enabled;
289 synctrace_thresh = cc->synctrace_thresh;
290 synctrace_scope = cc->synctrace_scope;
291 heaptrace_enabled = cc->heaptrace_enabled;
292 heaptrace_checkenabled = cc->heaptrace_checkenabled;
293 iotrace_enabled = cc->iotrace_enabled;
294 count_enabled = cc->count_enabled;
295 Iflag = cc->Iflag;
296 Nflag = cc->Nflag;
297 sample_period = cc->sample_period;
298 sample_default = cc->sample_default;
299 size_limit = cc->size_limit;
300 nofswarn = cc->nofswarn;
311 if (cc->expt_group != NULL)
312 expt_group = strdup (cc->expt_group);
314 if (cc->uexpt_name != NULL)
315 uexpt_name = strdup (cc->uexpt_name);
317 if (cc->udir_name != NULL)
318 udir_name = strdup (cc->udir_name);
329 enabled = cc->enabled;
331 nofswarn = cc->nofswarn;
332 sys_resolution = cc->sys_resolution;
333 sys_period = cc->sys_period;