Lines Matching full:char

24 const char *event_type(int type);
26 int parse_events_option(const struct option *opt, const char *str, int unset);
27 int parse_events_option_new_evlist(const struct option *opt, const char *str, int unset);
29 int __parse_events(struct evlist *evlist, const char *str, struct parse_events_error *error,
33 static inline int parse_events(struct evlist *evlist, const char *str, in parse_events()
39 int parse_event(struct evlist *evlist, const char *str);
41 int parse_events_terms(struct list_head *terms, const char *str);
42 int parse_filter(const struct option *opt, const char *str, int unset);
43 int exclude_perf(const struct option *opt, const char *arg, int unset);
93 char *config;
96 char *str;
116 char *str; /* string to display at the index */
117 char *help; /* optional help string */
119 char *first_str;
120 char *first_help;
132 char *hybrid_pmu_name;
138 int type_term, char *config, u64 num,
142 int type_term, char *config, char *str,
145 char *config, unsigned idx);
152 int parse_events__modifier_event(struct list_head *list, char *str, bool add);
153 int parse_events__modifier_group(struct list_head *list, char *event_mod);
154 int parse_events_name(struct list_head *list, const char *name);
156 const char *sys, const char *event,
161 char *bpf_file_name,
178 char *type, char *op_result1, char *op_result2,
183 u64 addr, char *type, u64 len);
185 struct list_head *list, char *name,
191 const char *name, const char *metric_id,
195 char *str,
203 perf_pmu__parse_check(const char *name);
204 void parse_events__set_leader(char *name, struct list_head *list,
209 int idx, const char *str);
212 const char *symbol;
213 const char *alias;
218 char *parse_events_formats_error_string(char *additional_terms);
223 char *str, char *help);
225 const char *event);
233 static inline bool is_sdt_event(char *str) in is_sdt_event()
240 static inline bool is_sdt_event(char *str __maybe_unused) in is_sdt_event()
250 const char *name,
251 const char *metric_id,