Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/scripts/python/
Dexported-sql-viewer.py158 def findnth(s, sub, n, offs=0): function
164 return findnth(s[pos + 1:], sub, n - 1, offs + pos + 1)
3531 pos = findnth(value, "-", n)