Searched refs:copy_output_file (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/perf/scripts/python/ |
| H A D | export-to-postgresql.py | 754 def copy_output_file(file, table_name): function 831 copy_output_file(thread_file, "threads") 832 copy_output_file(comm_file, "comms") 834 copy_output_file(dso_file, "dsos") 835 copy_output_file(symbol_file, "symbols") 841 copy_output_file(call_file, "calls") 843 copy_output_file(cbr_file, "cbr") 844 copy_output_file(mwait_file, "mwait") 845 copy_output_file(pwre_file, "pwre") 846 copy_output_file(exstop_file, "exstop") [all …]
|