Lines Matching refs:perfmon
51 * using perfmon related ioctls. A perfmon can be attached to a submit_cl
59 /* Tracks the number of users of the perfmon, when this counter reaches
60 * zero the perfmon is destroyed.
64 /* Number of counters activated in this perfmon instance
73 * perf counter values every time the perfmon is attached to a GPU job.
74 * This way, perfmon users don't have to retrieve the results after
77 * destroying the perfmon and creating a new one.
175 /* Used to track the active perfmon if any. Access to this field is
756 struct vc4_perfmon *perfmon;
773 } perfmon;
1066 void vc4_perfmon_get(struct vc4_perfmon *perfmon);
1067 void vc4_perfmon_put(struct vc4_perfmon *perfmon);
1068 void vc4_perfmon_start(struct vc4_dev *vc4, struct vc4_perfmon *perfmon);
1069 void vc4_perfmon_stop(struct vc4_dev *vc4, struct vc4_perfmon *perfmon,