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 sample_time_set;
55 bool callgraph_set;
56 bool period;
57 bool running_time;
58 bool full_auxtrace;
59 bool auxtrace_snapshot_mode;
60 bool record_switch_events;
61 unsigned int freq;
62 unsigned int mmap_pages;
63 unsigned int auxtrace_mmap_pages;
64 unsigned int user_freq;
65 u64 branch_stack;
66 u64 sample_intr_regs;
67 u64 default_interval;
68 u64 user_interval;
69 size_t auxtrace_snapshot_size;
70 const char *auxtrace_snapshot_opts;
71 bool sample_transaction;
72 unsigned initial_delay;
73 bool use_clockid;
74 clockid_t clockid;
75 unsigned int proc_map_timeout;