Home
last modified time | relevance | path

Searched refs:txt (Results 1 - 25 of 114) sorted by relevance

12345

/kernel/linux/build/test/moduletest/runtest/bin/cpuisolation_t/testcases/bin/
H A Dcpuisolation02.sh41 touch cpu${i}_taskpid.txt
48 echo "y" | rm cpu_log.txt
50 cat $proc_sd > cpu_log.txt
56 for pid in $(cat taskpid.txt); do
58 if [ $(sed -n '/^cpu#0/,/cpu#1$/p' cpu_log.txt | awk -F " " '{print $3}' \
61 echo $pid >> cpu0_taskpid.txt
62 elif [ $(sed -n '/^cpu#1/,/cpu#2$/p' cpu_log.txt | awk -F " " '{print $3}' \
65 echo $pid >> cpu1_taskpid.txt
66 elif [ $(sed -n '/^cpu#2/,/cpu#3$/p' cpu_log.txt | awk -F " " '{print $3}' \
69 echo $pid >> cpu2_taskpid.txt
[all...]
H A Dcpuisolation04.sh68 touch isolated_cpu1.txt
69 touch active_cpu1.txt
77 echo $i >> active_cpu1.txt
81 echo $i >> isolated_cpu1.txt
101 echo "y" | rm cpu_log.txt
102 cat $proc_sd > cpu_log.txt
103 for i in $(cat isolated_cpu1.txt); do
104 for pid in $(cat taskpid.txt); do
105 if [ $(sed -n '/^cpu#0/,/cpu#1$/p' cpu_log.txt \
108 elif [ $(sed -n '/^cpu#1/,/cpu#2$/p' cpu_log.txt \
[all...]
H A Dcpuisolation03.sh28 touch isolated_cpu1.txt
29 touch active_cpu1.txt
30 touch isolated_cpu2.txt
31 touch active_cpu2.txt
73 echo $i >> active_cpu1.txt
77 echo $i >> isolated_cpu1.txt
87 cpu_num=$(cat isolated_cpu1.txt | sed -n "1p" )
112 for pid in $(cat taskpid.txt); do
148 for i in $(cat active_cpu1.txt); do
177 echo $i >> active_cpu2.txt
[all...]
/kernel/linux/linux-5.10/tools/perf/Documentation/
H A DMakefile6 $(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \
7 $(wildcard perf-*.txt)) \
8 perf.txt
13 _MAN_XML=$(patsubst %.txt,%.xml,$(MAN_TXT))
14 _MAN_HTML=$(patsubst %.txt,%.html,$(MAN_TXT))
22 API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wildcard technical/api-*.txt)))
30 _DOC_MAN1=$(patsubst %.txt,
[all...]
/kernel/liteos_a/testsuites/unittest/libc/util/smoke/
H A Dutil_test_006.cpp38 char txt[9]; in TestCase() local
55 for (j = 0, txt[i] = '\0'; j < 8; j++) { in TestCase()
56 txt[i] |= buf[i * 8 + j] << j; in TestCase()
58 txt[8] = '\0'; in TestCase()
60 ICUNIT_GOTO_STRING_NOT_EQUAL(txt, orig, txt, EXIT); in TestCase()
64 for (j = 0, txt[i] = '\0'; j < 8; j++) { in TestCase()
65 txt[i] |= buf[i * 8 + j] << j; in TestCase()
67 txt[8] = '\0'; in TestCase()
69 ICUNIT_GOTO_STRING_EQUAL(txt, ori in TestCase()
[all...]
/kernel/linux/linux-5.10/fs/unicode/
H A DMakefile12 # To generate utf8data.h from UCD, put *.txt files in this directory
18 -a $(srctree)/$(src)/DerivedAge.txt \
19 -c $(srctree)/$(src)/DerivedCombiningClass.txt \
20 -p $(srctree)/$(src)/DerivedCoreProperties.txt \
21 -d $(srctree)/$(src)/UnicodeData.txt \
22 -f $(srctree)/$(src)/CaseFolding.txt \
23 -n $(srctree)/$(src)/NormalizationCorrections.txt \
24 -t $(srctree)/$(src)/NormalizationTest.txt \
27 $(obj)/utf8data.h: $(obj)/mkutf8data $(filter %.txt, $(cmd_utf8data)) FORCE
/kernel/linux/linux-6.6/fs/unicode/
H A DMakefile15 # To generate utf8data.c from UCD, put *.txt files in this directory
21 -a $(srctree)/$(src)/DerivedAge.txt \
22 -c $(srctree)/$(src)/DerivedCombiningClass.txt \
23 -p $(srctree)/$(src)/DerivedCoreProperties.txt \
24 -d $(srctree)/$(src)/UnicodeData.txt \
25 -f $(srctree)/$(src)/CaseFolding.txt \
26 -n $(srctree)/$(src)/NormalizationCorrections.txt \
27 -t $(srctree)/$(src)/NormalizationTest.txt \
30 $(obj)/utf8data.c: $(obj)/mkutf8data $(filter %.txt, $(cmd_utf8data)) FORCE
/kernel/linux/build/test/moduletest/runtest/bin/mem_debug_t/testcases/bin/
H A Dmem_debug05.sh64 cat /proc/reclaim_efficiency > log.txt
65 local total_process_time=$(cat log.txt | grep -A5 $mem_type | grep total_process | awk '{print $2}')
66 local drain_pages_time=$(cat log.txt | grep -A5 $mem_type | grep drain_pages | awk '{print $2}')
67 local shrink_file_time=$(cat log.txt | grep -A5 $mem_type | grep shrink_file | awk '{print $2}')
68 local shrink_anon_time=$(cat log.txt | grep -A5 $mem_type | grep shrink_anon | awk '{print $2}')
69 local shrink_slab_time=$(cat log.txt | grep -A5 $mem_type | grep shrink_slab | awk '{print $2}')
80 local total_process_freed=$(cat log.txt | grep -A5 $mem_type | grep total_process | awk '{print $3}')
81 local shrink_file_freed=$(cat log.txt | grep -A5 $mem_type | grep shrink_file | awk '{print $3}')
82 local shrink_anon_freed=$(cat log.txt | grep -A5 $mem_type | grep shrink_anon | awk '{print $3}')
98 rm -rf log.txt
[all...]
/kernel/linux/linux-5.10/tools/vm/
H A Dpage_owner_sort.c6 * cat /sys/kernel/debug/page_owner > page_owner_full.txt
7 * ./page_owner_sort page_owner_full.txt sorted_page_owner.txt
21 char *txt; member
52 return strcmp(l1->txt, l2->txt); in compare_txt()
66 memcmp(buf, list[list_size-1].txt, len) == 0) { in add_list()
74 list[list_size].txt = malloc(len+1); in add_list()
77 memcpy(list[list_size].txt, buf, len); in add_list()
78 list[list_size].txt[le in add_list()
[all...]
/kernel/linux/linux-6.6/tools/perf/Documentation/
H A DMakefile10 $(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \
11 $(wildcard perf-*.txt)) \
12 perf.txt
17 _MAN_XML=$(patsubst %.txt,%.xml,$(MAN_TXT))
18 _MAN_HTML=$(patsubst %.txt,%.html,$(MAN_TXT))
27 _DOC_MAN1=$(patsubst %.txt,%.1,$(MAN1_TXT))
28 _DOC_MAN5=$(patsubst %.txt,%.5,$(MAN5_TXT))
29 _DOC_MAN7=$(patsubst %.txt,%.7,$(MAN7_TXT))
230 $(OUTPUT)doc.dep : $(wildcard *.txt) build-docdep.perl
243 $(OUTPUT)technical/api-*.html $(OUTPUT)technical/api-index.txt
[all...]
/kernel/linux/build/test/moduletest/runtest/bin/sched_rtg_t/testcases/bin/
H A Dsched_rtg06.sh91 echo $((RANDOM % 19 + 2)) > /proc/$(sed -n ${i}p taskpid.txt)/sched_group_id
93 echo 0 > /proc/$(sed -n ${i}p taskpid.txt)/sched_group_id
106 echo ${i} > /proc/$(sed -n ${i}p taskpid.txt)/sched_group_id
108 echo 0 > /proc/$(sed -n ${i}p taskpid.txt)/sched_group_id
113 echo 2 > /proc/$(sed -n ${i}p taskpid.txt)/sched_group_id
115 echo 0 > /proc/$(sed -n ${i}p taskpid.txt)/sched_group_id
129 echo $_rtg_id > /proc/$(sed -n ${i}p taskpid.txt)/sched_group_id
131 echo 0 > /proc/$(sed -n ${i}p taskpid.txt)/sched_group_id
140 rm -rf taskpid.txt
/kernel/linux/build/test/moduletest/runtest/bin/enhancedf2fs_t/testcases/bin/
H A Denhancedf2fs02.sh41 cat /sys/kernel/debug/tracing/trace_pipe | grep issue_discard >> log02.txt &
42 sh run_fio.sh > run_fio.txt &
65 local first=$(wc -l log02.txt | awk -F ' ' '{print$1}')
67 local second=$(wc -l log02.txt | awk -F ' ' '{print$1}')
71 local err=$(cat run_fio.txt | grep err | awk -F ':' '{print$3}' | tr -cd "[0-9]")
79 local blklen=$(cat log02.txt | awk 'NR == 1' | awk -F '0x' '{print$3}')
101 echo "y" | rm log02.txt
H A Dperformance_init.sh38 echo "start Embedded file system $(date +%Y%m%d%H%M%S)...." >> log06.txt
40 df -h | grep -w "$DISK_NAME" | awk -F " " '{print $2}' > 1.txt
41 total_mem=$(sed 's/.$//' 1.txt)
49 echo "end Embedded file system $(date +%Y%m%d%H%M%S)...." >> log06.txt
84 echo "y" | rm 1.txt
H A Denhancedf2fs10.sh39 df -h | grep -w "$DISK_NAME" | awk -F " " '{print $4}' > 1.txt
40 avail_mem=$(sed 's/.$//' 1.txt | cut -d '.' -f1)
60 cat $_sys_path/trace_pipe | grep ssr >> log10.txt &
74 if [ -s log10.txt ];then
75 tst_res TPASS "log10.txt is not empty."
77 tst_res TFAIL "log10.txt empty."
87 echo "y" | rm 1.txt
H A Denhancedf2fs11.sh38 df -h | grep -w "$DISK_NAME" | awk -F " " '{print $4}' > 1.txt
39 avail_mem=$(sed 's/.$//' 1.txt | cut -d '.' -f1)
60 cat $_sys_path/trace_pipe | grep ssr >> log11.txt &
73 if [ -s log11.txt ];then
74 tst_res TFAIL "log11.txt is not empty."
77 tst_res TPASS "log11.txt empty."
86 echo "y" | rm 1.txt
H A Dequilibrium_init.sh40 df -h | grep -w "$DISK_NAME" | awk -F " " '{print $2}' > 1.txt
41 total_mem=$(sed 's/.$//' 1.txt)
88 echo "y" | rm 1.txt
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/
H A DMakefile7 MAN3_TXT = libperf.txt
8 MAN7_TXT = libperf-counting.txt libperf-sampling.txt
13 _MAN_XML = $(patsubst %.txt,%.xml,$(MAN_TXT))
14 _MAN_HTML = $(patsubst %.txt,%.html,$(MAN_TXT))
15 _MAN_3 = $(patsubst %.txt,%.3,$(MAN3_TXT))
16 _MAN_7 = $(patsubst %.txt,%.7,$(MAN7_TXT))
148 $(MAN_XML): $(OUTPUT)%.xml: %.txt
153 $(MAN_HTML): $(OUTPUT)%.html: %.txt
/kernel/linux/linux-6.6/tools/lib/perf/Documentation/
H A DMakefile7 MAN3_TXT = libperf.txt
8 MAN7_TXT = libperf-counting.txt libperf-sampling.txt
13 _MAN_XML = $(patsubst %.txt,%.xml,$(MAN_TXT))
14 _MAN_HTML = $(patsubst %.txt,%.html,$(MAN_TXT))
15 _MAN_3 = $(patsubst %.txt,%.3,$(MAN3_TXT))
16 _MAN_7 = $(patsubst %.txt,%.7,$(MAN7_TXT))
148 $(MAN_XML): $(OUTPUT)%.xml: %.txt
153 $(MAN_HTML): $(OUTPUT)%.html: %.txt
/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/
H A Dmain.sh175 echo "" > $1.txt
176 echo "" > $1.dmesg_cpufreq.txt
177 echo "" > $1.dmesg_full.txt
183 dmesg | grep cpufreq >> $1.dmesg_cpufreq.txt
186 dmesg >> $1.dmesg_full.txt
197 do_test >> $OUTFILE.txt
/kernel/linux/linux-6.6/tools/testing/selftests/cpufreq/
H A Dmain.sh175 echo "" > $1.txt
176 echo "" > $1.dmesg_cpufreq.txt
177 echo "" > $1.dmesg_full.txt
183 dmesg | grep cpufreq >> $1.dmesg_cpufreq.txt
186 dmesg >> $1.dmesg_full.txt
197 do_test | tee -a $OUTFILE.txt
/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/
H A DMakefile8 $(wildcard libtraceevent-*.txt) \
9 libtraceevent.txt
12 _MAN_XML=$(patsubst %.txt,%.xml,$(MAN_TXT))
13 _MAN_HTML=$(patsubst %.txt,%.html,$(MAN_TXT))
14 _DOC_MAN3=$(patsubst %.txt,%.3,$(MAN3_TXT))
186 $(OUTPUT)%.3 : $(OUTPUT)%.txt
197 $(OUTPUT)%.xml : %.txt
203 $(MAN_HTML): $(OUTPUT)%.html : %.txt
/kernel/linux/linux-5.10/scripts/
H A Dspdxcheck.py15 def __init__(self, tok, txt):
17 self.txt = txt
20 def __init__(self, el, txt):
22 self.txt = txt
201 sys.stdout.write('%s: %d:%d %s: %s\n' %(fname, self.curline, col, pe.txt, tok))
203 sys.stdout.write('%s: %d:0 %s\n' %(fname, self.curline, col, pe.txt))
251 sys.stderr.write('%s: %s\n' %(se.el.path, se.txt))
253 sys.stderr.write('%s\n' %se.txt)
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/lkdtm/
H A DMakefile7 TEST_FILES := tests.txt
8 TEST_GEN_PROGS = $(patsubst %,$(OUTPUT)/%.sh,$(shell awk '{print $$1}' tests.txt | sed -e 's/\#//'))
11 $(OUTPUT)/%: run.sh tests.txt
/kernel/linux/linux-6.6/tools/testing/selftests/lkdtm/
H A DMakefile7 TEST_FILES := tests.txt
9 TEST_GEN_PROGS = $(patsubst %,$(OUTPUT)/%.sh,$(shell awk '{print $$1}' tests.txt | sed -e 's/\#//'))
12 $(OUTPUT)/%: run.sh tests.txt
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh428 echo Build directory: `pwd` > $resdir/$ds/testid.txt
431 echo Current commit: `git rev-parse HEAD` >> $resdir/$ds/testid.txt
432 echo >> $resdir/$ds/testid.txt
433 echo ' ---' Output of "'"git status"'": >> $resdir/$ds/testid.txt
434 git status >> $resdir/$ds/testid.txt
435 echo >> $resdir/$ds/testid.txt
436 echo >> $resdir/$ds/testid.txt
437 echo ' ---' Output of "'"git diff HEAD"'": >> $resdir/$ds/testid.txt
438 git diff HEAD >> $resdir/$ds/testid.txt

Completed in 8 milliseconds

12345