summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-02-07 16:42:24 +0100
committerThomas Schwinge <thomas@schwinge.name>2011-02-07 16:42:24 +0100
commitbf6ad61515c2b2f0386d84bbad1e1853f0ef35e4 (patch)
treef3c9befb9fdb1d769979e5ea7a11d212c8820da7
parent8153dc635266da0fe2d7f75fe3ea19d895522762 (diff)
community/gsoc/project_ideas/dtrace -> open_issues/dtrace.
-rw-r--r--lttng.mdwn2
-rw-r--r--open_issues/dtrace.mdwn (renamed from community/gsoc/project_ideas/dtrace.mdwn)6
-rw-r--r--open_issues/profiling.mdwn2
3 files changed, 4 insertions, 6 deletions
diff --git a/lttng.mdwn b/lttng.mdwn
index cb5d0e22..f8a17551 100644
--- a/lttng.mdwn
+++ b/lttng.mdwn
@@ -19,7 +19,7 @@ License|/fdl]]."]]"""]]
# Related
- * [[community/gsoc/project_ideas/dtrace]]
+ * [[open_issues/dtrace]]
[[!ymlfront data="""
diff --git a/community/gsoc/project_ideas/dtrace.mdwn b/open_issues/dtrace.mdwn
index 6448d563..1931f340 100644
--- a/community/gsoc/project_ideas/dtrace.mdwn
+++ b/open_issues/dtrace.mdwn
@@ -9,15 +9,13 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]
-[[!meta title="dtrace Support"]]
-
One of the main problems of the current Hurd implementation is very poor
-performance. While we have a bunch of ideas what could cause the performance
+[[performance]]. While we have a bunch of ideas what could cause the performance
problems, these are mostly just guesses. Better understanding what really
causes bad performance is necessary to improve the situation.
For that, we need tools for performance measurements. While all kinds of more
-or less specific profiling tools could be conceived, the most promising and
+or less specific [[profiling]] tools could be conceived, the most promising and
generic approach seems to be a framework for logging certain events in the
running system (both in the microkernel and in the Hurd servers). This would
allow checking how much time is spent in certain modules, how often certain
diff --git a/open_issues/profiling.mdwn b/open_issues/profiling.mdwn
index c8774f07..1aba698c 100644
--- a/open_issues/profiling.mdwn
+++ b/open_issues/profiling.mdwn
@@ -17,7 +17,7 @@ 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.
- * [[community/gsoc/project_ideas/dtrace]]
+ * [[dtrace]]
Have a look at this, integrate it into the main trees.