Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/scripts/python/
Dexport-to-postgresql.py493 def open_output_file(file_name): function
535 evsel_file = open_output_file("evsel_table.bin")
536 machine_file = open_output_file("machine_table.bin")
537 thread_file = open_output_file("thread_table.bin")
538 comm_file = open_output_file("comm_table.bin")
539 comm_thread_file = open_output_file("comm_thread_table.bin")
540 dso_file = open_output_file("dso_table.bin")
541 symbol_file = open_output_file("symbol_table.bin")
542 branch_type_file = open_output_file("branch_type_table.bin")
543 sample_file = open_output_file("sample_table.bin")
[all …]