Lines Matching defs:Collection_params
103 struct Collection_params struct
105 int profile_mode; // if clock-profiling is on
106 long long ptimer_usec; // Clock profile timer interval (microseconds)
107 int lms_magic_id; // identifies which LMS_* states are live
108 int sync_mode; // if synctrace is on
109 int sync_threshold; // value of synctrace threshold, in microseconds
110 int sync_scope; // value of synctrace scope: Java and/or native
112 int heap_mode; // if heaptrace is on
113 int io_mode; // if iotrace is on
114 int race_mode; // if race-detection is on
115 int race_stack; // setting for stack data collection
116 int deadlock_mode; // if deadlock-detection is on
117 int omp_mode; // if omptrace is on
119 int hw_mode; // if hw-counter profiling is on
120 int xhw_mode; // if extended (true-PC) HW counter profiling for any counter
122 char *hw_aux_name[MAX_HWCOUNT];
123 char *hw_username[MAX_HWCOUNT];
124 int hw_interval[MAX_HWCOUNT]; // nominal interval for count
125 int hw_tpc[MAX_HWCOUNT]; // non-zero, if aggressive TPC/VA requested
126 int hw_metric_tag[MAX_HWCOUNT]; // tag as used for finding metrics
127 int hw_cpu_ver[MAX_HWCOUNT]; // Chip version number for this metric
129 int sample_periodic; // if periodic sampling is on
130 int sample_timer; // Sample timer (sec)
131 int limit; // experiment size limit
132 const char *pause_sig; // Pause/resume signal string
133 const char *sample_sig; // Sampling signal string
134 const char *start_delay; // Data collect start delay string
135 const char *terminate; // Data collection termination time string
136 char *linetrace;