Searched refs:csv (Results 1 – 20 of 20) sorted by relevance
/linux-5.19.10/drivers/comedi/drivers/ni_routing/tools/ |
D | Makefile | 31 everything : csv-files c-files csv-blank 52 csv-files : ni_values.py comedi_h.py 55 csv-blank : comedi_h.py 57 @echo New blank csv signal table in csv/blank_route_table.csv 74 $(RM) -rf c/ csv/ linux/
|
D | make_blank_csv.py | 5 import os, csv 24 dR = csv.DictWriter(F_csv, fieldnames, delimiter=';', quotechar='"')
|
D | csv_collection.py | 3 import os, csv, glob 28 dR = csv.DictReader(F, delimiter=self.delimiter,
|
D | convert_py_to_csv.py | 5 import os, csv 36 dR = csv.DictWriter(F_csv, fieldnames, delimiter=';', quotechar='"')
|
D | .gitignore | 7 csv/
|
/linux-5.19.10/tools/arch/x86/kcpuid/ |
D | Makefile | 24 install -m 444 -p cpuid.csv $(HWDATADIR)/cpuid.csv
|
/linux-5.19.10/drivers/staging/greybus/tools/ |
D | lbtest | 32 import csv 108 row = csv.writer(csvf, delimiter=",", quotechar="'", 109 quoting=csv.QUOTE_MINIMAL)
|
D | README.loopback | 72 - Gather and format test results (csv or human readable).
|
/linux-5.19.10/tools/testing/selftests/rcutorture/bin/ |
D | config2csv.sh | 66 awk -f $T/p.awk < /dev/null > $T/p.csv 67 cp $T/p.csv $csvout
|
/linux-5.19.10/drivers/comedi/drivers/ni_routing/ |
D | README | 114 (a) `make csv-files` 115 Creates new csv-files using content of c-files of existing 116 ni_routing/* content. New csv files are placed in csv 132 Finally, .csv content is very easy to edit and read using a variety of 135 spreadsheet-like .csv format to c-files that follow the kernel coding 140 Creates new c-files using content of csv sub-directory. These 143 (c) `make csv-blank` 144 Create a new blank csv file. This is useful for establishing a 150 Build all csv-files, then all new c-files.
|
/linux-5.19.10/drivers/scsi/ |
D | ch.c | 859 struct changer_set_voltag csv; in ch_ioctl() local 862 if (copy_from_user(&csv, argp, sizeof(csv))) in ch_ioctl() 865 if (0 != ch_checkrange(ch, csv.csv_type, csv.csv_unit)) { in ch_ioctl() 869 elem = ch->firsts[csv.csv_type] + csv.csv_unit; in ch_ioctl() 872 csv.csv_flags & CSV_AVOLTAG, in ch_ioctl() 873 csv.csv_flags & CSV_CLEARTAG, in ch_ioctl() 874 csv.csv_voltag); in ch_ioctl()
|
/linux-5.19.10/tools/perf/pmu-events/ |
D | README | 15 be named 'mapfile.csv' (see below for mapfile format). 105 The mapfile.csv format is expected to be: 138 files, relative to the directory containing the mapfile.csv 146 $ grep silvermont tools/perf/pmu-events/arch/x86/mapfile.csv
|
D | Build | 8 find $(JDIR) -name '*.json' -o -name 'mapfile.csv')
|
/linux-5.19.10/tools/perf/tests/shell/ |
D | stat+csv_summary.sh | 24 perf stat -e cycles -x' ' -I1000 --interval-count 1 --summary --no-csv-summary 2>&1 | \
|
/linux-5.19.10/tools/kvm/kvm_stat/ |
D | kvm_stat.service | 9 ExecStart=/usr/bin/kvm_stat -dtcz -s 10 -L /var/log/kvm_stat.csv
|
D | kvm_stat.txt | 68 --csv:: 69 log in csv format. Requires option -l/--log or -L/--log-to-file.
|
D | kvm_stat | 1720 if options.csv and not (options.log or options.log_to_file): 1807 if options.csv:
|
/linux-5.19.10/tools/perf/Documentation/ |
D | perf-stat.txt | 499 --no-csv-summary:: 504 'stat.no-csv-summary'. 506 $ perf config stat.no-csv-summary=true
|
/linux-5.19.10/Documentation/gpu/ |
D | drm-kms.rst | 579 .. csv-table:: 581 :file: kms-properties.csv
|
/linux-5.19.10/Documentation/driver-api/gpio/ |
D | driver.rst | 401 .. csv-table::
|