Searched defs:perf_record_opts (Results 1 – 1 of 1) sorted by relevance
218 struct perf_record_opts { struct219 struct perf_target target;220 int call_graph;221 bool group;222 bool inherit_stat;223 bool no_delay;224 bool no_inherit;225 bool no_samples;226 bool pipe_output;227 bool raw_samples;[all …]