Searched refs:dtat_cpus (Results 1 – 2 of 2) sorted by relevance
723 if (rval = dt_aggregate_snap_cpu(dtp, agp->dtat_cpus[i])) in dtrace_aggregate_snap()1077 assert(agp->dtat_cpus == NULL); in dt_aggregate_go()1081 agp->dtat_cpus = malloc(agp->dtat_ncpu * sizeof (processorid_t)); in dt_aggregate_go()1083 if (agp->dtat_cpus == NULL) in dt_aggregate_go()1111 agp->dtat_cpus[agp->dtat_ncpus++] = (processorid_t)cpu; in dt_aggregate_go()1121 agp->dtat_cpus[agp->dtat_ncpus++] = i; in dt_aggregate_go()2194 free(agp->dtat_cpus); in dt_aggregate_destroy()
173 processorid_t *dtat_cpus; /* CPUs in aggregate */ member