Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/scripts/python/
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)