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

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_impl.h244 } dtrace_aggregation_t; typedef in typeref:struct:dtrace_aggregation
1186 dtrace_aggregation_t **dts_aggregations; /* aggregation array */
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c2179 * action denoted by the specified dtrace_aggregation_t. The aggregation
2185 dtrace_aggregate(dtrace_aggregation_t *agg, dtrace_buffer_t *dbuf,
6772 dtrace_aggregation_t *agg;
6774 agg = (dtrace_aggregation_t *)act;
10512 dtrace_aggregation_t *agg = (dtrace_aggregation_t *)act;
10523 agg = (dtrace_aggregation_t *)prev;
10580 dtrace_aggregation_t *agg;
10588 agg = kmem_zalloc(sizeof (dtrace_aggregation_t), KM_SLEEP);
10672 kmem_free(agg, sizeof (dtrace_aggregation_t));
[all...]

Completed in 32 milliseconds