strlist           681 scripts/dtc/libfdt/fdt_ro.c int fdt_stringlist_contains(const char *strlist, int listlen, const char *str)
strlist           687 scripts/dtc/libfdt/fdt_ro.c 		if (memcmp(str, strlist, len+1) == 0)
strlist           689 scripts/dtc/libfdt/fdt_ro.c 		p = memchr(strlist, '\0', listlen);
strlist           692 scripts/dtc/libfdt/fdt_ro.c 		listlen -= (p-strlist) + 1;
strlist           693 scripts/dtc/libfdt/fdt_ro.c 		strlist = p + 1;
strlist          1075 scripts/dtc/libfdt/libfdt.h int fdt_stringlist_contains(const char *strlist, int listlen, const char *str);
strlist           223 tools/perf/builtin-buildid-cache.c 	struct strlist *list;
strlist           248 tools/perf/builtin-buildid-cache.c 	struct strlist *list;
strlist           334 tools/perf/builtin-buildid-cache.c 	struct strlist *bidlist;
strlist           354 tools/perf/builtin-buildid-cache.c 	struct strlist *list;
strlist           394 tools/perf/builtin-probe.c 	struct strlist *bidlist;
strlist           421 tools/perf/builtin-probe.c 	struct strlist *klist = NULL, *ulist = NULL;
strlist           121 tools/perf/builtin-trace.c 	struct strlist		*ev_qualifier;
strlist           439 tools/perf/util/build-id.c struct strlist *build_id_cache__list_all(bool validonly)
strlist           441 tools/perf/util/build-id.c 	struct strlist *toplist, *linklist = NULL, *bidlist;
strlist           518 tools/perf/util/build-id.c 	struct strlist *bidlist;
strlist           572 tools/perf/util/build-id.c 				   struct strlist **result)
strlist            43 tools/perf/util/build-id.h struct strlist;
strlist            45 tools/perf/util/build-id.h struct strlist *build_id_cache__list_all(bool validonly);
strlist            48 tools/perf/util/build-id.h 				   struct strlist **result);
strlist           106 tools/perf/util/evsel_fprintf.c 			      struct strlist *bt_stop_list, FILE *fp)
strlist           195 tools/perf/util/evsel_fprintf.c 			struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp)
strlist            35 tools/perf/util/evsel_fprintf.h struct strlist;
strlist            39 tools/perf/util/evsel_fprintf.h 			      struct strlist *bt_stop_list, FILE *fp);
strlist            44 tools/perf/util/evsel_fprintf.h 			struct strlist *bt_stop_list, FILE *fp);
strlist           346 tools/perf/util/machine.c 			static struct strlist *seen;
strlist           224 tools/perf/util/metricgroup.c 	struct strlist *metrics;
strlist           283 tools/perf/util/metricgroup.c static void metricgroup__print_strlist(struct strlist *metrics, bool raw)
strlist           307 tools/perf/util/metricgroup.c 	struct strlist *metriclist = NULL;
strlist          2371 tools/perf/util/parse-events.c 	struct strlist *bidlist, *sdtlist;
strlist          2528 tools/perf/util/probe-event.c 	struct strlist *rawlist;
strlist          2596 tools/perf/util/probe-event.c 			      struct strlist *namelist, bool ret_event,
strlist          2691 tools/perf/util/probe-event.c 				       struct strlist *namelist,
strlist          2738 tools/perf/util/probe-event.c 					  struct strlist **namelist)
strlist          2763 tools/perf/util/probe-event.c 	struct strlist *namelist[2] = {NULL, NULL};
strlist          3219 tools/perf/util/probe-event.c 	struct strlist *bidlist;
strlist          3387 tools/perf/util/probe-event.c 	struct strlist *namelist = strlist__new(NULL, NULL);
strlist           116 tools/perf/util/probe-event.h struct strlist;
strlist           121 tools/perf/util/probe-event.h 	struct strlist			*vars;	/* Available variables */
strlist           133 tools/perf/util/probe-file.c struct strlist *probe_file__get_rawlist(int fd)
strlist           139 tools/perf/util/probe-file.c 	struct strlist *sl;
strlist           184 tools/perf/util/probe-file.c static struct strlist *__probe_file__get_namelist(int fd, bool include_group)
strlist           187 tools/perf/util/probe-file.c 	struct strlist *sl, *rawlist;
strlist           225 tools/perf/util/probe-file.c struct strlist *probe_file__get_namelist(int fd)
strlist           289 tools/perf/util/probe-file.c 			   struct strlist *plist)
strlist           291 tools/perf/util/probe-file.c 	struct strlist *namelist;
strlist           316 tools/perf/util/probe-file.c int probe_file__del_strlist(int fd, struct strlist *namelist)
strlist           331 tools/perf/util/probe-file.c 	struct strlist *namelist;
strlist           979 tools/perf/util/probe-file.c 	struct strlist *bidlist;
strlist             7 tools/perf/util/probe-file.h struct strlist;
strlist            16 tools/perf/util/probe-file.h 	struct strlist		*tevlist;
strlist            43 tools/perf/util/probe-file.h struct strlist *probe_file__get_namelist(int fd);
strlist            44 tools/perf/util/probe-file.h struct strlist *probe_file__get_rawlist(int fd);
strlist            49 tools/perf/util/probe-file.h 				  struct strlist *plist);
strlist            50 tools/perf/util/probe-file.h int probe_file__del_strlist(int fd, struct strlist *namelist);
strlist          2873 tools/perf/util/sort.c static bool __get_elide(struct strlist *list, const char *list_name, FILE *fp)
strlist            19 tools/perf/util/strlist.c 	struct strlist *strlist = container_of(rblist, struct strlist, rblist);
strlist            23 tools/perf/util/strlist.c 		if (strlist->dupstr) {
strlist            49 tools/perf/util/strlist.c 	struct strlist *slist = container_of(rblist, struct strlist, rblist);
strlist            63 tools/perf/util/strlist.c int strlist__add(struct strlist *slist, const char *new_entry)
strlist            68 tools/perf/util/strlist.c int strlist__load(struct strlist *slist, const char *filename)
strlist            95 tools/perf/util/strlist.c void strlist__remove(struct strlist *slist, struct str_node *snode)
strlist           100 tools/perf/util/strlist.c struct str_node *strlist__find(struct strlist *slist, const char *entry)
strlist           111 tools/perf/util/strlist.c static int strlist__parse_list_entry(struct strlist *slist, const char *s,
strlist           142 tools/perf/util/strlist.c static int strlist__parse_list(struct strlist *slist, const char *s, const char *subst_dir)
strlist           159 tools/perf/util/strlist.c struct strlist *strlist__new(const char *list, const struct strlist_config *config)
strlist           161 tools/perf/util/strlist.c 	struct strlist *slist = malloc(sizeof(*slist));
strlist           192 tools/perf/util/strlist.c void strlist__delete(struct strlist *slist)
strlist           198 tools/perf/util/strlist.c struct str_node *strlist__entry(const struct strlist *slist, unsigned int idx)
strlist            32 tools/perf/util/strlist.h struct strlist *strlist__new(const char *slist, const struct strlist_config *config);
strlist            33 tools/perf/util/strlist.h void strlist__delete(struct strlist *slist);
strlist            35 tools/perf/util/strlist.h void strlist__remove(struct strlist *slist, struct str_node *sn);
strlist            36 tools/perf/util/strlist.h int strlist__load(struct strlist *slist, const char *filename);
strlist            37 tools/perf/util/strlist.h int strlist__add(struct strlist *slist, const char *str);
strlist            39 tools/perf/util/strlist.h struct str_node *strlist__entry(const struct strlist *slist, unsigned int idx);
strlist            40 tools/perf/util/strlist.h struct str_node *strlist__find(struct strlist *slist, const char *entry);
strlist            42 tools/perf/util/strlist.h static inline bool strlist__has_entry(struct strlist *slist, const char *entry)
strlist            47 tools/perf/util/strlist.h static inline bool strlist__empty(const struct strlist *slist)
strlist            52 tools/perf/util/strlist.h static inline unsigned int strlist__nr_entries(const struct strlist *slist)
strlist            58 tools/perf/util/strlist.h static inline struct str_node *strlist__first(struct strlist *slist)
strlist          1891 tools/perf/util/symbol.c 	struct strlist *dirs;
strlist          2167 tools/perf/util/symbol.c int setup_list(struct strlist **list, const char *list_str,
strlist            79 tools/perf/util/symbol.h struct strlist;
strlist           222 tools/perf/util/symbol.h int setup_list(struct strlist **list, const char *list_str,
strlist             7 tools/perf/util/symbol_conf.h struct strlist;
strlist            62 tools/perf/util/symbol_conf.h        struct strlist	*dso_list,
strlist           192 tools/perf/util/thread_map.c 	struct strlist *slist = strlist__new(pid_str, &slist_config);
strlist           251 tools/perf/util/thread_map.c 	struct strlist *slist;
strlist           208 tools/perf/util/util.c struct strlist *lsdir(const char *name,
strlist           211 tools/perf/util/util.c 	struct strlist *list = NULL;
strlist           348 tools/perf/util/util.c 	struct strlist *tips;
strlist            20 tools/perf/util/util.h struct strlist;
strlist            25 tools/perf/util/util.h struct strlist *lsdir(const char *name, bool (*filter)(const char *, struct dirent *));