/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/ |
H 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/
|
H A D | make_blank_csv.py | 5 import os, csv 24 dR = csv.DictWriter(F_csv, fieldnames, delimiter=';', quotechar='"')
|
H A D | csv_collection.py | 3 import os, csv, glob 28 dR = csv.DictReader(F, delimiter=self.delimiter,
|
H A D | convert_py_to_csv.py | 5 import os, csv 36 dR = csv.DictWriter(F_csv, fieldnames, delimiter=';', quotechar='"')
|
H A D | .gitignore | 7 csv/
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | test_task_analyzer.sh | 17 rm -f csv 130 perf script report task-analyzer --csv csv > /dev/null 132 find_str_or_fail "Comm;" csv "${FUNCNAME[0]}" 136 perf script report task-analyzer --csv csv --extended-times > /dev/null 138 find_str_or_fail "Out-Out;" csv "${FUNCNAME[0]}" 142 perf script report task-analyzer --csv-summary csvsummary > /dev/null 148 perf script report task-analyzer --csv-summary csvsummary --summary-extended \
|
H A D | stat+csv_summary.sh | 24 perf stat -e cycles -x' ' -I1000 --interval-count 1 --summary --no-csv-summary 2>&1 | \
|
/openbmc/linux/tools/testing/selftests/amd-pstate/ |
H 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` 99 …awk '{print $5}' results/tracer-gitsource-$1-$2/cpu.csv | sed -e '1d' | sed s/,// > $OUTFILE_GIT-d… 103 …awk '{print $7}' results/tracer-gitsource-$1-$2/cpu.csv | sed -e '1d' | sed s/,// > $OUTFILE_GIT-f… 107 …awk '{print $11}' results/tracer-gitsource-$1-$2/cpu.csv | sed -e '1d' | sed s/,// > $OUTFILE_GIT-… 195 base=`grep "$1-$2" $OUTFILE_GIT.csv | grep "Average"` [all …]
|
H 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` 86 …awk '{print $5}' results/tracer-tbench-$1-$2/cpu.csv | sed -e '1d' | sed s/,// > $OUTFILE_TBENCH-d… 90 …awk '{print $7}' results/tracer-tbench-$1-$2/cpu.csv | sed -e '1d' | sed s/,// > $OUTFILE_TBENCH-f… 94 …awk '{print $11}' results/tracer-tbench-$1-$2/cpu.csv | sed -e '1d' | sed s/,// > $OUTFILE_TBENCH-… 182 base=`grep "$1-$2" $OUTFILE_TBENCH.csv | grep "Average"` [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmitool/files/ |
H A D | 0001-csv-revision-Drop-the-git-revision-info.patch | 4 Subject: [PATCH] csv-revision: Drop the git revision info 26 csv-revision | 1 + 29 diff --git a/csv-revision b/csv-revision 31 --- a/csv-revision 32 +++ b/csv-revision
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | Makefile.target | 83 test-3dnow.h: test-mmx.py x86.csv 84 $(PYTHON) $(I386_SRC)/test-mmx.py $(I386_SRC)/x86.csv $@ 3DNOW 86 test-mmx.h: test-mmx.py x86.csv 87 $(PYTHON) $(I386_SRC)/test-mmx.py $(I386_SRC)/x86.csv $@ MMX SSE SSE2 SSE3 SSSE3 89 test-avx.h: test-avx.py x86.csv 90 $(PYTHON) $(I386_SRC)/test-avx.py $(I386_SRC)/x86.csv $@
|
H A D | README | 24 test-avx.h is generate from x86.csv by test-avx.py 25 x86.csv comes from https://github.com/quasilyte/avx512test
|
/openbmc/linux/Documentation/gpu/amdgpu/ |
H A D | driver-misc.rst | 38 .. csv-table:: 41 :file: ./apu-asic-info-table.csv 46 .. csv-table:: 49 :file: ./dgpu-asic-info-table.csv
|
/openbmc/linux/tools/arch/x86/kcpuid/ |
H A D | Makefile | 24 install -m 444 -p cpuid.csv $(HWDATADIR)/cpuid.csv
|
/openbmc/linux/drivers/comedi/drivers/ni_routing/ |
H 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.
|
/openbmc/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | config2csv.sh | 65 awk -f $T/p.awk < /dev/null > $T/p.csv 66 cp $T/p.csv $csvout
|
/openbmc/linux/drivers/scsi/ |
H A 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()
|
/openbmc/openbmc-test-automation/tools/ |
H A D | github_issues_to_csv | 9 import csv 135 csv_out = csv.writer(csvfileout)
|
/openbmc/linux/Documentation/trace/coresight/ |
H 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
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
H A D | simg_dump-python3.patch | 26 import csv 44 csvwriter = csv.writer(csvfile)
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
H A D | simg_dump-python3.patch | 26 import csv 44 csvwriter = csv.writer(csvfile)
|
/openbmc/openbmc-test-automation/lib/ |
H A D | os_utilities.robot | 313 # nvidia-smi --query-gpu=power.limit --format=csv returns 321 ... --format=csv | cut -f 1 -d ' ' | sort -n -u | tail -n 1 332 # nvidia-smi --query-gpu=power.draw --format=csv returns 340 ... --format=csv | cut -f 1 -d ' ' | sort -n -u | tail -n 1 349 ${cmd}= Catenate nvidia-smi --query-gpu=power.draw --format=csv | 374 ... --format=csv | grep -v 'temperature.gpu' | sort -n -u | head -1 382 # nvidia-smi --query-gpu=temperature.gpu --format=csv returns 389 ... --format=csv | sort -n -u | tail -n 1 421 # nvidia-smi --query-gpu=clocks.max.gr --format=csv returns 428 ... --format=csv | cut -f 1 -d ' ' | sort -n -u | tail -n 1 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/ |
H A D | 0001-Run-native-cd_idt8-cd_create_profile.patch | 24 input: arg + '.csv', 37 input: arg + '.csv',
|
/openbmc/linux/tools/perf/scripts/python/ |
H 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:
|
/openbmc/linux/tools/perf/pmu-events/ |
H 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
|