Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/scripts/python/
H A Dexport-to-postgresql.py751 def copy_output_file(file, table_name): function
828 copy_output_file(thread_file, "threads")
829 copy_output_file(comm_file, "comms")
831 copy_output_file(dso_file, "dsos")
832 copy_output_file(symbol_file, "symbols")
838 copy_output_file(call_file, "calls")
840 copy_output_file(cbr_file, "cbr")
841 copy_output_file(mwait_file, "mwait")
842 copy_output_file(pwre_file, "pwre")
843 copy_output_file(exstop_file, "exstop")
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/scripts/python/
H A Dexport-to-postgresql.py751 def copy_output_file(file, table_name): function
828 copy_output_file(thread_file, "threads")
829 copy_output_file(comm_file, "comms")
831 copy_output_file(dso_file, "dsos")
832 copy_output_file(symbol_file, "symbols")
838 copy_output_file(call_file, "calls")
840 copy_output_file(cbr_file, "cbr")
841 copy_output_file(mwait_file, "mwait")
842 copy_output_file(pwre_file, "pwre")
843 copy_output_file(exstop_file, "exstop")
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/scripts/python/
H A Dexport-to-postgresql.py751 def copy_output_file(file, table_name): function
828 copy_output_file(thread_file, "threads")
829 copy_output_file(comm_file, "comms")
831 copy_output_file(dso_file, "dsos")
832 copy_output_file(symbol_file, "symbols")
838 copy_output_file(call_file, "calls")
840 copy_output_file(cbr_file, "cbr")
841 copy_output_file(mwait_file, "mwait")
842 copy_output_file(pwre_file, "pwre")
843 copy_output_file(exstop_file, "exstop")
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/nodes/composite/nodes/
H A Dnode_composite_outputFile.c231 static void copy_output_file(bNodeTree *UNUSED(dest_ntree), in copy_output_file() function
285 node_type_storage(&ntype, "NodeImageMultiFile", free_output_file, copy_output_file); in register_node_type_cmp_output_file()