[sysprof] update TODO



commit c3308a4b26b74f4e5409092ebc0b08d85bb427ee
Author: Christian Hergert <chergert redhat com>
Date:   Thu Apr 14 02:52:06 2016 -0700

    update TODO

 TODO |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/TODO b/TODO
index 5812353..7ffc43a 100644
--- a/TODO
+++ b/TODO
@@ -23,3 +23,24 @@
    here is that we get pixel caching for free. Resizing the row height
    gets a little annoying though.
 
+ - Remote Profiler Support
+
+   SpProfiler is an interface, for which we only currently have an
+   SpLocalProfiler implementation. It would be nice to gain a
+   SpRemoteProfiler that can use SSH to connect to another machine
+   and run the sysprof-cli client. The couple of tricky parts are
+   going to revolve around setting up sources.
+
+ - Specify Debug Directory (or alternative)
+
+   When analyizing profiling information from another machine, we need access
+   to the symbols. Currently, we have no way to do this, but it would be nice
+   if we could have one of two ways to resolve this issue:
+
+   1) When finishing up the profiling session, we could do a pass through all
+      the symbols and extract them on the target machine. We could then append
+      this information with a new CaptureFrame type to the capture.
+   2) Specify a directory to load debug symbols from.
+
+   I think my preference is #1.
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]