Home
last modified time | relevance | path

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

123

/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/
H A DMakefile31 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 Dmake_blank_csv.py5 import os, csv
24 dR = csv.DictWriter(F_csv, fieldnames, delimiter=';', quotechar='"')
H A Dcsv_collection.py3 import os, csv, glob
28 dR = csv.DictReader(F, delimiter=self.delimiter,
H A Dconvert_py_to_csv.py5 import os, csv
36 dR = csv.DictWriter(F_csv, fieldnames, delimiter=';', quotechar='"')
H A D.gitignore7 csv/
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_task_analyzer.sh17 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 Dstat+csv_summary.sh24 perf stat -e cycles -x' ' -I1000 --interval-count 1 --summary --no-csv-summary 2>&1 | \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmitool/files/
H A D0001-csv-revision-Drop-the-git-revision-info.patch4 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/linux/tools/testing/selftests/amd-pstate/
H A Dgitsource.sh31 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`
195 base=`grep "$1-$2" $OUTFILE_GIT.csv | grep "Average"`
196 comp=`grep "$3-$4" $OUTFILE_GIT.csv | grep "Average"`
268 ret=`grep -c "${all_scaling_names[1]}" $OUTFILE_GIT.csv`
270 ret=`grep -c "${all_scaling_names[0]}" $OUTFILE_GIT.csv`
[all …]
H A Dtbench.sh26 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 …]
/openbmc/qemu/tests/tcg/i386/
H A DMakefile.target86 test-3dnow.h: test-mmx.py x86.csv
87 $(PYTHON) $(I386_SRC)/test-mmx.py $(I386_SRC)/x86.csv $@ 3DNOW
89 test-mmx.h: test-mmx.py x86.csv
90 $(PYTHON) $(I386_SRC)/test-mmx.py $(I386_SRC)/x86.csv $@ MMX SSE SSE2 SSE3 SSSE3
92 test-avx.h: test-avx.py x86.csv
93 $(PYTHON) $(I386_SRC)/test-avx.py $(I386_SRC)/x86.csv $@
H A DREADME24 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 Ddriver-misc.rst38 .. 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 DMakefile24 install -m 444 -p cpuid.csv $(HWDATADIR)/cpuid.csv
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dconfig2csv.sh65 awk -f $T/p.awk < /dev/null > $T/p.csv
66 cp $T/p.csv $csvout
/openbmc/linux/drivers/comedi/drivers/ni_routing/
H A DREADME114 (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/openbmc-test-automation/tools/
H A Dgithub_issues_to_csv9 import csv
135 csv_out = csv.writer(csvfileout)
/openbmc/linux/drivers/scsi/
H A Dch.c859 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/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A Dsimg_dump-python3.patch26 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 Dsimg_dump-python3.patch26 import csv
44 csvwriter = csv.writer(csvfile)
/openbmc/linux/Documentation/trace/coresight/
H A Dcoresight-perf.rst109 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/recipes-support/colord/colord/
H A D0001-Run-native-cd_idt8-cd_create_profile.patch24 input: arg + '.csv',
37 input: arg + '.csv',
/openbmc/linux/tools/perf/pmu-events/
H A DREADME15 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
/openbmc/openbmc-test-automation/lib/
H A Dos_utilities.robot313 # 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 |
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
436 # nvidia-smi --query-gpu=clocks.gr --format=csv returns
[all …]
/openbmc/linux/tools/perf/scripts/python/
H A Dtask-analyzer.py803 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:

123