/tools/memory-model/Documentation/ |
D | README | 12 o You are new to Linux-kernel concurrency: simple.txt 16 that the Linux kernel provides: ordering.txt 22 tests: litmus-tests.txt 26 situations involving more than two threads: recipes.txt 29 and cannot do to control dependencies: control-dependencies.txt 32 LKMM, and would like a quick reference: cheatsheet.txt 36 rationale, and implementation: explanation.txt 40 working papers, and LWN articles: references.txt 50 cheatsheet.txt 53 control-dependencies.txt [all …]
|
/tools/lib/perf/Documentation/ |
D | Makefile | 7 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))
|
/tools/perf/util/ |
D | generate-cmdlist.sh | 13 sed -n -e 's/^perf-\([^ ]*\)[ ].* common.*/\1/p' command-list.txt | 27 sed -n -e 's/^perf-\([^ ]*\)[ ].* full.*/\1/p' command-list.txt | 42 sed -n -e 's/^perf-\([^ ]*\)[ ].* audit*/\1/p' command-list.txt | 57 sed -n -e 's/^perf-\([^ ]*\)[ ].* traceevent.*/\1/p' command-list.txt |
|
/tools/testing/selftests/cpufreq/ |
D | main.sh | 175 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
|
/tools/perf/Documentation/ |
D | Makefile | 10 $(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 …]
|
D | intel-pt.txt | 1 …tation for support for Intel Processor Trace within perf tools' has moved to file perf-intel-pt.txt
|
D | build-docdep.perl | 6 for my $text (<*.txt>) {
|
D | guest-files.txt | 1 include::guestmount.txt[]
|
D | perf-inject.txt | 69 include::itrace.txt[] 114 include::guestmount.txt[]
|
/tools/testing/selftests/lkdtm/ |
D | Makefile | 7 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
|
D | run.sh | 29 line=$(grep -E '^#?'"$test"'\b' tests.txt)
|
/tools/testing/selftests/net/ |
D | gro.sh | 27 1>>log.txt & 31 1>>log.txt
|
D | .gitignore | 18 log.txt
|
D | tls.c | 1662 char txt[3][64]; in TEST_F() local 1672 memrnd(txt[i], sizeof(txt[i])); in TEST_F() 1673 EXPECT_EQ(send(self->fd, txt[i], sizeof(txt[i]), 0), in TEST_F() 1674 sizeof(txt[i])); in TEST_F() 1676 EXPECT_GT(n, sizeof(txt[i])); in TEST_F() 1684 EXPECT_EQ(recv(self->cfd2, buf, sizeof(buf), 0), sizeof(txt[0]) * 2); in TEST_F() 1685 EXPECT_EQ(memcmp(buf, txt[0], sizeof(txt[0])), 0); in TEST_F() 1686 EXPECT_EQ(memcmp(buf + sizeof(txt[0]), txt[1], sizeof(txt[1])), 0); in TEST_F() 1700 char txt[64]; in TEST_F() local 1707 memrnd(txt, sizeof(txt)); in TEST_F() [all …]
|
/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 428 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
|
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | SchedGui.py | 61 self.txt = None 128 def update_summary(self, txt): argument 129 if self.txt: 130 self.txt.Destroy() 131 self.txt = wx.StaticText(self.panel, -1, txt, (0, (self.screen_height / 2) + 50))
|
/tools/mm/ |
D | page_owner_sort.c | 32 char *txt; member 125 return strcmp(l1->txt, l2->txt); in compare_txt() 502 memcmp(buf, list[list_size-1].txt, len) == 0) { in add_list() 516 list[list_size].txt = malloc(len+1); in add_list() 517 if (!list[list_size].txt) { in add_list() 521 memcpy(list[list_size].txt, buf, len); in add_list() 522 list[list_size].txt[len] = 0; in add_list() 527 list[list_size].stacktrace = strchr(list[list_size].txt, '\n') ?: ""; in add_list() 852 fprintf(fout, ":\n%s\n", list[i].txt); in main()
|
/tools/testing/selftests/ |
D | run_kselftest.sh | 8 TESTS="$BASE_DIR"/kselftest-list.txt
|
/tools/objtool/arch/x86/ |
D | Build | 5 inat_tables_maps = ../arch/x86/lib/x86-opcode-map.txt
|
/tools/testing/selftests/filesystems/fuse/ |
D | Makefile | 31 $(OUTPUT)/fd.sh: fd.txt
|
/tools/kvm/kvm_stat/ |
D | Makefile | 21 %.1: %.txt
|
/tools/perf/util/intel-pt-decoder/ |
D | Build | 4 inat_tables_maps = $(srctree)/tools/arch/x86/lib/x86-opcode-map.txt
|
/tools/power/pm-graph/config/ |
D | custom-timeline-functions.cfg | 7 # sudo ./sleepgraph.py -config thisfile.txt 108 # https://www.kernel.org/doc/Documentation/trace/kprobetrace.txt 173 # https://www.kernel.org/doc/Documentation/trace/kprobetrace.txt
|
/tools/power/pm-graph/ |
D | README | 145 raw dmesg output: <hostname>_<mode>_dmesg.txt 146 raw ftrace output: <hostname>_<mode>_ftrace.txt 482 https://www.kernel.org/doc/Documentation/trace/kprobetrace.txt 635 ftrace out : /mnt/shell/emulated/0/ftrace.txt 636 dmesg out : /mnt/shell/emulated/0/dmesg.txt 637 log file : /mnt/shell/emulated/0/log.txt 650 host%> adb pull /sdcard/ftrace.txt 652 host%> adb pull /sdcard/dmesg.txt 654 host%> adb pull /sdcard/log.txt 658 host%> sleepgraph.py -ftrace ftrace.txt
|
/tools/testing/selftests/media_tests/ |
D | regression_test.txt | 40 Copy bind_unbind_sample.txt and make changes to specify the driver name
|