Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3853 def CopyTableCellsToClipboard(view, as_csv=False, with_hdr=False): argument
3882 if as_csv:
3905 if as_csv:
3919 def CopyTreeCellsToClipboard(view, as_csv=False, with_hdr=False): argument
3953 if not as_csv:
3977 if as_csv:
4008 if as_csv:
4027 def CopyCellsToClipboard(view, as_csv=False, with_hdr=False): argument
4028 view.CopyCellsToClipboard(view, as_csv, with_hdr)