Searched refs:nltype (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.h | 255 typedef struct nl nltype; typedef 268 nltype *cyclenl; /* cycle header namelist */ 360 void addarc(nltype *, nltype *, actype); 362 arctype *arclookup(nltype *, nltype *); 364 void dfn(nltype *); 365 bool dfn_busy(nltype *); 366 void dfn_findcycle(nltype *); 367 bool dfn_numbered(nltype *); 368 void dfn_post_visit(nltype *); 369 void dfn_pre_visit(nltype *); [all …]
|
H A D | printgprof.c | 36 void print_demangled_name(int, nltype *); 37 void striped_name(char *, nltype **); 51 static bool is_special_sym(nltype *nlp); 54 demangled_name(nltype *selfp) in demangled_name() 65 nltype *np; in printprof() 66 nltype **sortednlp; in printprof() 79 sortednlp = (nltype **) calloc(total_names, sizeof (nltype *)); in printprof() 80 if (sortednlp == (nltype **) 0) { in printprof() 91 qsort(sortednlp, total_names, sizeof (nltype *), timecmp); in printprof() 108 nltype **npp1 = (nltype **)arg1; in timecmp() [all …]
|
H A D | arcs.c | 37 addarc(nltype *parentp, nltype *childp, actype count) in addarc() 99 nltype **topsortnlp; 104 nltype **npp1 = (nltype **)arg1; in topcmp() 105 nltype **npp2 = (nltype **)arg2; in topcmp() 111 timepropagate(nltype *parentp) in timepropagate() 114 nltype *childp; in timepropagate() 202 nltype *cyclenlp; in cycletime() 203 nltype *childp; in cycletime() 237 nltype *nlp; in cyclelink() 238 nltype *cyclenlp; in cyclelink() [all …]
|
H A D | dfn.c | 36 nltype *nlentryp; 52 dfn(nltype *parentp) in dfn() 109 dfn_pre_visit(nltype *parentp) in dfn_pre_visit() 153 dfn_numbered(nltype *childp) in dfn_numbered() 162 dfn_busy(nltype *childp) in dfn_busy() 171 dfn_findcycle(nltype *childp) in dfn_findcycle() 174 nltype *cycleheadp; in dfn_findcycle() 175 nltype *tailp; in dfn_findcycle() 297 dfn_self_cycle(nltype *parentp) in dfn_self_cycle() 318 dfn_post_visit(nltype *parentp) in dfn_post_visit() [all …]
|
H A D | readelf.c | 40 static void debug_dup_del(nltype *, nltype *); 292 debug_dup_del(nltype * keeper, nltype * louser) in debug_dup_del() 300 remove_dup_syms(nltype *nl, sztype *sym_count) in remove_dup_syms() 306 nltype * orig_list; in remove_dup_syms() 307 if ((orig_list = malloc(sizeof (nltype) * *sym_count)) == NULL) { in remove_dup_syms() 313 (void) memcpy(orig_list, nl, sizeof (nltype) * *sym_count); in remove_dup_syms() 391 nltype *a = (nltype *)arg1; in compare() 392 nltype *b = (nltype *)arg2; in compare() 462 nltype *etext = NULL; in get_symtab() 463 nltype *l_nl, *l_npe; in get_symtab() [all …]
|
H A D | lookup.c | 39 nltype * 44 nltype *mnl = module->nl; in nllookup() 97 arclookup(nltype *parentp, nltype *childp) in arclookup()
|
H A D | calls.c | 34 nltype indirectchild = { 61 findcalls(nltype *parentp, pctype p_lowpc, pctype p_highpc) in findcalls() 65 nltype *childp; in findcalls()
|
H A D | gprof.c | 164 nltype *nl = modules.nl; in asgnsamples() 235 nltype *nlp; in dump_callgraph() 323 dump_hits(FILE *fp, char *filename, nltype *nlp) in dump_hits() 368 nltype *nlp; in dump_pcsamples() 566 nltype *nlp; in dumpsum_ostyle() 702 nltype *parentp; in tally() 703 nltype *childp; in tally() 780 nltype *fnl; in assign_pcsamples() 1747 nltype **timesortnlp; in main()
|
/titanic_44/usr/src/cmd/sgs/prof/common/ |
H A D | rdelf.c | 74 rm_dups(nltype *nl, size_t *nfuncs) in rm_dups() 147 nltype *a = (nltype *)arg1; in cmp_by_address() 148 nltype *b = (nltype *)arg2; in cmp_by_address() 218 nltype *nl, *npe; in fetch_symtab() 291 if ((npe = nl = (nltype *) calloc(nsyms, sizeof (nltype))) == NULL) { in fetch_symtab() 293 cmdname, nsyms * sizeof (nltype)); in fetch_symtab() 349 qsort(nl, nfuncs, sizeof (nltype), cmp_by_address); in fetch_symtab()
|
H A D | profv.h | 134 typedef struct nl nltype; typedef 181 extern nltype *nllookup(mod_info_t *, Address, Address *);
|
H A D | lookup.c | 38 nltype * 42 nltype *nl = module->nl; in nllookup()
|
H A D | profv.c | 320 compute_times(nltype *nl, profrec_t *psym) in compute_times() 358 nltype *nl; in collect_profsyms() 416 nltype *nl; in assign_pcsamples() 513 nltype *nl; in process_cgraph()
|