D | pm_sched_mc.py | 291 def get_job_count(stress, workload, sched_smt): argument 296 if stress == "thread": 298 if stress == "partial": 305 if stress == "full": 307 if stress == "single_job": 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 [all …]
|