Lines Matching defs:str
30 int parse_events_option(const struct option *opt, const char *str, int unset);
31 int parse_events_option_new_evlist(const struct option *opt, const char *str, int unset);
33 int __parse_events(struct evlist *evlist, const char *str, const char *pmu_filter,
38 static inline int parse_events(struct evlist *evlist, const char *str,
41 return __parse_events(evlist, str, /*pmu_filter=*/NULL, err, /*fake_pmu=*/NULL,
45 int parse_event(struct evlist *evlist, const char *str);
47 int parse_events_terms(struct list_head *terms, const char *str, FILE *input);
48 int parse_filter(const struct option *opt, const char *str, int unset);
99 char *str;
136 char *str; /* string to display at the index */
175 char *config, char *str,
187 int parse_events__modifier_event(struct list_head *list, char *str, bool add);
220 char *str,
231 int idx, const char *str);
245 char *str, char *help);
255 static inline bool is_sdt_event(char *str)
257 return (str[0] == '%' ||
258 (!strncmp(str, "sdt_", 4) &&
259 !!strchr(str, ':') && !strchr(str, '=')));
262 static inline bool is_sdt_event(char *str __maybe_unused)