Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/scripts/python/
Dexported-sql-viewer.py2467 def CopyTableCellsToClipboard(view, as_csv=False, with_hdr=False): argument
2473 with_hdr=False
2492 if with_hdr:
2533 def CopyTreeCellsToClipboard(view, as_csv=False, with_hdr=False): argument
2588 if with_hdr:
2641 def CopyCellsToClipboard(view, as_csv=False, with_hdr=False): argument
2642 view.CopyCellsToClipboard(view, as_csv, with_hdr)