Searched refs:workloads (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py13 self.workloads = [wl] # multiple workloads possible
24 \tRelationship rule description: \'{5}\'".format(self.metric, self.collectedValue, self.workloads,
28 \tworkload(s): {1}".format(self.metric, self.workloads)
33 .format(self.metric, self.collectedValue, self.workloads,
47 self.workloads = [x for x in workload.split(",") if x]
48 self.wlidx = 0 # idx of current workloads
199 [TestError([m], self.workloads[self.wlidx], negmetric[m], 0) for m in negmetric.keys()])
274 self.errlist.append(TestError([m['Name'] for m in rule['Metrics']], self.workloads[self.wlidx], [],
277 self.errlist.append(TestError([m['Name'] for m in rule['Metrics']], self.workloads[sel
[all...]
/linux-master/tools/perf/tests/
H A Dbuiltin-test.c145 static struct test_workload *workloads[] = { variable in typeref:struct:test_workload
531 for (i = 0; i < ARRAY_SIZE(workloads); i++) {
532 twl = workloads[i];
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dscheduler.c1055 /* free the unsubmited workloads in the queues. */
1124 * there are pending workloads which are already submitted
1128 * workloads won't be submitted to HW GPU and will be
1330 kmem_cache_destroy(s->workloads);
1422 s->workloads = kmem_cache_create_usercopy("gvt-g_vgpu_workload",
1429 if (!s->workloads) {
1538 kmem_cache_free(s->workloads, workload);
1547 workload = kmem_cache_zalloc(s->workloads, GFP_KERNEL);
1721 kmem_cache_free(s->workloads, workload);
1735 kmem_cache_free(s->workloads, workloa
[all...]
H A Dgvt.h154 struct kmem_cache *workloads; member in struct:intel_vgpu_submission
/linux-master/drivers/cpufreq/
H A DKconfig.x86190 the CPUs' workloads are. CPU-bound workloads will be more sensitive
192 workloads will be less sensitive -- they will not necessarily perform

Completed in 116 milliseconds