Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexport-to-postgresql.py735 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")
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.c1463 static void open_output_file(void) in open_output_file() function
1713 open_output_file(); in process()