Home
last modified time | relevance | path

Searched refs:mod_info_t (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/cmd/sgs/prof/common/
H A Dprofv.h114 typedef struct mod_info mod_info_t; typedef
120 extern mod_info_t modules;
150 mod_info_t *module; /* bookkeeping, not printed */
181 extern nltype *nllookup(mod_info_t *, Address, Address *);
183 extern void get_syms(char *, mod_info_t *);
H A Dprofv.c44 mod_info_t modules;
137 mod_info_t *mi; in print_profile_data()
357 mod_info_t *mi; in collect_profsyms()
411 assign_pcsamples(mod_info_t *module, Address *pcsmpl, in assign_pcsamples()
469 mod_info_t *mi; in process_pcsamples()
509 mod_info_t *mi; in process_cgraph()
549 static mod_info_t *
552 mod_info_t *mi; in get_shobj_syms()
555 if ((mi = malloc(sizeof (mod_info_t))) == NULL) { in get_shobj_syms()
557 cmdname, sizeof (mod_info_t)); in get_shobj_syms()
[all …]
H A Dlookup.c39 nllookup(mod_info_t *module, Address address, Address *nxtsym_val) in nllookup()
H A Drdelf.c211 fetch_symtab(Elf *elf, char *filename, mod_info_t *module) in fetch_symtab()
388 get_syms(char *filename, mod_info_t *mi) in get_syms()
/titanic_41/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h212 typedef struct mod_info mod_info_t; typedef
220 mod_info_t modules;
232 mod_info_t *module; /* module to which this belongs */
378 void process_namelist(mod_info_t *);
383 nltype *nllookup(mod_info_t *, pctype, pctype *);
H A Dgprof.c163 extern mod_info_t modules; in asgnsamples()
234 mod_info_t *mi; in dump_callgraph()
367 mod_info_t *mi; in dump_pcsamples()
410 mod_info_t *mi; in dump_modules()
491 mod_info_t *mi; in fixup_maps()
700 tally(mod_info_t *caller_mod, mod_info_t *callee_mod, struct rawarc *rawp) in tally()
776 assign_pcsamples(mod_info_t *module, Address *pcsmpl, size_t n_samples) in assign_pcsamples()
861 mod_info_t *mi; in process_pcsamples()
928 static mod_info_t *
931 mod_info_t *mi; in find_module()
[all …]
H A Dreadelf.c62 static void get_symtab(Elf *elf, mod_info_t *module);
168 process_namelist(mod_info_t *module) in process_namelist()
454 get_symtab(Elf *elf, mod_info_t *module) in get_symtab()
H A Darcs.c242 mod_info_t *mi; in cyclelink()
577 extern mod_info_t modules; in doarcs()
578 mod_info_t *mi; in doarcs()
H A Dlookup.c40 nllookup(mod_info_t *module, pctype address, pctype *nxtsym) in nllookup()
H A Dprintgprof.c70 mod_info_t *mi; in printprof()
927 mod_info_t *mi; in printmodules()
944 mod_info_t *mi; in printindex()