Home
last modified time | relevance | path

Searched refs:dtat_cpus (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c739 if ((rval = dt_aggregate_snap_cpu(dtp, agp->dtat_cpus[i])))
1093 assert(agp->dtat_cpus == NULL);
1099 agp->dtat_cpus = malloc(agp->dtat_ncpu * sizeof (processorid_t));
1101 if (agp->dtat_cpus == NULL)
1129 agp->dtat_cpus[agp->dtat_ncpus++] = (processorid_t)cpu;
1139 agp->dtat_cpus[agp->dtat_ncpus++] = i;
2210 free(agp->dtat_cpus);
H A Ddt_impl.h200 processorid_t *dtat_cpus; /* CPUs in aggregate */ member