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

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.c48 profrec_t *profsym; variable
77 if ((p = conv_demangle_name(profsym[i].name)) == NULL)
96 profsym[i].demangled_name = nbp;
167 qsort(profsym, total_funcs, sizeof (profrec_t), sort_func);
179 if (i && (strcmp(profsym[i].demangled_name,
180 profsym[i-1].demangled_name) == 0)) {
181 profsym[i].print_mid = TRUE;
183 (strcmp(profsym[i].demangled_name,
184 profsym[i+1].demangled_name) == 0)) {
185 profsym[
[all...]
H A Dprofv.h138 * the namelist, but the profsym contains just the symbols we're going
153 extern profrec_t *profsym;

Completed in 58 milliseconds