Lines Matching refs:tops
49 void show_SB_profile ( const SBProfEntry tops[], UInt n_tops, in show_SB_profile() argument
81 if (tops[r].addr == 0) in show_SB_profile()
83 if (tops[r].score == 0) in show_SB_profile()
87 VG_(get_fnname_w_offset)(tops[r].addr, &name); in show_SB_profile()
89 score_here = tops[r].score; in show_SB_profile()
102 score_here, percent_here, tops[r].addr, name); in show_SB_profile()
120 if (tops[r].addr == 0) in show_SB_profile()
122 if (tops[r].score == 0) in show_SB_profile()
126 VG_(get_fnname_w_offset)(tops[r].addr, &name); in show_SB_profile()
128 score_here = tops[r].score; in show_SB_profile()
144 score_here, percent_here, tops[r].addr, name ); in show_SB_profile()
146 VG_(discard_translations)(tops[r].addr, 1, "bb profile"); in show_SB_profile()
147 VG_(translate)(0, tops[r].addr, True, VG_(clo_profyle_flags), 0, True); in show_SB_profile()
156 if (tops[r].addr == 0) in show_SB_profile()
158 if (tops[r].score == 0) in show_SB_profile()
162 VG_(get_fnname_w_offset)(tops[r].addr, &name); in show_SB_profile()
164 score_here = tops[r].score; in show_SB_profile()
176 score_here, percent_here, tops[r].addr, name ); in show_SB_profile()
207 SBProfEntry tops[N_MAX_END]; in VG_() local
209 ULong score_total = VG_(get_SB_profile)(tops, nToShow); in VG_()
210 show_SB_profile(tops, nToShow, score_total, ecs_done); in VG_()