Deleted Added
full compact
148a149,152
> pid_t dm_pid; /* pid for this module */
> uint_t dm_nctflibs; /* number of ctf children libraries */
> ctf_file_t **dm_libctfp; /* process library ctf pointers */
> char **dm_libctfn; /* names of process ctf containers */
191a196,198
> int dtpa_agghist; /* print aggregation as histogram */
> int dtpa_agghisthdr; /* aggregation histogram hdr printed */
> int dtpa_aggpack; /* pack quantized aggregations */
285a293
> uint_t dt_encoding; /* dtrace output encoding (see below) */
376a385,392
> * Values for the dt_encoding property, which is used to force a particular
> * character encoding (overriding default behavior and/or automatic detection).
> */
> #define DT_ENCODING_UNSET 0
> #define DT_ENCODING_ASCII 1
> #define DT_ENCODING_UTF8 2
>
> /*
539c555,556
< EDT_NOPROBES /* no probes sites for declared provider */
---
> EDT_NOPROBES, /* no probes sites for declared provider */
> EDT_CANTLOAD /* failed to load a module */