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