Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3842 glb_max_cols = 1000 variable
3845 return a.row() * glb_max_cols + a.column()
3865 if max_col > glb_max_cols: