Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/scripts/python/
Dexport-to-postgresql.py751 def copy_output_file(file, table_name): function
826 copy_output_file(evsel_file, "selected_events")
827 copy_output_file(machine_file, "machines")
828 copy_output_file(thread_file, "threads")
829 copy_output_file(comm_file, "comms")
830 copy_output_file(comm_thread_file, "comm_threads")
831 copy_output_file(dso_file, "dsos")
832 copy_output_file(symbol_file, "symbols")
833 copy_output_file(branch_type_file, "branch_types")
834 copy_output_file(sample_file, "samples")
[all …]