Searched refs:dtrace_aggregation_t (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_impl.h244 } dtrace_aggregation_t; typedef in typeref:struct:dtrace_aggregation
1137 dtrace_aggregation_t **dts_aggregations; /* aggregation array */
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c1774 * action denoted by the specified dtrace_aggregation_t. The aggregation
1780 dtrace_aggregate(dtrace_aggregation_t *agg, dtrace_buffer_t *dbuf,
5598 dtrace_aggregation_t *agg;
5600 agg = (dtrace_aggregation_t *)act;
9137 dtrace_aggregation_t *agg = (dtrace_aggregation_t *)act;
9148 agg = (dtrace_aggregation_t *)prev;
9205 dtrace_aggregation_t *agg;
9213 agg = kmem_zalloc(sizeof (dtrace_aggregation_t), KM_SLEEP);
9291 kmem_free(agg, sizeof (dtrace_aggregation_t));
[all...]

Completed in 40 milliseconds