Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
Dperf_unittest.c225 void create_config_file(char *content) in create_config_file() function
272 create_config_file("mask = 1\n\t\tmask= \t0\t\t\n"); in test_PERF_creation()
276 create_config_file("replay_file = replay this\nlog_file=NULL\nmask = 0xFFFFFFFF\n"); in test_PERF_creation()
280 create_config_file("trace_file = " INVALID_PATH "trace\nmask = 0xFFFFFFFF\n"); in test_PERF_creation()
286 create_config_file("trace_file = " INVALID_PATH "trace\ndelayed_open = 1\nmask = 0xFFFFFFFF\n"); in test_PERF_creation()
290 create_config_file("mask = 0xFFFFFFFF\nbuffer_size = 0x7FFFFFFF\ntrace_file = ut_trace1\n"); in test_PERF_creation()
297 create_config_file("mask = 0xFFFFFFFF\ndebug = true\ncsv = 1\n"); in test_PERF_output()
301 create_config_file("mask = 0xFFFFFFFF\nlog_file = STDOUT\ncsv = 0\n"); in test_PERF_output()
305 create_config_file("log_file = " INVALID_PATH "log\nmask = 0xFFFFFFFF\n"); in test_PERF_output()
309 create_config_file("mask = 0xFFFFFFFF\ndetailed_debug = true\ncsv = 0\n"); in test_PERF_output()
[all …]