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