Home
last modified time | relevance | path

Searched refs:txt (Results 1 – 25 of 47) sorted by relevance

12

/tools/memory-model/Documentation/
DREADME12 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/
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))
/tools/perf/util/
Dgenerate-cmdlist.sh13 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/
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
/tools/perf/Documentation/
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 …]
Dintel-pt.txt1 …tation for support for Intel Processor Trace within perf tools' has moved to file perf-intel-pt.txt
Dbuild-docdep.perl6 for my $text (<*.txt>) {
Dguest-files.txt1 include::guestmount.txt[]
Dperf-inject.txt69 include::itrace.txt[]
114 include::guestmount.txt[]
/tools/testing/selftests/lkdtm/
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
Drun.sh29 line=$(grep -E '^#?'"$test"'\b' tests.txt)
/tools/testing/selftests/net/
Dgro.sh27 1>>log.txt &
31 1>>log.txt
D.gitignore18 log.txt
Dtls.c1662 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/
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
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DSchedGui.py61 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/
Dpage_owner_sort.c32 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/
Drun_kselftest.sh8 TESTS="$BASE_DIR"/kselftest-list.txt
/tools/objtool/arch/x86/
DBuild5 inat_tables_maps = ../arch/x86/lib/x86-opcode-map.txt
/tools/testing/selftests/filesystems/fuse/
DMakefile31 $(OUTPUT)/fd.sh: fd.txt
/tools/kvm/kvm_stat/
DMakefile21 %.1: %.txt
/tools/perf/util/intel-pt-decoder/
DBuild4 inat_tables_maps = $(srctree)/tools/arch/x86/lib/x86-opcode-map.txt
/tools/power/pm-graph/config/
Dcustom-timeline-functions.cfg7 # 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/
DREADME145 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/
Dregression_test.txt40 Copy bind_unbind_sample.txt and make changes to specify the driver name

12