Lines Matching defs:end
1021 const uint32_t *end)
1037 gfx8_read_report_clock_ratios(end,
1059 const uint32_t *end)
1068 result->end_timestamp = intel_perf_report_timestamp(query, end);
1074 intel_perf_report_timestamp(query, end) -
1077 accumulate_uint32(start + 3, end + 3,
1082 accumulate_uint40(i, start, end,
1088 accumulate_uint32(start + 36 + i, end + 36 + i,
1095 accumulate_uint32(start + 48 + i, end + 48 + i,
1101 accumulate_uint32(start + 56 + i, end + 56 + i,
1109 intel_perf_report_timestamp(query, end) -
1113 accumulate_uint32(start + 3 + i, end + 3 + i,
1130 const uint32_t end)
1136 result->gt_frequency[1] = GET_FIELD(end, GFX7_RPSTAT1_CURR_GT_FREQ) * 50ULL;
1142 result->gt_frequency[1] = GET_FIELD(end, GFX9_RPSTAT0_CURR_GT_FREQ) * 50ULL / 3ULL;
1157 const uint64_t *end)
1161 uint64_t v1 = end[i] & PERF_CNT_VALUE_MASK;
1193 const void *end,
1205 end + field->location);
1208 * unrelated deltas, so don't accumulate the begin/end reports here.
1213 end + field->location);
1220 v1 = *(const uint32_t *)(end + field->location);
1224 v1 = *(const uint64_t *)(end + field->location);
1232 /* RPSTAT is a bit of a special case because its begin/end values