Home
last modified time | relevance | path

Searched refs:sched_smt (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/kernel/power_management/
Dpm_include.sh173 sched_smt=$3
180 case "$sched_smt" in
184 "sched_mc=$sched_mc & sched_smt=$sched_smt"
188 "sched_mc=$sched_mc & sched_smt=$sched_smt"
195 "sched_mc=$sched_mc & sched_smt=$sched_smt"
198 "sched_mc=$sched_mc & sched_smt=$sched_smt"
206 "sched_mc=$sched_mc & sched_smt=$sched_smt"
209 "sched_mc=$sched_mc & sched_smt=$sched_smt"
222 sched_smt=$3
224 sched_smt=-1
[all …]
Drunpwtests_exclusive02.sh49 for sched_smt in `seq 0 $max_sched_smt`; do
50 if [ $sched_smt -eq 2 ]; then
58 if pm_cpu_consolidation.py -t $sched_smt -w $work_load \
63 analyze_core_consolidation_result $sched_smt \
Drunpwtests_exclusive05.sh81 for sched_smt in `seq 1 $max_sched_smt`; do
82 pm_ilb_test.py -c $sched_mc -t sched_smt -w $work_load
85 "sched_mc=$sched_mc & sched_smt=$sched_smt"
90 "sched_smt=$sched_smt. Ensure CONFIG_NO_HZ is set"
Drunpwtests05.sh69 pm_get_sched_values sched_smt; max_sched_smt=$?
70 for sched_smt in `seq 0 $max_sched_smt`; do
71 pm_sched_domain.py -c $sched_mc -t $sched_smt; ret=$?
72 analyze_sched_domain_result $sched_mc $ret $sched_smt; RC=$?
Drunpwtests_exclusive03.sh76 for sched_smt in `seq 1 $max_sched_smt`; do
77 if [ $sched_smt -eq $sched_mc ]; then
79 -t $sched_smt; then
Drunpwtests_exclusive01.sh80 for sched_smt in `seq 0 $max_sched_smt`; do
85 if pm_cpu_consolidation.py -c $sched_mc -t $sched_smt \
91 $sched_mc_smt_pass_cnt $sched_smt; RC=$?
Dpm_cpu_consolidation.py26 -c and -t inputs are initial value of sched_mc & sched_smt")
111 sched_smt was enabled. This is pre-requisite to proceed"
DREADME85 …is less then 2. If system is hyper threaded but number of CPU is 1 only sched_smt testcases will b…
/external/ltp/testcases/kernel/power_management/lib/
Dpm_sched_mc.py291 def get_job_count(stress, workload, sched_smt): argument
301 if workload == "ebizzy" and int(sched_smt) ==0:
303 if workload == "kernbench" and int(sched_smt) < 2:
315 def trigger_ebizzy (sched_smt, stress, duration, background, pinned): argument
320 threads = get_job_count(stress, "ebizzy", sched_smt)
366 def trigger_kernbench (sched_smt, stress, background, pinned, perf_test): argument
373 threads = get_job_count(stress, "kernbench", sched_smt)
437 def trigger_workld(sched_smt, workload, stress, duration, background, pinned, perf_test): argument
443 trigger_ebizzy (sched_smt, stress, duration, background, pinned)
445 trigger_kernbench (sched_smt, stress, background, pinned, perf_test)