Lines Matching refs:perfmon
487 /* Only start the perfmon if it was not already started by a previous
490 if (exec->perfmon && vc4->active_perfmon != exec->perfmon)
491 vc4_perfmon_start(vc4, exec->perfmon);
507 * different perfmon instance attached to it. The same goes
508 * if one of them had a perfmon attached to it and the other
511 if (next && next->perfmon == exec->perfmon)
716 * same perfmon as our job attached to it (or if both jobs don't have
717 * perfmon activated), then kick ours off. Otherwise, it'll get
722 (!renderjob || renderjob->perfmon == exec->perfmon)) {
960 vc4_perfmon_put(exec->perfmon);
1176 exec->perfmon = vc4_perfmon_find(vc4file,
1178 if (!exec->perfmon) {