Home
last modified time | relevance | path

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

/tools/perf/util/
Dstrlist.h57 static inline struct str_node *strlist__first(struct strlist *slist) in strlist__first() function
77 for (pos = strlist__first(slist); pos; pos = strlist__next(pos))
87 for (pos = strlist__first(slist), n = strlist__next(pos); pos;\