Searched refs:findnth (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py165 def findnth(s, sub, n, offs=0): function
171 return findnth(s[pos + 1:], sub, n - 1, offs + pos + 1)
3538 pos = findnth(value, "-", n)

Completed in 117 milliseconds