Searched refs:csv (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf_print.c72 if (me->csv)
106 me->csv ? separator : "> {",
108 me->csv ? separator : "-",
112 me->csv ? "" : "name: ",
117 me->csv ? "" : "domain: ",
126 me->csv ? "" : ", module: ", /* note: separator added for CSV */
130 me->csv ? separator : "} ");
168 if (me->csv)
177 me->csv ? "," : " in ",
179 me->csv
[all...]
H A Dperf_config.c58 sConfig->csv = 1;
151 assign_long_if_matches(line, "csv", &cfg->csv) ||
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_config.h59 unsigned long csv; /* comma-separated value output */ member in struct:PERF_Config
H A Dperf_print.h36 int csv; /* CSV format */ member in struct:PERF_PRINT_Private
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A Dperf319 csv=1
323 echo csv=1 > ./perf.ini
343 echo csv=1 > ./perf.ini
H A Dperf_unittest.c296 /* STDOUT csv non-detailed */
308 /* STDERR non-csv detailed */
342 "csv = on\n"
344 "test.csv = off\n"
352 assert(config.csv);
364 "csv = disabled\n");
368 assert(!config.csv);

Completed in 872 milliseconds