Home
last modified time | relevance | path

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

12

/tools/bootconfig/scripts/
Dftrace.sh55 tr=`echo $t | cut -d: -f2`
56 if [ "$tr" = "" ]; then
63 if [ $tr = "enable_event" -o $tr = "disable_event" ]; then
64 tr=`echo $t | cut -d: -f2-4`
67 tr=`echo $t | cut -d: -f2`
71 tr="$tr:$limit"
73 echo "!$name:$tr" > set_ftrace_filter
Dbconf2ftrace.sh137 echo -n ":${2}="`xbc_get_val ${1}.var.${2} | tr -d [:space:]`
/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/
Dfunctions53 tr=`echo $t | cut -d: -f2`
54 if [ "$tr" = "" ]; then
61 if [ $tr = "enable_event" -o $tr = "disable_event" ]; then
62 tr=`echo $t | cut -d: -f2-4`
65 tr=`echo $t | cut -d: -f2`
69 tr="$tr:$limit"
71 echo "!$name:$tr" > set_ftrace_filter
169 command=$(printf "%s" "$2" | tr -d ^)
/tools/spi/
Dspidev_test.c122 struct spi_ioc_transfer tr = { in transfer() local
132 tr.tx_nbits = 8; in transfer()
134 tr.tx_nbits = 4; in transfer()
136 tr.tx_nbits = 2; in transfer()
138 tr.rx_nbits = 8; in transfer()
140 tr.rx_nbits = 4; in transfer()
142 tr.rx_nbits = 2; in transfer()
145 tr.rx_buf = 0; in transfer()
147 tr.tx_buf = 0; in transfer()
150 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-rcuscale-ftrace.sh26 tr -d '\015' |
Dkvm-recheck-refscale.sh25 sed -e 's/^\[[^]]*]//' < $i/console.log | tr -d '\015' |
Dconfig2csv.sh46 tr -s ' ' '\012' < $i.boot | grep -v '^#' >> $T/p
Dkvm.sh306 for CF1 in `echo $configs_derep | tr -s ' ' '\012' | sort -u`
312 echo "$TORTURE_KCONFIG_ARG" | tr -s ' ' | tr ' ' '\012' > $T/KCONFIG_ARG
/tools/perf/
Dbuiltin-sched.c283 struct thread_runtime tr; member
934 struct thread_runtime *tr; in thread__get_runtime() local
936 tr = thread__priv(thread); in thread__get_runtime()
937 if (tr == NULL) { in thread__get_runtime()
938 tr = thread__init_runtime(thread); in thread__get_runtime()
939 if (tr == NULL) in thread__get_runtime()
943 return tr; in thread__get_runtime()
1534 struct thread_runtime *tr; in map_switch_event() local
1574 tr = thread__get_runtime(sched_in); in map_switch_event()
1575 if (tr == NULL) { in map_switch_event()
[all …]
/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/bpf/
Dtest_xsk.sh93 VETH0_POSTFIX=$(cat ${URANDOM} | tr -dc '0-9' | fold -w 256 | head -n 1 | head --bytes 4)
95 VETH1_POSTFIX=$(cat ${URANDOM} | tr -dc '0-9' | fold -w 256 | head -n 1 | head --bytes 4)
/tools/perf/scripts/python/bin/
Dmem-phys-addr-record17 arg=$(echo $load | tr -d ' ')
/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/net/
Dtoeplitz.sh38 tr ' ' '\n' |
65 irqcount=$(cat "$i/per_cpu_count" | tr -d '0,')
Dipsec.c537 struct test_result tr = {}; in write_test_result() local
540 tr.desc = *d; in write_test_result()
541 tr.res = res; in write_test_result()
543 ret = write(results_fd[1], &tr, sizeof(tr)); in write_test_result()
544 if (ret != sizeof(tr)) in write_test_result()
2245 struct test_result tr = {}; in check_results() local
2246 struct xfrm_desc *d = &tr.desc; in check_results()
2250 ssize_t received = read(results_fd[0], &tr, sizeof(tr)); in check_results()
2256 if (received != sizeof(tr)) { in check_results()
2261 switch (tr.res) { in check_results()
/tools/testing/selftests/ftrace/test.d/kprobe/
Dkprobe_module.tc19 PROBE_NAME=`echo $MOD:$FUNC | tr ".:" "_"`
Dkprobe_eventname.tc11 PROBE_NAME=`echo $FUNC | tr ".:" "_"`
/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h224 uint16_t tr; in get_tr() local
227 : /* output */ [tr]"=rm"(tr)); in get_tr()
228 return tr; in get_tr()
/tools/perf/trace/beauty/
Darch_errno_names.sh15 echo "$1" |sed -e 'y/- /__/' |tr '[[:upper:]]' '[[:lower:]]'
/tools/testing/selftests/net/forwarding/
Dethtool_lib.sh45 tr -s ' ')
/tools/arch/x86/include/uapi/asm/
Dkvm.h154 struct kvm_segment tr, ldt; member
165 struct kvm_segment tr, ldt; member
/tools/leds/
Dget_led_device_info.sh181 color_upper=`echo $color | tr [:lower:] [:upper:]`
/tools/lib/traceevent/plugins/
DMakefile199 xargs echo "U w W" | tr 'w ' 'W\n' | sort -u | xargs echo`;\

12