HomeSort by relevance Sort by last modified time
    Searched full:str_node (Results 1 - 5 of 5) sorted by null

  /external/linux-tools-perf/util/
strlist.h 14 struct str_node { struct
28 void strlist__remove(struct strlist *self, struct str_node *sn);
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);
51 static inline struct str_node *strlist__first(struct strlist *self)
54 return rn ? rb_entry(rn, struct str_node, rb_node) : NULL;
56 static inline struct str_node *strlist__next(struct str_node *sn)
62 return rn ? rb_entry(rn, struct str_node, rb_node) : NULL;
67 * @pos: the &struct str_node to use as a loop cursor
    [all...]
strlist.c 13 static struct str_node *str_node__new(const char *s, bool dupstr)
15 struct str_node *self = malloc(sizeof(*self));
33 static void str_node__delete(struct str_node *self, bool dupstr)
44 struct str_node *sn;
50 sn = rb_entry(parent, struct str_node, rb_node);
99 void strlist__remove(struct strlist *self, struct str_node *sn)
105 struct str_node *strlist__find(struct strlist *self, const char *entry)
111 struct str_node *sn;
115 sn = rb_entry(parent, struct str_node, rb_node);
175 struct str_node *pos
    [all...]
probe-event.c 457 struct str_node *node;
    [all...]
  /external/linux-tools-perf/
builtin-buildid-cache.c 78 struct str_node *pos;
android.patch     [all...]

Completed in 1372 milliseconds