Home
last modified time | relevance | path

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

/f-stack/tools/libxo/encoder/csv/
H A Denc_csv.c167 if (csv == NULL || !(csv->c_flags & CF_DEBUG)) in csv_dbg()
184 csv_private_t *csv = xo_realloc(NULL, sizeof(*csv)); in csv_create() local
188 bzero(csv, sizeof(*csv)); in csv_create()
228 if (!(csv->c_flags & CF_HAS_PATH) || csv->c_path == NULL) in csv_path_top()
362 csv_append_newline(&csv->c_data, csv); in csv_emit_record()
392 csv_append_newline(&csv->c_data, csv); in csv_emit_record()
444 csv->c_path_cur, csv->c_path_max); in csv_open_level()
447 if (csv->c_path_cur == csv->c_path_max) { in csv_open_level()
514 if (csv->c_leaf_depth + 1 >= csv->c_leaf_max) { in csv_leaf_num()
532 lp = &csv->c_leaf[csv->c_leaf_depth++]; in csv_leaf_num()
[all …]
H A DMakefile.am38 UGLY_NAME = csv.enc
/f-stack/tools/libxo/tests/core/
H A DMakefile.am91 xoopts==warn,$$csv ; \
114 ( fmt=Ecsv1; csv=encoder=csv ; \
116 ( fmt=Ecsv2; csv=encoder=csv:path=top/data/item:no-header ; \
118 ( fmt=Ecsv3; csv=@csv:path=item:leafs=sku.sold:no-quotes ; \
/f-stack/tools/libxo/doc/
H A Dencoders.rst32 df --libxo encoder=csv+path=filesystem+leaf=name+no-header
33 df --libxo encoder=csv:path=filesystem:leaf=name:no-header
35 These examples instructs libxo to load the "csv" encoder and pass the
48 df --libxo @csv:no-header
101 % list-items --libxo encoder=csv
110 % xo --libxo encoder=csv --instance foo 'The {:product} is {:status}\n' stereo "in route"
130 % list-items --libxo encoder=csv:path=top/data/item
171 % list-items --libxo encoder=csv:leafs=sku.on-order
176 % list-items -libxo encoder=csv:leafs=on-order.sku
202 The csv encoder defaults to producing the header line, but the
H A Doptions.rst178 --libxo encoder=csv+path=filesystem+leaf=name+no-header
179 --libxo encoder=csv:path=filesystem:leaf=name:no-header
184 df --libxo @csv:no-header
/f-stack/tools/libxo/encoder/
H A DMakefile.am11 csv \ subdir
/f-stack/app/redis-5.0.5/src/
H A Dredis-benchmark.c75 int csv; member
436 if (!config.quiet && !config.csv) { in showLatencyReport()
454 } else if (config.csv) { in showLatencyReport()
527 config.csv = 1; in parseOptions()
621 if (config.csv) return 250; in showThroughput()
671 config.csv = 0; in main()
842 if (!config.csv) printf("\n"); in main()
/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_options.h103 uint32_t csv:1; member
H A Dcperf_test_verify.c270 if (!ctx->options->csv) in cperf_verify_test_runner()
386 if (!ctx->options->csv) { in cperf_verify_test_runner()
H A Dcperf_test_throughput.c275 if (!ctx->options->csv) { in cperf_throughput_test_runner()
H A Dcperf_test_latency.c310 if (ctx->options->csv) { in cperf_latency_test_runner()
H A Dcperf_test_pmd_cyclecount.c452 if (!opts->csv) { in cperf_pmd_cyclecount_test_runner()
H A Dcperf_options_parsing.c774 opts->csv = 1; in parse_csv_friendly()
896 opts->csv = 0; in cperf_options_default()
/f-stack/app/redis-5.0.5/utils/
H A Dspeed-regression.tcl41 … set output [exec /tmp/redis-benchmark -n $::requests -t $::tests -d $::datasize --csv -p $::port]
/f-stack/dpdk/app/test/
H A Dautotest_runner.py8 import csv
221 self.csvwriter = csv.writer(csvfile)
/f-stack/dpdk/doc/guides/nics/
H A Dmemif.rst38 .. csv-table:: **Memif configuration options**
/f-stack/tools/libxo/
H A Dconfigure.ac455 encoder/csv/Makefile
/f-stack/dpdk/doc/guides/prog_guide/
H A Dbbdev.rst413 .. csv-table:: Operation I/O
532 .. csv-table:: **struct rte_bbdev_op_turbo_enc** parameters
633 .. csv-table:: **struct rte_bbdev_op_turbo_dec** parameters
/f-stack/dpdk/doc/guides/tools/
H A Dcryptoperf.rst310 * ``--csv-friendly``
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim1527 " https://github.com/openresty/rds-csv-nginx-module