Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3849 def CopyTableCellsToClipboard(view, as_csv=False, with_hdr=False): argument
3878 if as_csv:
3901 if as_csv:
3915 def CopyTreeCellsToClipboard(view, as_csv=False, with_hdr=False): argument
3949 if not as_csv:
3973 if as_csv:
4004 if as_csv:
4023 def CopyCellsToClipboard(view, as_csv=False, with_hdr=False): argument
4024 view.CopyCellsToClipboard(view, as_csv, with_hdr)