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.sh174 sched_smt=$3
181 case "$sched_smt" in
185 "sched_mc=$sched_mc & sched_smt=$sched_smt"
189 "sched_mc=$sched_mc & sched_smt=$sched_smt"
196 "sched_mc=$sched_mc & sched_smt=$sched_smt"
199 "sched_mc=$sched_mc & sched_smt=$sched_smt"
207 "sched_mc=$sched_mc & sched_smt=$sched_smt"
210 "sched_mc=$sched_mc & sched_smt=$sched_smt"
223 sched_smt=$3
225 sched_smt=-1
[all …]
Drunpwtests_exclusive02.sh50 for sched_smt in `seq 0 $max_sched_smt`; do
51 if [ $sched_smt -eq 2 ]; then
59 if pm_cpu_consolidation.py -t $sched_smt -w $work_load \
64 analyze_core_consolidation_result $sched_smt \
Drunpwtests_exclusive05.sh82 for sched_smt in `seq 1 $max_sched_smt`; do
83 pm_ilb_test.py -c $sched_mc -t sched_smt -w $work_load
86 "sched_mc=$sched_mc & sched_smt=$sched_smt"
91 "sched_smt=$sched_smt. Ensure CONFIG_NO_HZ is set"
Drunpwtests05.sh70 pm_get_sched_values sched_smt; max_sched_smt=$?
71 for sched_smt in `seq 0 $max_sched_smt`; do
72 pm_sched_domain.py -c $sched_mc -t $sched_smt; ret=$?
73 analyze_sched_domain_result $sched_mc $ret $sched_smt; RC=$?
Drunpwtests_exclusive03.sh77 for sched_smt in `seq 1 $max_sched_smt`; do
78 if [ $sched_smt -eq $sched_mc ]; then
80 -t $sched_smt; then
Drunpwtests_exclusive01.sh81 for sched_smt in `seq 0 $max_sched_smt`; do
86 if pm_cpu_consolidation.py -c $sched_mc -t $sched_smt \
92 $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)