Lines Matching full:bool
81 bool snapshot;
82 bool per_pkg;
83 bool percore;
84 bool precise_max;
85 bool is_libpfm_event;
86 bool collect_stat;
87 bool weak_group;
88 bool bpf_counter;
89 bool use_config_name;
90 bool skippable;
91 bool retire_lat;
92 bool dont_regroup;
112 bool uniquified_name;
113 bool supported;
114 bool needs_swap;
115 bool disabled;
116 bool no_aux_samples;
117 bool immediate;
118 bool tracking;
119 bool ignore_missing_thread;
120 bool forced_leader;
121 bool cmdline_group_boundary;
122 bool reset_group;
123 bool needs_auxtrace_mmap;
124 bool default_metricgroup; /* A member of the Default metricgroup */
125 bool default_show_events; /* If a default group member, show the event */
126 bool needs_uniquify;
199 bool pid_stat;
203 bool sample_id_all;
204 bool exclude_guest;
205 bool mmap2;
206 bool cloexec;
207 bool clockid;
208 bool clockid_wrong;
209 bool lbr_flags;
210 bool write_backward;
211 bool group_read;
212 bool ksymbol;
213 bool bpf;
214 bool aux_output;
215 bool branch_hw_idx;
216 bool cgroup;
217 bool data_page_size;
218 bool code_page_size;
219 bool weight_struct;
220 bool read_lost;
221 bool branch_counters;
222 bool aux_action;
223 bool inherit_sample_read;
224 bool defer_callchain;
252 bool evsel__is_aux_event(const struct evsel *evsel);
270 struct evsel *evsel__newtp_idx(const char *sys, const char *name, int idx, bool format);
296 bool evsel__is_cache_op_valid(u8 type, u8 op);
298 static inline bool evsel__is_bpf(struct evsel *evsel) in evsel__is_bpf()
303 static inline bool evsel__is_bperf(struct evsel *evsel) in evsel__is_bperf()
316 bool evsel__match_bpf_counter_events(const char *name);
321 bool evsel__name_is(struct evsel *evsel, const char *name);
324 static inline bool evsel__is_retire_lat(const struct evsel *evsel) in evsel__is_retire_lat()
341 void evsel__set_sample_id(struct evsel *evsel, bool use_sample_identifier);
367 bool evsel__precise_ip_fallback(struct evsel *evsel);
385 u64 format_field__intval(struct tep_format_field *field, struct perf_sample *sample, bool needs_swa…
390 bool __evsel__match(const struct evsel *evsel, u32 type, u64 config);
396 int __evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread, bool scale);
447 static inline bool evsel__is_group_leader(const struct evsel *evsel) in evsel__is_group_leader()
460 static inline bool evsel__is_group_event(struct evsel *evsel) in evsel__is_group_event()
468 bool evsel__is_function_event(struct evsel *evsel);
470 static inline bool evsel__is_bpf_output(struct evsel *evsel) in evsel__is_bpf_output()
475 static inline bool evsel__is_clock(const struct evsel *evsel) in evsel__is_clock()
481 bool evsel__fallback(struct evsel *evsel, struct target *target, int err,
511 static inline bool evsel__has_branch_callstack(const struct evsel *evsel) in evsel__has_branch_callstack()
516 static inline bool evsel__has_branch_hw_idx(const struct evsel *evsel) in evsel__has_branch_hw_idx()
521 static inline bool evsel__has_callchain(const struct evsel *evsel) in evsel__has_callchain()
531 static inline bool evsel__has_br_stack(const struct evsel *evsel) in evsel__has_br_stack()
541 static inline bool evsel__is_dummy_event(struct evsel *evsel) in evsel__is_dummy_event()
554 bool evsel__is_hybrid(const struct evsel *evsel);
556 bool evsel__has_leader(struct evsel *evsel, struct evsel *leader);
557 bool evsel__is_leader(struct evsel *evsel);
562 bool arch_evsel__must_be_in_group(const struct evsel *evsel);
564 bool evsel__set_needs_uniquify(struct evsel *counter, const struct perf_stat_config *config);
584 bool evsel__is_offcpu_event(struct evsel *evsel);