diff options
-rw-r--r-- | lttng.mdwn | 11 | ||||
-rw-r--r-- | open_issues/debugging.mdwn | 5 | ||||
-rw-r--r-- | open_issues/glibc.mdwn | 3 | ||||
-rw-r--r-- | open_issues/latrace.mdwn | 7 | ||||
-rw-r--r-- | open_issues/ltrace.mdwn | 12 | ||||
-rw-r--r-- | open_issues/profiling.mdwn | 9 |
6 files changed, 40 insertions, 7 deletions
@@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2011 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2011, 2013 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -12,10 +12,19 @@ License|/fdl]]."]]"""]] [[!tag open_issue_hurd open_issue_gnumach]] + # Overview + * <http://lttng.org/> + * {{$toupin_lttng_2011}} + * <http://www.efficios.com/projects> + + * [[!wikipedia Relativistic_programming]] + + * <http://wiki.cs.pdx.edu/rp/> + # Related diff --git a/open_issues/debugging.mdwn b/open_issues/debugging.mdwn index b2d49b26..107acbf6 100644 --- a/open_issues/debugging.mdwn +++ b/open_issues/debugging.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2010, 2011 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2010, 2011, 2013 Free Software Foundation, +Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -23,6 +24,8 @@ We have debugging infrastructure. For example: # To Do + * [[glibc]]'s sotruss + * [[ltrace]] * [[latrace]] diff --git a/open_issues/glibc.mdwn b/open_issues/glibc.mdwn index 325801bf..0df40ae5 100644 --- a/open_issues/glibc.mdwn +++ b/open_issues/glibc.mdwn @@ -1028,7 +1028,8 @@ Last reviewed up to the [[Git mirror's d3bd58cf0a027016544949ffd27300ac5fb01bb8 adcd5c15d2a37794d021104160b425ff61f88219 -- `Always fill output buffer in XPG strerror function`. Change needed for `sysdeps/mach/xpg-strerror.c`? - * a91710475294c66d0005bdaae0919d36ef8ce3d2 -- sotruss. Does it work? + * a91710475294c66d0005bdaae0919d36ef8ce3d2 -- sotruss ([[debugging]], + [[profiling]]). Does it work? * b1ebd700c5295a449f8d114740f0d1fb6e6b2eb5 + 80e2212d8e59933a1641f029ebd360526ff0e074 + 4997db742946d08be4378cf91221f558f928bc73 -- `Don't document si_code diff --git a/open_issues/latrace.mdwn b/open_issues/latrace.mdwn index b5a2928c..f5b7521e 100644 --- a/open_issues/latrace.mdwn +++ b/open_issues/latrace.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2010, 2013 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -9,3 +9,8 @@ is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] Check whether <http://people.redhat.com/jolsa/latrace/> works. + + +# See Also + + * [[debugging]], [[profiling]] diff --git a/open_issues/ltrace.mdwn b/open_issues/ltrace.mdwn index cf0df759..615d2d86 100644 --- a/open_issues/ltrace.mdwn +++ b/open_issues/ltrace.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2010, 2013 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -10,10 +10,18 @@ License|/fdl]]."]]"""]] [[!tag open_issue_glibc]] -IRC, unknown channel, unknown date. +<http://www.ltrace.org/> + + +# IRC, unknown channel, unknown date. <youpi> it'd be good to have ltrace eventually <youpi> rpctrace has too many issues to be usable <youpi> (and a lot of them are hard to fix iirc) <youpi> ltrace traces library calls <youpi> in principle it should just work at the dynamic linker stage, so should be portable + + +# See Also + + * [[debugging]], [[profiling]] diff --git a/open_issues/profiling.mdwn b/open_issues/profiling.mdwn index 7e3c7350..26e6c97c 100644 --- a/open_issues/profiling.mdwn +++ b/open_issues/profiling.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2010, 2011 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2010, 2011, 2013 Free Software Foundation, +Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -17,6 +18,12 @@ done for [[performance analysis|performance]] reasons. Should be working, but some issues have been reported, regarding GCC spec files. Should be possible to fix (if not yet done) easily. + * [[glibc]]'s sotruss + + * [[ltrace]] + + * [[latrace]] + * [[community/gsoc/project_ideas/dtrace]] Have a look at this, integrate it into the main trees. |