/tools/bootconfig/scripts/ |
D | ftrace.sh | 55 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
|
D | bconf2ftrace.sh | 137 echo -n ":${2}="`xbc_get_val ${1}.var.${2} | tr -d [:space:]`
|
/tools/power/cpupower/utils/ |
D | version-gen.sh | 26 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/ |
D | functions | 53 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/ |
D | spidev_test.c | 122 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/ |
D | basic3.tc | 6 for c in `cat trace_clock | tr -d \[\]`; do
|
/tools/testing/selftests/rcutorture/bin/ |
D | kvm-recheck-rcuscale-ftrace.sh | 26 tr -d '\015' |
|
D | kvm-recheck-refscale.sh | 25 sed -e 's/^\[[^]]*]//' < $i/console.log | tr -d '\015' |
|
D | config2csv.sh | 46 tr -s ' ' '\012' < $i.boot | grep -v '^#' >> $T/p
|
D | kvm.sh | 306 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/ |
D | builtin-sched.c | 283 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/ |
D | TdcResults.py | 79 return next((tr for tr in self._testsuite if tr.test_id == test_id), None)
|
/tools/testing/selftests/bpf/ |
D | test_xsk.sh | 93 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/ |
D | mem-phys-addr-record | 17 arg=$(echo $load | tr -d ' ')
|
/tools/testing/selftests/intel_pstate/ |
D | run.sh | 85 _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/ |
D | toeplitz.sh | 38 tr ' ' '\n' | 65 irqcount=$(cat "$i/per_cpu_count" | tr -d '0,')
|
D | ipsec.c | 537 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/ |
D | kprobe_module.tc | 19 PROBE_NAME=`echo $MOD:$FUNC | tr ".:" "_"`
|
D | kprobe_eventname.tc | 11 PROBE_NAME=`echo $FUNC | tr ".:" "_"`
|
/tools/testing/selftests/kvm/include/x86_64/ |
D | processor.h | 224 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/ |
D | arch_errno_names.sh | 15 echo "$1" |sed -e 'y/- /__/' |tr '[[:upper:]]' '[[:lower:]]'
|
/tools/testing/selftests/net/forwarding/ |
D | ethtool_lib.sh | 45 tr -s ' ')
|
/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 154 struct kvm_segment tr, ldt; member 165 struct kvm_segment tr, ldt; member
|
/tools/leds/ |
D | get_led_device_info.sh | 181 color_upper=`echo $color | tr [:lower:] [:upper:]`
|
/tools/lib/traceevent/plugins/ |
D | Makefile | 199 xargs echo "U w W" | tr 'w ' 'W\n' | sort -u | xargs echo`;\
|