Lines Matching refs:cc

262 Coll_Ctrl::Coll_Ctrl (Coll_Ctrl * cc)
265 interactive = cc->interactive;
266 defHWC = cc->defHWC;
267 kernelHWC = cc->kernelHWC;
268 node_name = strdup (cc->node_name);
269 default_stem = strdup (cc->default_stem);
270 ncpus = cc->ncpus;
271 cpu_clk_freq = cc->cpu_clk_freq;
272 npages = cc->npages;
273 page_size = cc->page_size;
274 cpc_cpuver = cc->cpc_cpuver;
275 debug_mode = cc->debug_mode;
276 java_mode = cc->java_mode;
277 java_default = cc->java_default;
281 follow_mode = cc->follow_mode;
282 follow_default = cc->follow_default;
283 if (cc->follow_spec_usr)
285 follow_spec_usr = strdup (cc->follow_spec_usr);
286 follow_spec_cmp = strdup (cc->follow_spec_cmp);
293 archive_mode = strdup (cc->archive_mode);
294 pauseresume_sig = cc->pauseresume_sig;
295 sample_sig = cc->sample_sig;
296 time_run = cc->time_run;
297 start_delay = cc->start_delay;
298 clk_params = cc->clk_params;
299 clkprof_enabled = cc->clkprof_enabled;
300 clkprof_default = cc->clkprof_default;
301 clkprof_timer = cc->clkprof_timer;
302 clkprof_timer_target = cc->clkprof_timer_target;
305 hwcprof_default = cc->hwcprof_default;
306 hwcprof_enabled_cnt = cc->hwcprof_enabled_cnt;
307 if (cc->hwc_string != NULL)
308 hwc_string = strdup (cc->hwc_string);
312 hwcentry_dup (&hwctr[i], &(cc->hwctr[i]));
313 project_home = cc->project_home ? strdup (cc->project_home) : NULL;
314 synctrace_enabled = cc->synctrace_enabled;
315 synctrace_thresh = cc->synctrace_thresh;
316 synctrace_scope = cc->synctrace_scope;
317 heaptrace_enabled = cc->heaptrace_enabled;
318 heaptrace_checkenabled = cc->heaptrace_checkenabled;
319 iotrace_enabled = cc->iotrace_enabled;
320 count_enabled = cc->count_enabled;
321 Iflag = cc->Iflag;
322 Nflag = cc->Nflag;
323 sample_period = cc->sample_period;
324 sample_default = cc->sample_default;
325 size_limit = cc->size_limit;
326 nofswarn = cc->nofswarn;
337 if (cc->expt_group != NULL)
338 expt_group = strdup (cc->expt_group);
340 if (cc->uexpt_name != NULL)
341 uexpt_name = strdup (cc->uexpt_name);
343 if (cc->udir_name != NULL)
344 udir_name = strdup (cc->udir_name);
355 enabled = cc->enabled;
357 nofswarn = cc->nofswarn;
358 sys_resolution = cc->sys_resolution;
359 sys_period = cc->sys_period;