Searched defs:record_opts (Results 1 – 2 of 2) sorted by relevance
14 struct record_opts { struct15 struct target target;16 bool inherit_stat;17 bool no_buffering;18 bool no_inherit;19 bool no_inherit_set;20 bool no_samples;21 bool raw_samples;22 bool sample_address;23 bool sample_phys_addr;[all …]
23 struct record_opts record_opts; member