Increase # bbs in profile.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6309 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/m_main.c b/coregrind/m_main.c
index 594af62..ad5c267 100644
--- a/coregrind/m_main.c
+++ b/coregrind/m_main.c
@@ -1926,7 +1926,7 @@
       print_all_stats();
 
    if (VG_(clo_profile_flags) > 0) {
-      #define N_MAX 100
+      #define N_MAX 200
       BBProfEntry tops[N_MAX];
       ULong score_total = VG_(get_BB_profile) (tops, N_MAX);
       show_BB_profile(tops, N_MAX, score_total);