Lines Matching refs:open_output_file
225 def open_output_file(file_name): function
267 evsel_file = open_output_file("evsel_table.bin")
268 machine_file = open_output_file("machine_table.bin")
269 thread_file = open_output_file("thread_table.bin")
270 comm_file = open_output_file("comm_table.bin")
271 comm_thread_file = open_output_file("comm_thread_table.bin")
272 dso_file = open_output_file("dso_table.bin")
273 symbol_file = open_output_file("symbol_table.bin")
274 branch_type_file = open_output_file("branch_type_table.bin")
275 sample_file = open_output_file("sample_table.bin")
277 call_path_file = open_output_file("call_path_table.bin")
278 call_file = open_output_file("call_table.bin")