Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dintlist.h50 static inline struct int_node *intlist__next(struct int_node *in) in intlist__next() function
65 for (pos = intlist__first(ilist); pos; pos = intlist__next(pos))
75 for (pos = intlist__first(ilist), n = intlist__next(pos); pos;\
76 pos = n, n = intlist__next(n))
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c2876 inode = intlist__next(inode); in thread__dump_stats()