Home
last modified time | relevance | path

Searched refs:with_hdr (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
3859 with_hdr=False
3878 if with_hdr:
3919 def CopyTreeCellsToClipboard(view, as_csv=False, with_hdr=False): argument
3974 if with_hdr:
4027 def CopyCellsToClipboard(view, as_csv=False, with_hdr=False): argument
4028 view.CopyCellsToClipboard(view, as_csv, with_hdr)