Lines Matching refs:perfmon
478 /* Only start the perfmon if it was not already started by a previous
481 if (exec->perfmon && vc4->active_perfmon != exec->perfmon)
482 vc4_perfmon_start(vc4, exec->perfmon);
496 * different perfmon instance attached to it. The same goes
497 * if one of them had a perfmon attached to it and the other
500 if (next && next->perfmon == exec->perfmon)
699 * same perfmon as our job attached to it (or if both jobs don't have
700 * perfmon activated), then kick ours off. Otherwise, it'll get
705 (!renderjob || renderjob->perfmon == exec->perfmon)) {
982 vc4_perfmon_put(exec->perfmon);
1177 exec->perfmon = vc4_perfmon_find(vc4file,
1179 if (!exec->perfmon) {