Home
last modified time | relevance | path

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

12345678910>>...63

/kernel/linux/linux-5.10/fs/unicode/
DREADME.utf8data10 https://www.unicode.org/Public/12.1.0/ucd/CaseFolding.txt
11 https://www.unicode.org/Public/12.1.0/ucd/DerivedAge.txt
12 https://www.unicode.org/Public/12.1.0/ucd/extracted/DerivedCombiningClass.txt
13 https://www.unicode.org/Public/12.1.0/ucd/DerivedCoreProperties.txt
14 https://www.unicode.org/Public/12.1.0/ucd/NormalizationCorrections.txt
15 https://www.unicode.org/Public/12.1.0/ucd/NormalizationTest.txt
16 https://www.unicode.org/Public/12.1.0/ucd/UnicodeData.txt
20 900e76da1d822a160fd6b8c0b1d70094 CaseFolding.txt
21 131256380bff4fea8ad4a851616f2f10 DerivedAge.txt
22 e731a4089b30002144e107e3d6f8d1fa DerivedCombiningClass.txt
[all …]
DMakefile18 -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/build/test/moduletest/runtest/bin/cpuisolation_t/testcases/bin/
Dcpuisolation02.sh44 touch cpu${i}_taskpid.txt
51 echo "y" | rm cpu_log.txt
53 cat $proc_sd > cpu_log.txt
59 for pid in $(cat taskpid.txt); do
61 if [ $(sed -n '/^cpu#0/,/cpu#1$/p' cpu_log.txt | awk -F " " '{print $3}' \
64 echo $pid >> cpu0_taskpid.txt
65 elif [ $(sed -n '/^cpu#1/,/cpu#2$/p' cpu_log.txt | awk -F " " '{print $3}' \
68 echo $pid >> cpu1_taskpid.txt
69 elif [ $(sed -n '/^cpu#2/,/cpu#3$/p' cpu_log.txt | awk -F " " '{print $3}' \
72 echo $pid >> cpu2_taskpid.txt
[all …]
Dcpuisolation04.sh71 touch isolated_cpu1.txt
72 touch active_cpu1.txt
80 echo $i >> active_cpu1.txt
84 echo $i >> isolated_cpu1.txt
104 echo "y" | rm cpu_log.txt
105 cat $proc_sd > cpu_log.txt
106 for i in $(cat isolated_cpu1.txt); do
107 for pid in $(cat taskpid.txt); do
108 if [ $(sed -n '/^cpu#0/,/cpu#1$/p' cpu_log.txt \
111 elif [ $(sed -n '/^cpu#1/,/cpu#2$/p' cpu_log.txt \
[all …]
Dcpuisolation03.sh31 touch isolated_cpu1.txt
32 touch active_cpu1.txt
33 touch isolated_cpu2.txt
34 touch active_cpu2.txt
76 echo $i >> active_cpu1.txt
80 echo $i >> isolated_cpu1.txt
90 cpu_num=$(cat isolated_cpu1.txt | sed -n "1p" )
115 for pid in $(cat taskpid.txt); do
151 for i in $(cat active_cpu1.txt); do
180 echo $i >> active_cpu2.txt
[all …]
/kernel/linux/linux-5.10/tools/perf/Documentation/
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, $(…
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 …]
/kernel/liteos_a/testsuites/unittest/libc/util/smoke/
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, orig, txt, EXIT); in TestCase()
/kernel/linux/build/test/moduletest/runtest/bin/mem_debug_t/testcases/bin/
Dmem_debug05.sh67 cat /proc/reclaim_efficiency > log.txt
68 …local total_process_time=$(cat log.txt | grep -A5 $mem_type | grep total_process | awk '{print $2}…
69 local drain_pages_time=$(cat log.txt | grep -A5 $mem_type | grep drain_pages | awk '{print $2}')
70 local shrink_file_time=$(cat log.txt | grep -A5 $mem_type | grep shrink_file | awk '{print $2}')
71 local shrink_anon_time=$(cat log.txt | grep -A5 $mem_type | grep shrink_anon | awk '{print $2}')
72 local shrink_slab_time=$(cat log.txt | grep -A5 $mem_type | grep shrink_slab | awk '{print $2}')
83 …local total_process_freed=$(cat log.txt | grep -A5 $mem_type | grep total_process | awk '{print $3…
84 … local shrink_file_freed=$(cat log.txt | grep -A5 $mem_type | grep shrink_file | awk '{print $3}')
85 … local shrink_anon_freed=$(cat log.txt | grep -A5 $mem_type | grep shrink_anon | awk '{print $3}')
101 rm -rf log.txt
/kernel/linux/build/test/moduletest/runtest/bin/sched_rtg_t/testcases/bin/
Dsched_rtg06.sh94 echo $((RANDOM % 19 + 2)) > /proc/$(sed -n ${i}p taskpid.txt)/sched_group_id
96 echo 0 > /proc/$(sed -n ${i}p taskpid.txt)/sched_group_id
109 echo ${i} > /proc/$(sed -n ${i}p taskpid.txt)/sched_group_id
111 echo 0 > /proc/$(sed -n ${i}p taskpid.txt)/sched_group_id
116 echo 2 > /proc/$(sed -n ${i}p taskpid.txt)/sched_group_id
118 echo 0 > /proc/$(sed -n ${i}p taskpid.txt)/sched_group_id
132 echo $_rtg_id > /proc/$(sed -n ${i}p taskpid.txt)/sched_group_id
134 echo 0 > /proc/$(sed -n ${i}p taskpid.txt)/sched_group_id
143 rm -rf taskpid.txt
/kernel/linux/linux-5.10/tools/vm/
Dpage_owner_sort.c21 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()
/kernel/linux/linux-5.10/arch/powerpc/tools/
Dhead_check.sh49 … [TA] _stext$" -e " t start_first_256B$" -e " a text_start$" -e " t start_text$" > .tmp_symbols.txt
52 vma=$(cat .tmp_symbols.txt | grep -e " [TA] _stext$" | cut -d' ' -f1)
56 start_head_addr=$(cat .tmp_symbols.txt | grep " t start_first_256B$" | cut -d' ' -f1)
68 expected_start_text_addr=$(cat .tmp_symbols.txt | grep " a text_start$" | cut -d' ' -f1 | sed "s/^0…
70 start_text_addr=$(cat .tmp_symbols.txt | grep " t start_text$" | cut -d' ' -f1)
80 rm -f .tmp_symbols.txt
/kernel/linux/build/test/moduletest/runtest/bin/enhancedf2fs_t/testcases/bin/
Denhancedf2fs02.sh44 cat /sys/kernel/debug/tracing/trace_pipe | grep issue_discard >> log02.txt &
45 sh run_fio.sh > run_fio.txt &
68 local first=$(wc -l log02.txt | awk -F ' ' '{print$1}')
70 local second=$(wc -l log02.txt | awk -F ' ' '{print$1}')
74 local err=$(cat run_fio.txt | grep err | awk -F ':' '{print$3}' | tr -cd "[0-9]")
82 local blklen=$(cat log02.txt | awk 'NR == 1' | awk -F '0x' '{print$3}')
108 rm -rf log02.txt
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/
Dwakeup-source.txt20 1. "enable-sdio-wakeup" Documentation/devicetree/bindings/mmc/mmc.txt
21 2. "gpio-key,wakeup" Documentation/devicetree/bindings/input/gpio-keys{,-polled}.txt
22 3. "has-tpo" Documentation/devicetree/bindings/rtc/rtc-opal.txt
23 4. "linux,wakeup" Documentation/devicetree/bindings/input/gpio-matrix-keypad.txt
24 Documentation/devicetree/bindings/mfd/tc3589x.txt
25 Documentation/devicetree/bindings/input/touchscreen/ads7846.txt
26 5. "linux,keypad-wakeup" Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt
27 6. "linux,input-wakeup" Documentation/devicetree/bindings/input/samsung-keypad.txt
28 7. "nvidia,wakeup-source" Documentation/devicetree/bindings/input/nvidia,tegra20-kbc.txt
/kernel/linux/linux-5.10/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))
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dmt6397.txt16 ../soc/mediatek/pwrap.txt
33 For details, see ../rtc/rtc-mt6397.txt
37 see ../regulator/mt6323-regulator.txt
39 see ../regulator/mt6358-regulator.txt
41 see ../regulator/mt6397-regulator.txt
51 see ../leds/leds-mt6323.txt
56 see ../input/mtk-pmic-keys.txt
61 For details, see ../power/reset/mt6323-poweroff.txt
66 For details, see ../pinctrl/pinctrl-mt65xx.txt
Dmotorola-cpcap.txt19 - ../power/supply/cpcap-battery.txt
20 - ../power/supply/cpcap-charger.txt
21 - ../regulator/cpcap-regulator.txt
22 - ../phy/phy-cpcap-usb.txt
23 - ../input/cpcap-pwrbutton.txt
24 - ../rtc/cpcap-rtc.txt
25 - ../leds/leds-cpcap.txt
26 - ../iio/adc/cpcap-adc.txt
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/
Draspberrypi,firmware-ts.txt9 - touchscreen-size-x: See touchscreen.txt
10 - touchscreen-size-y: See touchscreen.txt
11 - touchscreen-inverted-x: See touchscreen.txt
12 - touchscreen-inverted-y: See touchscreen.txt
13 - touchscreen-swapped-x-y: See touchscreen.txt
Dzet6223.txt13 - touchscreen-size-x : See touchscreen.txt
14 - touchscreen-size-y : See touchscreen.txt
15 - touchscreen-inverted-x : See touchscreen.txt
16 - touchscreen-inverted-y : See touchscreen.txt
17 - touchscreen-swapped-x-y : See touchscreen.txt
/kernel/linux/linux-5.10/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 >> $OUTFILE.txt
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dfsl-enetc.txt21 already defined in Documentation/devicetree/bindings/net/ethernet.txt or
22 Documentation/devicetree/bindings/net/phy.txt.
27 Defined in ethernet.txt.
29 - phy-connection-type : Defined in ethernet.txt.
31 - mdio : "mdio" node, defined in mdio.txt.
33 - ethernet-phy : "ethernet-phy" node, defined in phy.txt.
65 already defined in Documentation/devicetree/bindings/net/mdio.txt.
90 as specified by Documentation/devicetree/bindings/net/fixed-link.txt.
94 - fixed-link : "fixed-link" node, defined in "fixed-link.txt".
Dsocionext-netsec.txt11 - phy-mode: See ethernet.txt file in the same directory
12 - phy-handle: See ethernet.txt in the same directory.
23 - compatible: Refer to phy.txt
26 Optional properties: (See ethernet.txt file in the same directory)
29 - max-speed: See ethernet.txt in the same directory.
30 - max-frame-size: See ethernet.txt in the same directory.
33 defined in ethernet.txt. The 'phy-mode' property is required, but may
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/
Dsdhci-st.txt4 Documentation/devicetree/bindings/mmc/mmc.txt and the properties
14 See: Documentation/devicetree/bindings/resource-names.txt
16 See: Documentation/devicetree/bindings/clock/clock-bindings.txt
23 See: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
36 See: Documentation/devicetree/bindings/mmc/mmc.txt.
39 See: Documentation/devicetree/bindings/mmc/mmc.txt.
43 See: Documentation/devicetree/bindings/mmc/mmc.txt.
46 See: Documentation/devicetree/bindings/reset/reset.txt
52 See: Documentation/devicetree/bindings/mmc/mmc.txt.
55 See: Documentation/devicetree/bindings/mmc/mmc.txt.
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/rockchip/
Ddw_hdmi-rockchip.txt8 Documentation/devicetree/bindings/display/bridge/dw_hdmi.txt with the
19 - reg: See dw_hdmi.txt.
20 - reg-io-width: See dw_hdmi.txt. Shall be 4.
22 - clocks: See dw_hdmi.txt.
23 - clock-names: Shall contain "iahb" and "isfr" as defined in dw_hdmi.txt.
24 - ports: See dw_hdmi.txt. The DWC HDMI shall have a single port numbered 0
35 - clock-names: See dw_hdmi.txt. The "cec" clock is optional.
36 - clock-names: May contain "cec" as defined in dw_hdmi.txt.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/
Dams,as3645a.txt10 Please also see common.txt in the same directory.
42 function : See Documentation/devicetree/bindings/leds/common.txt.
43 color : See Documentation/devicetree/bindings/leds/common.txt.
44 label : See Documentation/devicetree/bindings/leds/common.txt (deprecated).
57 function : See Documentation/devicetree/bindings/leds/common.txt.
58 color : See Documentation/devicetree/bindings/leds/common.txt.
59 label : See Documentation/devicetree/bindings/leds/common.txt (deprecated).
Dleds-cr0014114.txt10 Property rules described in Documentation/devicetree/bindings/spi/spi-bus.txt
15 see Documentation/devicetree/bindings/leds/common.txt
17 see Documentation/devicetree/bindings/leds/common.txt
19 see Documentation/devicetree/bindings/leds/common.txt (deprecated)
21 see Documentation/devicetree/bindings/leds/common.txt

12345678910>>...63