Home
last modified time | relevance | path

Searched refs:taskset (Results 1 – 25 of 26) sorted by relevance

12

/linux/tools/testing/selftests/rcutorture/bin/
H A Djitter.sh90 if ! taskset -c -p $cpumask $$ > /dev/null 2>&1
92 echo taskset failure: '"taskset -c -p ' $cpumask $$ '"'
/linux/tools/perf/tests/shell/
H A Dsched.sh35 taskset -pc 0 $PID1
38 taskset -pc 0 $PID2
H A Dtest_arm_coresight.sh41 -- taskset -c $2 touch $file > /dev/null 2>&1
204 -- taskset --cpu-list $1 true > /dev/null 2>&1
H A Drecord_sideband.sh42 perf record -BN --no-bpf-event -o ${perfdata} -C 0 -- taskset --cpu-list 1 true
H A Dtest_data_symbol.sh85 perf mem record -vvv -o ${PERF_DATA} -C 0 -- taskset -c 0 $TEST_PROGRAM 2>"${ERR_FILE}"
H A Dtest_arm_spe.sh130 -- taskset --cpu-list $cpu true
H A Dtest_intel_pt.sh114 perf_record_no_decode -o "${perfdatafile}" -e intel_pt//u -C 0 -- taskset --cpu-list 1 uname
/linux/tools/testing/selftests/net/
H A Dfib_nexthop_multiprefix.sh243 run_cmd taskset -c ${c} ip netns exec ${h0} ping -c1 -w1 172.16.10${i}.1
246 run_cmd taskset -c ${c} ip netns exec ${h0} ${ping6} -c1 -w1 2001:db8:10${i}::1
H A Dudpgro_fwd.sh214 ip netns exec $NS_DST taskset 0x2 ./udpgso_bench_rx -C 2000 -R 100 &
217 ip netns exec $NS_SRC taskset 0x1 ./udpgso_bench_tx $family -l 3 -S 1300 -D $dst
H A Dpmtu.sh2115 check_command taskset || return $ksft_skip
2135 run_cmd taskset --cpu-list ${cpu} ${ns_a} ping -q -M want -i 0.1 -w 1 -s $((${ll_mtu} + 500)) ${tunnel4_b_addr}
/linux/Documentation/translations/zh_CN/mm/
H A Dnuma.rst76 系统管理员和应用程序设计者可以使用各种CPU亲和命令行接口,如taskset(1)和numactl(1),以及程
/linux/tools/testing/selftests/cpufreq/
H A Dmain.sh49 taskset -p 01 $$
/linux/tools/testing/selftests/drivers/net/
H A Dnetcons_sysdata.sh
/linux/tools/testing/selftests/cpu-hotplug/
H A Dcpu-on-off-test.sh18 taskset -p 01 $$
/linux/tools/perf/Documentation/
H A Dintel-hybrid.txt135 perf stat -e cycles \-- taskset -c 16 ./triad_loop
165 Performance counter stats for 'taskset -c 16 ./triad_loop':
H A Dperf-stat.txt504 taskset.
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_meta.sh133 taskset -p 01 $$ > /dev/null
/linux/tools/perf/arch/x86/tests/
H A Damd-ibs-period.c105 char taskset[] = "taskset -c 0 "; in dummy_workload_2() local
111 strbuf_add(&sb, taskset, strlen(taskset)); in dummy_workload_2()
/linux/tools/testing/selftests/drivers/net/lib/sh/
H A Dlib_netcons.sh355 if ! which taskset > /dev/null ; then
/linux/Documentation/trace/coresight/
H A Dpanic.rst191 #taskset -c 1 dd if=/dev/urandom of=/dev/null &
196 #taskset -c 2 echo c > /proc/sysrq-trigger
/linux/Documentation/admin-guide/pm/
H A Dintel-speed-select.rst591 # taskset -c 3,4 perf bench -r 100 sched pipe
691 #taskset -c 5,6 perf bench -r 100 sched pipe
811 # taskset -c 12,13 perf bench -r 100 sched pipe
924 #taskset -c 12,13 perf bench -r 100 sched pipe
/linux/Documentation/mm/
H A Dnuma.rst108 such as taskset(1) and numactl(1), and program interfaces such as
/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst900 ``taskset`` command or have a look at the "tuning" section.
1064 TEMP=/mnt/tmpfs-nodeX taskset -cX linux options options options..
/linux/Documentation/admin-guide/cgroup-v1/
H A Dcgroups.rst602 If there are multiple tasks in the taskset, then:
H A Dcpusets.rst732 SGI's runon or Robert Love's taskset. The mbind and set_mempolicy

12