Lines Matching refs:open_output_file
735 def open_output_file(file_name): function
777 evsel_file = open_output_file("evsel_table.bin")
778 machine_file = open_output_file("machine_table.bin")
779 thread_file = open_output_file("thread_table.bin")
780 comm_file = open_output_file("comm_table.bin")
781 comm_thread_file = open_output_file("comm_thread_table.bin")
782 dso_file = open_output_file("dso_table.bin")
783 symbol_file = open_output_file("symbol_table.bin")
784 branch_type_file = open_output_file("branch_type_table.bin")
785 sample_file = open_output_file("sample_table.bin")
787 call_path_file = open_output_file("call_path_table.bin")
789 call_file = open_output_file("call_table.bin")
790 ptwrite_file = open_output_file("ptwrite_table.bin")
791 cbr_file = open_output_file("cbr_table.bin")
792 mwait_file = open_output_file("mwait_table.bin")
793 pwre_file = open_output_file("pwre_table.bin")
794 exstop_file = open_output_file("exstop_table.bin")
795 pwrx_file = open_output_file("pwrx_table.bin")
796 context_switches_file = open_output_file("context_switches_table.bin")