| /linux/drivers/comedi/drivers/ni_routing/tools/ |
| A 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/
|
| A D | make_blank_csv.py | 5 import os, csv 24 dR = csv.DictWriter(F_csv, fieldnames, delimiter=';', quotechar='"')
|
| A D | csv_collection.py | 3 import os, csv, glob 28 dR = csv.DictReader(F, delimiter=self.delimiter,
|
| A D | convert_py_to_csv.py | 5 import os, csv 36 dR = csv.DictWriter(F_csv, fieldnames, delimiter=';', quotechar='"')
|
| A D | .gitignore | 7 csv/
|
| /linux/tools/perf/tests/shell/ |
| A D | test_task_analyzer.sh | 20 rm -f csv 133 perf script report task-analyzer --csv csv > /dev/null 135 find_str_or_fail "Comm;" csv "${FUNCNAME[0]}" 139 perf script report task-analyzer --csv csv --extended-times > /dev/null 141 find_str_or_fail "Out-Out;" csv "${FUNCNAME[0]}" 145 perf script report task-analyzer --csv-summary csvsummary > /dev/null 151 perf script report task-analyzer --csv-summary csvsummary --summary-extended \
|
| A D | stat+csv_summary.sh | 24 perf stat -e cycles -x' ' -I1000 --interval-count 1 --summary --no-csv-summary 2>&1 | \
|
| A D | stat+csv_output.sh | 14 stat_output=$(mktemp /tmp/__perf_test.stat_output.csv.XXXXX)
|
| /linux/tools/testing/selftests/amd-pstate/ |
| A D | gitsource.sh | 31 echo "$1, $2, $3, $4, $5, $6, $7, $8" | tee -a $OUTFILE_GIT.csv > /dev/null 2>&1 37 if [ -f $OUTFILE_GIT.csv ]; then 38 sed -i '/Comprison(%)/d' $OUTFILE_GIT.csv 39 sed -i "/$(scaling_name)/d" $OUTFILE_GIT.csv 46 if [ -f $OUTFILE_GIT.csv ]; then 47 return `grep -c "$1" $OUTFILE_GIT.csv` 200 base=`grep "$1-$2" $OUTFILE_GIT.csv | grep "Average"` 201 comp=`grep "$3-$4" $OUTFILE_GIT.csv | grep "Average"` 273 ret=`grep -c "${all_scaling_names[1]}" $OUTFILE_GIT.csv` 275 ret=`grep -c "${all_scaling_names[0]}" $OUTFILE_GIT.csv` [all …]
|
| A D | tbench.sh | 26 echo "$1, $2, $3, $4, $5, $6, $7, $8" | tee -a $OUTFILE_TBENCH.csv > /dev/null 2>&1 32 if [ -f $OUTFILE_TBENCH.csv ]; then 33 sed -i '/Comprison(%)/d' $OUTFILE_TBENCH.csv 34 sed -i "/$(scaling_name)/d" $OUTFILE_TBENCH.csv 41 if [ -f $OUTFILE_TBENCH.csv ]; then 42 return `grep -c "$1" $OUTFILE_TBENCH.csv` 182 base=`grep "$1-$2" $OUTFILE_TBENCH.csv | grep "Average"` 183 comp=`grep "$3-$4" $OUTFILE_TBENCH.csv | grep "Average"` 255 ret=`grep -c "${all_scaling_names[1]}" $OUTFILE_TBENCH.csv` 257 ret=`grep -c "${all_scaling_names[0]}" $OUTFILE_TBENCH.csv` [all …]
|
| /linux/Documentation/gpu/amdgpu/ |
| A D | driver-misc.rst | 56 .. csv-table:: 59 :file: ./apu-asic-info-table.csv 64 .. csv-table:: 67 :file: ./dgpu-asic-info-table.csv
|
| /linux/tools/arch/x86/kcpuid/ |
| A D | Makefile | 24 install -m 444 -p cpuid.csv $(DESTDIR)$(HWDATADIR)/cpuid.csv
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| A D | config2csv.sh | 65 awk -f $T/p.awk < /dev/null > $T/p.csv 66 cp $T/p.csv $csvout
|
| /linux/drivers/comedi/drivers/ni_routing/ |
| A 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/tools/perf/pmu-events/ |
| A D | models.py | 5 import csv 45 table = csv.reader(csvfile)
|
| A 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
|
| A D | Build | 4 find $(JDIR) -name '*.json' -o -name 'mapfile.csv')
|
| /linux/drivers/scsi/ |
| A D | ch.c | 868 struct changer_set_voltag csv; in ch_ioctl() local 871 if (copy_from_user(&csv, argp, sizeof(csv))) in ch_ioctl() 874 if (0 != ch_checkrange(ch, csv.csv_type, csv.csv_unit)) { in ch_ioctl() 878 elem = ch->firsts[csv.csv_type] + csv.csv_unit; in ch_ioctl() 881 csv.csv_flags & CSV_AVOLTAG, in ch_ioctl() 882 csv.csv_flags & CSV_CLEARTAG, in ch_ioctl() 883 csv.csv_voltag); in ch_ioctl()
|
| /linux/Documentation/trace/coresight/ |
| A 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/tools/perf/scripts/python/ |
| A D | task-analyzer.py | 803 if args.csv == args.csv_summary: 805 if args.csv and (args.summary_extended or args.summary) and not args.csv_summary: 808 if args.csv and args.summary_only: 847 if args.csv: 849 fd_task = open(args.csv, "w") 850 print("generating csv at",args.csv,) 857 if not args.csv: 900 if args.csv or args.csv_summary:
|
| /linux/tools/kvm/kvm_stat/ |
| A D | kvm_stat.service | 9 ExecStart=/usr/bin/kvm_stat -dtcz -s 10 -L /var/log/kvm_stat.csv
|
| A D | kvm_stat.txt | 68 --csv:: 69 log in csv format. Requires option -l/--log or -L/--log-to-file.
|
| /linux/tools/perf/ |
| A D | .gitignore | 26 stats-*.csv
|
| /linux/drivers/gpu/drm/ci/ |
| A D | igt_runner.sh | 83 --results /results/failures.csv \
|
| /linux/Documentation/gpu/amdgpu/display/ |
| A D | dc-debug.rst | 93 .. csv-table:: 96 :file: ./trace-groups-table.csv
|