Searched defs:record_opts (Results 1 – 2 of 2) sorted by relevance
42 struct record_opts { struct43 struct target target;44 bool group;45 bool inherit_stat;46 bool no_buffering;47 bool no_inherit;48 bool no_inherit_set;49 bool no_samples;50 bool raw_samples;51 bool sample_address;[all …]
17 struct record_opts record_opts; member