Home
last modified time | relevance | path

Searched refs:DTRACE_A_PERCPU (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddtrace.h354 #define DTRACE_A_PERCPU 0x0001 macro
H A Ddt_options.c929 { "aggpercpu", dt_opt_agg, DTRACE_A_PERCPU },
H A Ddt_aggregate.c619 if (flags & DTRACE_A_PERCPU) { in dt_aggregate_snap_cpu()