OSDN Git Service

2006-06-26 Dave Brolley <brolley@redhat.com>
authorbrolley <brolley>
Mon, 26 Jun 2006 22:00:12 +0000 (22:00 +0000)
committerbrolley <brolley>
Mon, 26 Jun 2006 22:00:12 +0000 (22:00 +0000)
        * configrun-sid.in (opt_gprof): Do not
        "connect-pin target-sched 0-event -> gprof sample".
        Do not "set gprof value-attribute pc".
        connect-pin cpu sample-gprof -> gprof sample.
        connect-pin cpu gprof-pc -> gprof pc.
        connect-pin cpu gprof-pc-hi -> gprof pc-hi.

sid/bsp/ChangeLog
sid/bsp/configrun-sid.in

index c7fc095..ce5fa11 100644 (file)
@@ -1,3 +1,12 @@
+2006-06-26  Dave Brolley  <brolley@redhat.com>
+
+       * configrun-sid.in (opt_gprof): Do not
+       "connect-pin target-sched 0-event -> gprof sample".
+       Do not "set gprof value-attribute pc".
+       connect-pin cpu sample-gprof -> gprof sample.
+       connect-pin cpu gprof-pc -> gprof pc.
+       connect-pin cpu gprof-pc-hi -> gprof pc-hi.
+
 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
 
        Second part of ms1 to mt renaming.
index 3d40e39..0cb27d0 100644 (file)
@@ -499,12 +499,13 @@ if ($opt_cpu eq "mt")
 if ($opt_gprof)
   {
     $second_section .= "# gprof connections
-connect-pin target-sched 0-event -> gprof sample
 connect-pin deinit-sequence output-7 -> gprof store
-relate gprof target-component cpu
+connect-pin cpu sample-gprof -> gprof sample
+connect-pin cpu gprof-pc -> gprof pc
+connect-pin cpu gprof-pc-hi -> gprof pc-hi
 connect-pin cpu cg-caller -> gprof cg-caller
 connect-pin cpu cg-callee -> gprof cg-callee
-set gprof value-attribute pc
+relate gprof target-component cpu
 set gprof bucket-size 4 # bytes per bucket
 ";
   }