Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/scripts/python/
Dexported-sql-viewer.py3850 def CopyTableCellsToClipboard(view, as_csv=False, with_hdr=False): argument
3856 with_hdr=False
3875 if with_hdr:
3916 def CopyTreeCellsToClipboard(view, as_csv=False, with_hdr=False): argument
3971 if with_hdr:
4024 def CopyCellsToClipboard(view, as_csv=False, with_hdr=False): argument
4025 view.CopyCellsToClipboard(view, as_csv, with_hdr)