Home
last modified time | relevance | path

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

123

/tools/bootconfig/scripts/
A Dftrace.sh56 tr=`echo $t | cut -d: -f2`
57 if [ "$tr" = "" ]; then
64 if [ $tr = "enable_event" -o $tr = "disable_event" ]; then
65 tr=`echo $t | cut -d: -f2-4`
68 tr=`echo $t | cut -d: -f2`
72 tr="$tr:$limit"
74 echo "!$name:$tr" > set_ftrace_filter
/tools/power/cpupower/utils/
A 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/spi/
A Dspidev_test.c123 struct spi_ioc_transfer tr = { in transfer() local
134 tr.tx_nbits = 8; in transfer()
136 tr.tx_nbits = 4; in transfer()
138 tr.tx_nbits = 2; in transfer()
140 tr.rx_nbits = 8; in transfer()
142 tr.rx_nbits = 4; in transfer()
144 tr.rx_nbits = 2; in transfer()
147 tr.rx_buf = 0; in transfer()
149 tr.tx_buf = 0; in transfer()
152 ret = ioctl(fd, SPI_IOC_MESSAGE(1), &tr); in transfer()
/tools/testing/selftests/ftrace/test.d/
A 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
193 command=$(printf "%s" "$2" | tr -d ^)
/tools/perf/
A Dbuiltin-sched.c952 if (tr == NULL) { in thread__get_runtime()
954 if (tr == NULL) in thread__get_runtime()
958 return tr; in thread__get_runtime()
1686 if (tr == NULL) in map_switch_event()
1907 if (tr == NULL) { in perf_sched__process_comm()
2083 if (tr->prio != prev_prio && tr->prio != -1) in timehist_get_priostr()
2214 wait_time = tr->dt_sleep + tr->dt_iowait + tr->dt_preempt; in timehist_print_sample()
2576 if (tr && tr->prio != -1) in timehist_skip_sample()
2661 if (tr == NULL) { in timehist_sched_wakeup_event()
2786 if (tr != NULL) in timehist_update_task_prio()
[all …]
A Dperf-archive.sh54 TAR_CONTENTS=`tar tvf "$TARGET" | tr -s " " | cut -d " " -f 6`
61 INTERSECT=`comm -12 <(ls) <(echo "$TAR_CONTENTS") | tr "\n" " "` # check for overwriting
/tools/testing/selftests/dt/
A Dtest_unprobed_devices.sh36 status=$(tr -d '\000' < "${node}"/status)
72 compatibles=$(tr '\000' '\n' < "${PDT}"/"${node}"/compatible)
/tools/perf/tests/shell/
A Dtest_brstack.sh58 if ! tr -s ' ' '\n' < "$TMPDIR/perf.script" | grep -E -m1 -q "$x"
88 tr -s ' ' '\n' < "$TMPDIR/perf.script" | grep '.' | \
A Dtest_arm_callgraph_fp.sh47 perf script -i "$PERF_DATA" -F comm,ip,sym | tr '\n' ' ' | \
A Dlock_contention.sh292 header=$(grep "# output:" ${result} | tr -d -c , | wc -c)
299 output=$(grep -v "^#" ${result} | tr -d -c , | wc -c)
313 output=$(grep -v "^#" ${result} | tr -d -c , | wc -c)
/tools/testing/selftests/ftrace/test.d/00basic/
A Dbasic3.tc6 for c in `cat trace_clock | tr -d \[\]`; do
/tools/testing/selftests/rcutorture/bin/
A Dkvm-recheck-rcuscale-ftrace.sh26 tr -d '\015' |
A Dkvm-transform.sh55 echo $bootargs | tr -s ' ' '\012' |
57 echo $bootargs | tr -s ' ' '\012' | sed -e 's/=.*$//' |
A Dkvm-recheck-refscale.sh25 sed -e 's/^\[[^]]*]//' < $i/console.log | tr -d '\015' |
/tools/testing/selftests/tc-testing/
A DTdcResults.py80 return next((tr for tr in self._testsuite if tr.test_id == test_id), None)
/tools/perf/scripts/python/bin/
A Dmem-phys-addr-record17 arg=$(echo $load | tr -d ' ')
/tools/testing/selftests/intel_pstate/
A Drun.sh90 _mkt_freq=$(echo $_mkt_freq | tr -d [:alpha:][:punct:])
115 echo "Target Actual Difference MSR(0x199) max_perf_pct" | tr " " "\n" > /tmp/result.tab
/tools/testing/selftests/net/
A Dtoeplitz.sh38 tr ' ' '\n' |
65 irqcount=$(cat "$i/per_cpu_count" | tr -d '0,')
/tools/testing/selftests/bpf/
A Dtest_xsk.sh111 VETH0_POSTFIX=$(cat ${URANDOM} | tr -dc '0-9' | fold -w 256 | head -n 1 | head --bytes 4)
113 VETH1_POSTFIX=$(cat ${URANDOM} | tr -dc '0-9' | fold -w 256 | head -n 1 | head --bytes 4)
/tools/certs/
A Dprint-cert-tbs-hash.sh80 done < <(openssl list -digest-commands | tr ' ' '\n' | sort -ur)
/tools/rcu/
A Dextract-stall.sh47 }' < "$1" | tr -d '\015' | grep -v clocksource
/tools/testing/selftests/livepatch/
A Dtest-syscall.sh26 pid_list=$(echo ${pids[@]} | tr ' ' ',')
/tools/testing/selftests/ftrace/test.d/kprobe/
A Dkprobe_module.tc19 PROBE_NAME=`echo $MOD:$FUNC | tr ".:" "_"`
A Dkprobe_eventname.tc11 PROBE_NAME=`echo $FUNC | tr ".:" "_"`
/tools/sound/
A Ddapm-graph152 tr '%' '\\' >> "${dot_file}"

Completed in 41 milliseconds

123