/tools/perf/Documentation/ |
D | Makefile | 6 $(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, $(… 30 _DOC_MAN1=$(patsubst %.txt,%.1,$(MAN1_TXT)) 31 _DOC_MAN5=$(patsubst %.txt,%.5,$(MAN5_TXT)) 32 _DOC_MAN7=$(patsubst %.txt,%.7,$(MAN7_TXT)) 240 $(OUTPUT)doc.dep : $(wildcard *.txt) build-docdep.perl [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 | perf-inject.txt | 55 include::itrace.txt[]
|
D | Build.txt | 30 Please refer to tools/build/Documentation/Build.txt for more
|
/tools/vm/ |
D | page_owner_sort.c | 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[len] = 0; in add_list() 140 strcmp(list2[count-1].txt, list[i].txt) != 0) { in main() 150 fprintf(fout, "%d times:\n%s\n", list2[i].num, list2[i].txt); in main()
|
/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/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 >> $OUTFILE.txt
|
/tools/testing/selftests/lkdtm/ |
D | Makefile | 7 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
|
D | run.sh | 29 line=$(grep -E '^#?'"$test"'\b' tests.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 |
|
/tools/lib/traceevent/Documentation/ |
D | Makefile | 8 $(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))
|
D | libtraceevent-tseq.txt | 116 FILE *fp = fopen("trace.txt", "w"); 118 /* Failed to print the sequence buffer to the trace.txt file */
|
/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/memory-model/ |
D | README | 68 tests is available in tools/memory-model/Documentation/litmus-tests.txt. 84 tools/memory-model/Documentation/litmus-tests.txt 164 Documentation/cheatsheet.txt 167 Documentation/explanation.txt 170 Documentation/litmus-tests.txt 174 Documentation/recipes.txt 177 Documentation/references.txt 180 Documentation/simple.txt
|
/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 374 pwd > $resdir/$ds/testid.txt 377 git status >> $resdir/$ds/testid.txt 378 git rev-parse HEAD >> $resdir/$ds/testid.txt 379 git diff HEAD >> $resdir/$ds/testid.txt
|
/tools/testing/selftests/ |
D | run_kselftest.sh | 8 TESTS="$BASE_DIR"/kselftest-list.txt
|
D | Makefile | 218 TEST_LIST := $(INSTALL_PATH)/kselftest-list.txt
|
/tools/objtool/arch/x86/ |
D | Build | 5 inat_tables_maps = ../arch/x86/lib/x86-opcode-map.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
|
D | example.cfg | 58 result: result.txt 155 # fadd: file.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
|
D | Makefile | 13 install -m 644 config/cgskip.txt $(DESTDIR)$(PREFIX)/lib/pm-graph/config
|
/tools/testing/selftests/media_tests/ |
D | regression_test.txt | 40 Copy bind_unbind_sample.txt and make changes to specify the driver name
|