Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py738 def open_output_file(file_name): function
780 evsel_file = open_output_file("evsel_table.bin")
782 thread_file = open_output_file("thread_table.bin")
783 comm_file = open_output_file("comm_table.bin")
785 dso_file = open_output_file("dso_table.bin")
786 symbol_file = open_output_file("symbol_table.bin")
792 call_file = open_output_file("call_table.bin")
794 cbr_file = open_output_file("cbr_table.bin")
795 mwait_file = open_output_file("mwait_table.bin")
796 pwre_file = open_output_file("pwre_table.bin")
[all …]