Home
last modified time | relevance | path

Searched refs:topc (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/sgs/include/
H A Dmonv.h125 Address topc; member
/titanic_50/usr/src/cmd/sgs/prof/common/
H A Dprofv.c531 if (calleep->topc >= mi->load_base && in process_cgraph()
532 calleep->topc < mi->load_end) { in process_cgraph()
538 if (nl = nllookup(mi, calleep->topc, 0)) { in process_cgraph()
541 if (calleep->topc < f_end) in process_cgraph()
/titanic_50/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c293 prof_func.topc = mi->load_base + in dump_callgraph()
976 if ((callee_mi = find_module(calleep->topc)) == NULL) { in process_cgraph()
981 calleep->topc); in process_cgraph()
986 arc.raw_selfpc = calleep->topc; in process_cgraph()