Home | History | Annotate | Download | only in gdbserver

Lines Matching defs:hit_count

638   uint64_t hit_count;
3041 tpoint->hit_count = 0;
3493 sprintf (own_buf, "V%" PRIu64 ":%" PRIu64 "", tpoint->hit_count,
4150 && tpoint->hit_count >= tpoint->pass_count
4322 tpoint->hit_count++;
4329 && tpoint->hit_count >= tpoint->pass_count
4335 tpoint->number, paddress (tpoint->address), tpoint->hit_count);
4374 tpoint->hit_count);
5623 target_tracepoint.hit_count = 0;
5685 COPY_FIELD_TO_BUF (p, tpoint, hit_count);