Searched defs:perf_record_opts (Results 1 – 1 of 1) sorted by relevance
194 struct perf_record_opts { struct195 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;[all …]