Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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:
3866 raise RuntimeError("glb_max_cols is too low")
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3843 glb_max_cols = 1000 variable
3846 return a.row() * glb_max_cols + a.column()
3866 if max_col > glb_max_cols:
3867 raise RuntimeError("glb_max_cols is too low")

Completed in 13 milliseconds