Home
last modified time | relevance | path

Searched refs:as_csv (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
3879 if as_csv:
3902 if as_csv:
3916 def CopyTreeCellsToClipboard(view, as_csv=False, with_hdr=False): argument
3950 if not as_csv:
3974 if as_csv:
4005 if as_csv:
4024 def CopyCellsToClipboard(view, as_csv=False, with_hdr=False): argument
4025 view.CopyCellsToClipboard(view, as_csv, with_hdr)