Home
last modified time | relevance | path

Searched refs:tr (Results 1 – 20 of 20) sorted by relevance

/tools/power/cpupower/utils/
Dversion-gen.sh26 eval $(grep '^VERSION[[:space:]]*=' ../../../Makefile|tr -d ' ')
27 eval $(grep '^PATCHLEVEL[[:space:]]*=' ../../../Makefile|tr -d ' ')
28 eval $(grep '^SUBLEVEL[[:space:]]*=' ../../../Makefile|tr -d ' ')
29 eval $(grep '^EXTRAVERSION[[:space:]]*=' ../../../Makefile|tr -d ' ')
/tools/testing/selftests/ftrace/test.d/
Dfunctions54 tr=`echo $t | cut -d: -f2`
55 if [ "$tr" = "" ]; then
62 if [ $tr = "enable_event" -o $tr = "disable_event" ]; then
63 tr=`echo $t | cut -d: -f2-4`
66 tr=`echo $t | cut -d: -f2`
70 tr="$tr:$limit"
72 echo "!$name:$tr" > set_ftrace_filter
118 command=$(echo "$2" | tr -d ^)
/tools/spi/
Dspidev_test.c117 struct spi_ioc_transfer tr = { in transfer() local
127 tr.tx_nbits = 4; in transfer()
129 tr.tx_nbits = 2; in transfer()
131 tr.rx_nbits = 4; in transfer()
133 tr.rx_nbits = 2; in transfer()
136 tr.rx_buf = 0; in transfer()
138 tr.tx_buf = 0; in transfer()
141 ret = ioctl(fd, SPI_IOC_MESSAGE(1), &tr); in transfer()
/tools/testing/selftests/ftrace/test.d/00basic/
Dbasic3.tc6 for c in `cat trace_clock | tr -d \[\]`; do
/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck-rcuperf-ftrace.sh26 tr -d '\015' |
Dkvm-test-1-run.sh62 echo $TORTURE_KCONFIG_ARG | tr -s " " "\012" > $T/cmdline
/tools/perf/
Dbuiltin-sched.c279 struct thread_runtime tr; member
930 struct thread_runtime *tr; in thread__get_runtime() local
932 tr = thread__priv(thread); in thread__get_runtime()
933 if (tr == NULL) { in thread__get_runtime()
934 tr = thread__init_runtime(thread); in thread__get_runtime()
935 if (tr == NULL) in thread__get_runtime()
939 return tr; in thread__get_runtime()
1528 struct thread_runtime *tr; in map_switch_event() local
1568 tr = thread__get_runtime(sched_in); in map_switch_event()
1569 if (tr == NULL) { in map_switch_event()
[all …]
/tools/perf/scripts/python/bin/
Dmem-phys-addr-record17 arg=$(echo $load | tr -d ' ')
/tools/testing/selftests/tc-testing/
DTdcResults.py79 return next((tr for tr in self._testsuite if tr.test_id == test_id), None)
/tools/testing/selftests/intel_pstate/
Drun.sh85 _mkt_freq=$(echo $_mkt_freq | tr -d [:alpha:][:punct:])
110 echo "Target Actual Difference MSR(0x199) max_perf_pct" | tr " " "\n" > /tmp/result.tab
/tools/testing/selftests/ftrace/test.d/kprobe/
Dkprobe_eventname.tc12 PROBE_NAME=`echo $FUNC | tr ".:" "_"`
Dkprobe_module.tc20 PROBE_NAME=`echo $MOD:$FUNC | tr ".:" "_"`
/tools/perf/trace/beauty/
Darch_errno_names.sh15 echo "$1" |sed -e 'y/- /__/' |tr '[[:upper:]]' '[[:lower:]]'
/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h182 uint16_t tr; in get_tr() local
185 : /* output */ [tr]"=rm"(tr)); in get_tr()
186 return tr; in get_tr()
/tools/leds/
Dget_led_device_info.sh181 color_upper=`echo $color | tr [:lower:] [:upper:]`
/tools/lib/traceevent/plugins/
DMakefile196 xargs echo "U w W" | tr 'w ' 'W\n' | sort -u | xargs echo`;\
/tools/arch/x86/include/uapi/asm/
Dkvm.h152 struct kvm_segment tr, ldt; member
/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c204 segment_dump(stream, &sregs->tr, indent + 2); in sregs_dump()
634 kvm_setup_tss_64bit(vm, &sregs.tr, 0x18, gdt_memslot, pgd_memslot); in vcpu_setup()
/tools/perf/Documentation/
Dperf-script.txt191 "async" for "by", "hw int" for "bcyi", "tx abrt" for "bA", "tr strt" for "bB",
192 "tr end" for "bE". However the "x" flag will be display separately in those
/tools/power/pm-graph/
Dsleepgraph.py3912 tr.head td {border: 1px solid black;background:#aaa;}\n\
3913 tr.alt {background-color:#ddd;}\n\
3914 tr.notice {color:red;}\n\