Home
last modified time | relevance | path

Searched refs:strlist__first (Results 1 – 1 of 1) sorted by relevance

/external/linux-tools-perf/util/
Dstrlist.h51 static inline struct str_node *strlist__first(struct strlist *self) in strlist__first() function
71 for (pos = strlist__first(self); pos; pos = strlist__next(pos))
81 for (pos = strlist__first(self), n = strlist__next(pos); pos;\