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