Lines Matching defs:report

132  * once the End OA report has landed and after we we have processed
201 * ID that will be reflected in the resulting OA report
203 * in the begin report and the the end report should be
256 * report counter snapshots for a specific counter set/profile in a
1049 uint32_t *report = (uint32_t *) (header + 1);
1052 last_timestamp = report[1];
1092 DBG("Spurious start report id=%"PRIu32"\n", start[0]);
1096 DBG("Spurious end report id=%"PRIu32"\n", end[0]);
1236 /* Looks for the validity bit of context ID (dword 2) of an OA report. */
1239 const uint32_t *report)
1243 return (report[0] & (1 << 25)) != 0;
1244 return (report[0] & (1 << 16)) != 0;
1251 * Accumulation starts from the first report captured via
1253 * last MI_RPC report requested by brw_end_perf_query(). Between these
1283 DBG("Spurious start report id=%"PRIu32"\n", start[0]);
1287 DBG("Spurious end report id=%"PRIu32"\n", end[0]);
1327 uint32_t *report = (uint32_t *)(header + 1);
1335 report[1] - start[1]) > 5000000000) {
1343 report[1] - end[1]) <= 5000000000) {
1349 * deltas. The hardware automatically generates a report
1357 /* Consider that the current report matches our context only if
1358 * the report says the report ID is valid.
1360 report_ctx_match = oa_report_ctx_id_valid(devinfo, report) &&
1361 report[2] == start[2];
1367 /* Only add the delta between <last, report> if the last report
1369 * 1 report without a matching ID.
1375 * register update. We have to consider this report as part of
1386 last, report);
1395 last = report;
1405 DBG("i915 perf: OA report lost\n");