Lines Matching full:bool
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;
24 bool sample_data_page_size;
25 bool sample_code_page_size;
26 bool sample_weight;
27 bool sample_time;
28 bool sample_time_set;
29 bool sample_cpu;
30 bool sample_identifier;
31 bool period;
32 bool period_set;
33 bool running_time;
34 bool full_auxtrace;
35 bool auxtrace_snapshot_mode;
36 bool auxtrace_snapshot_on_exit;
37 bool auxtrace_sample_mode;
38 bool record_namespaces;
39 bool record_cgroup;
40 bool record_switch_events;
41 bool record_switch_events_set;
42 bool all_kernel;
43 bool all_user;
44 bool kernel_callchains;
45 bool user_callchains;
46 bool tail_synthesize;
47 bool overwrite;
48 bool ignore_missing_thread;
49 bool strict_freq;
50 bool sample_id;
51 bool no_bpf_event;
52 bool kcore;
53 bool text_poke;
54 bool build_id;
67 bool sample_transaction;
68 bool use_clockid;
78 bool ctl_fd_close;
89 static inline bool record_opts__no_switch_events(const struct record_opts *opts) in record_opts__no_switch_events()