Lines Matching defs:perf_record_opts
194 struct perf_record_opts { struct
195 pid_t target_pid;
196 pid_t target_tid;
197 bool call_graph;
198 bool group;
199 bool inherit_stat;
200 bool no_delay;
201 bool no_inherit;
202 bool no_samples;
203 bool pipe_output;
204 bool raw_samples;
205 bool sample_address;
206 bool sample_time;
207 bool sample_id_all_avail;
208 bool exclude_guest_missing;
209 bool system_wide;
210 bool period;
211 unsigned int freq;
212 unsigned int mmap_pages;
213 unsigned int user_freq;
214 u64 default_interval;
215 u64 user_interval;
216 const char *cpu_list;