Searched refs:strlist (Results 1 - 13 of 13) sorted by relevance

/external/linux-tools-perf/util/
H A Dstrlist.h19 struct strlist { struct
25 struct strlist *strlist__new(bool dupstr, const char *slist);
26 void strlist__delete(struct strlist *self);
28 void strlist__remove(struct strlist *self, struct str_node *sn);
29 int strlist__load(struct strlist *self, const char *filename);
30 int strlist__add(struct strlist *self, const char *str);
32 struct str_node *strlist__entry(const struct strlist *self, unsigned int idx);
33 struct str_node *strlist__find(struct strlist *self, const char *entry);
35 static inline bool strlist__has_entry(struct strlist *self, const char *entry)
40 static inline bool strlist__empty(const struct strlist *sel
[all...]
H A Dstrlist.c7 #include "strlist.h"
40 int strlist__add(struct strlist *self, const char *new_entry)
72 int strlist__load(struct strlist *self, const char *filename)
99 void strlist__remove(struct strlist *self, struct str_node *sn)
105 struct str_node *strlist__find(struct strlist *self, const char *entry)
129 static int strlist__parse_list_entry(struct strlist *self, const char *s)
137 int strlist__parse_list(struct strlist *self, const char *s)
154 struct strlist *strlist__new(bool dupstr, const char *slist)
156 struct strlist *self = malloc(sizeof(*self));
172 void strlist__delete(struct strlist *sel
[all...]
H A Dprobe-event.h5 #include "strlist.h"
97 struct strlist *vars; /* Available variables */
125 extern int del_perf_probe_events(struct strlist *dellist);
H A Dsort.h22 #include "strlist.h"
129 void sort_entry__setup_elide(struct sort_entry *self, struct strlist *list,
H A Dsymbol.h93 struct strlist;
118 struct strlist *dso_list,
H A Dprobe-event.c40 #include "strlist.h"
1433 static struct strlist *get_probe_trace_command_rawlist(int fd)
1439 struct strlist *sl;
1503 struct strlist *rawlist;
1541 static struct strlist *get_probe_trace_event_names(int fd, bool include_group)
1544 struct strlist *sl, *rawlist;
1598 struct strlist *namelist, bool allow_suffix)
1643 struct strlist *namelist;
1883 const char *event, struct strlist *namelist)
1919 int del_perf_probe_events(struct strlist *dellis
[all...]
H A Dsort.c336 void sort_entry__setup_elide(struct sort_entry *self, struct strlist *list,
H A Dsymbol.c18 #include "strlist.h"
2434 static int setup_list(struct strlist **list, const char *list_str,
/external/linux-tools-perf/
H A Dbuiltin-buildid-cache.c15 #include "util/strlist.h"
77 struct strlist *list;
H A Dbuiltin-probe.c38 #include "util/strlist.h"
62 struct strlist *dellist;
H A DAndroid.mk74 util/strlist.c \
H A DMakefile271 LIB_H += util/strlist.h
316 LIB_OBJS += $(OUTPUT)util/strlist.o
/external/icu4c/test/intltest/
H A Drbbitst.cpp3424 static const char *strlist[] = local
3471 for (loop = 0; loop < (int)(sizeof(strlist) / sizeof(char *)); loop ++) {
3473 UnicodeString ustr = CharsToUnicodeString(strlist[loop]);
3500 static const char *strlist[] = local
3537 for (loop = 0; loop < (int)(sizeof(strlist) / sizeof(char *)); loop ++) {
3539 u_unescape(strlist[loop], str, 20);
3580 static const char *strlist[] = local
3635 for (loop = 0; loop < (int)(sizeof(strlist) / sizeof(char *)); loop ++) {
3637 int32_t t = u_unescape(strlist[loop], str, STRSIZE);
3677 static const char *strlist[]
[all...]

Completed in 125 milliseconds