Home
last modified time | relevance | path

Searched defs:ctf_merge_handle (Results 1 – 1 of 1) sorted by relevance

/titanic_53/usr/src/lib/libctf/common/
H A Dctf_merge.c85 struct ctf_merge_handle { struct
86 list_t cmh_inputs; /* Input list */
87 uint_t cmh_ninputs; /* Number of inputs */
88 uint_t cmh_nthreads; /* Number of threads to use */
89 ctf_file_t *cmh_unique; /* ctf to uniquify against */
90 boolean_t cmh_msyms; /* Should we merge symbols/funcs? */
91 int cmh_ofd; /* FD for output file */
92 int cmh_flags; /* Flags that control merge behavior */
93 char *cmh_label; /* Optional label */
94 char *cmh_pname; /* Parent name */