Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A 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))
H A Dprint-events.c192 next_sdt_name = strlist__next(sdt_name); in print_sdt_events()