Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dstrlist.h63 static inline struct str_node *strlist__next(struct str_node *sn) in strlist__next() function
78 for (pos = strlist__first(slist); pos; pos = strlist__next(pos))
88 for (pos = strlist__first(slist), n = strlist__next(pos); pos;\
89 pos = n, n = strlist__next(n))
Dprint-events.c213 nd2 = strlist__next(nd); in print_sdt_events()