Lines Matching defs:trace_ids
68 const int *trace_ids;
468 if (*current_trace_id == *ib->trace_ids) {
469 ++ib_recurse.trace_ids;
500 if (packet_id < *ib->trace_ids) {
503 } else if (packet_id == *ib->trace_ids) {
507 } else if (packet_id + 1 == *ib->trace_ids) {
604 * \param trace_ids the last trace IDs that are known to have been reached
606 * \param trace_id_count The number of entries in the trace_ids array.
611 void ac_parse_ib_chunk(FILE *f, uint32_t *ib_ptr, int num_dw, const int *trace_ids,
618 ib.trace_ids = trace_ids;
651 * \param trace_ids the last trace IDs that are known to have been reached
653 * \param trace_id_count The number of entries in the trace_ids array.
658 void ac_parse_ib(FILE *f, uint32_t *ib, int num_dw, const int *trace_ids, unsigned trace_id_count,
664 ac_parse_ib_chunk(f, ib, num_dw, trace_ids, trace_id_count, gfx_level, addr_callback,