Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/scripts/python/
Dexported-sql-viewer.py3836 glb_max_cols = 1000 variable
3839 return a.row() * glb_max_cols + a.column()
3859 if max_col > glb_max_cols: