Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dstrlist.h58 static inline struct str_node *strlist__first(struct strlist *slist) in strlist__first() function
78 for (pos = strlist__first(slist); pos; pos = strlist__next(pos))
88 for (pos = strlist__first(slist), n = strlist__next(pos); pos;\