Searched refs:csv (Results 1 – 25 of 25) sorted by relevance
/linux-6.1.9/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-6.1.9/Documentation/gpu/amdgpu/ |
D | driver-misc.rst | 38 .. csv-table:: 41 :file: ./apu-asic-info-table.csv 46 .. csv-table:: 49 :file: ./dgpu-asic-info-table.csv
|
/linux-6.1.9/tools/arch/x86/kcpuid/ |
D | Makefile | 24 install -m 444 -p cpuid.csv $(HWDATADIR)/cpuid.csv
|
/linux-6.1.9/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-6.1.9/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-6.1.9/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-6.1.9/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-6.1.9/Documentation/trace/coresight/ |
D | coresight-perf.rst | 109 directory (e.g. tools/perf) and will be named stats-\*.csv like: 111 stats-asm_pure_loop-out.csv 112 stats-memcpy_thread-16k_10.csv 123 multiple times and all these csv files will have more and more data 136 You can change where these csv logs are stored by setting the
|
/linux-6.1.9/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 | 4 find $(JDIR) -name '*.json' -o -name 'mapfile.csv')
|
D | jevents.py | 5 import csv 497 table = csv.reader(csvfile)
|
/linux-6.1.9/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-6.1.9/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 | 1788 if options.csv and not (options.log or options.log_to_file): 1875 if options.csv:
|
/linux-6.1.9/tools/perf/ |
D | .gitignore | 26 stats-*.csv
|
D | Makefile.config | 901 ifeq ($(wildcard pmu-events/arch/$(SRCARCH)/mapfile.csv),)
|
/linux-6.1.9/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-6.1.9/Documentation/gpu/ |
D | drm-kms.rst | 581 .. csv-table:: 583 :file: kms-properties.csv
|
/linux-6.1.9/Documentation/driver-api/gpio/ |
D | driver.rst | 401 .. csv-table::
|