Lines Matching defs:record_opts
42 struct record_opts { struct
43 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;
52 bool sample_weight;
53 bool sample_time;
54 bool period;
55 bool sample_intr_regs;
56 bool running_time;
57 unsigned int freq;
58 unsigned int mmap_pages;
59 unsigned int user_freq;
60 u64 branch_stack;
61 u64 default_interval;
62 u64 user_interval;
63 bool sample_transaction;
64 unsigned initial_delay;
65 bool use_clockid;
66 clockid_t clockid;