Home
last modified time | relevance | path

Searched refs:nltype (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h251 typedef struct nl nltype; typedef
356 void addarc(nltype *, nltype *, actype);
358 arctype *arclookup(nltype *, nltype *);
360 void dfn(nltype *);
361 bool dfn_busy(nltype *);
367 nltype **doarcs(void);
376 void gprofline(nltype *);
378 int membercmp(nltype *, nltype *);
382 void printcycle(nltype *);
383 void printgprof(nltype **);
[all …]
H A Dprintgprof.c66 nltype *np; in printprof()
80 sortednlp = (nltype **) calloc(total_names, sizeof (nltype *)); in printprof()
109 nltype **npp1 = (nltype **)arg1; in timecmp()
110 nltype **npp2 = (nltype **)arg2; in timecmp()
359 nltype **npp1 = (nltype **)arg1; in totalcmp()
360 nltype **npp2 = (nltype **)arg2; in totalcmp()
690 nltype *todo; in sortmembers()
722 membercmp(nltype *this, nltype *that) in membercmp()
875 nltype **npp1 = (nltype **)arg1; in namecmp()
876 nltype **npp2 = (nltype **)arg2; in namecmp()
[all …]
H A Darcs.c34 nltype *cyclenl;
40 addarc(nltype *parentp, nltype *childp, actype count) in addarc()
107 nltype **npp1 = (nltype **)arg1; in topcmp()
108 nltype **npp2 = (nltype **)arg2; in topcmp()
117 nltype *childp; in timepropagate()
206 nltype *childp; in cycletime()
240 nltype *nlp; in cyclelink()
266 cyclenl = (nltype *) calloc(ncycle + 1, sizeof (nltype)); in cyclelink()
364 nltype *headp; in inheritflags()
367 nltype *memp; in inheritflags()
[all …]
H A Ddfn.c34 nltype *nlentryp;
50 dfn(nltype *parentp) in dfn()
107 dfn_pre_visit(nltype *parentp) in dfn_pre_visit()
151 dfn_numbered(nltype *childp) in dfn_numbered()
160 dfn_busy(nltype *childp) in dfn_busy()
169 dfn_findcycle(nltype *childp) in dfn_findcycle()
172 nltype *cycleheadp = NULL; in dfn_findcycle()
173 nltype *tailp; in dfn_findcycle()
295 dfn_self_cycle(nltype *parentp) in dfn_self_cycle()
316 dfn_post_visit(nltype *parentp) in dfn_post_visit()
[all …]
H A Dreadelf.c38 static void debug_dup_del(nltype *, nltype *);
290 debug_dup_del(nltype * keeper, nltype * louser) in debug_dup_del()
298 remove_dup_syms(nltype *nl, sztype *sym_count) in remove_dup_syms()
303 nltype *orig_list; 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()
525 if ((l_nl = l_npe = (nltype *)calloc(nsyms + PRF_SYMCNT, in get_symtab()
526 sizeof (nltype))) == NULL) in get_symtab()
[all …]
H A Dlookup.c37 nltype *
42 nltype *mnl = module->nl; in nllookup()
95 arclookup(nltype *parentp, nltype *childp) in arclookup()
H A Dcalls.c32 nltype indirectchild = {
59 findcalls(nltype *parentp, pctype p_lowpc, pctype p_highpc) in findcalls()
63 nltype *childp; in findcalls()
H A Dgprof.c200 nltype *nl = modules.nl; in asgnsamples()
271 nltype *nlp; in dump_callgraph()
359 dump_hits(FILE *fp, char *filename, nltype *nlp) in dump_hits()
404 nltype *nlp; in dump_pcsamples()
602 nltype *nlp; in dumpsum_ostyle()
738 nltype *parentp; in tally()
739 nltype *childp; in tally()
816 nltype *fnl; in assign_pcsamples()
1784 nltype **timesortnlp; in main()