summaryrefslogtreecommitdiffstats
path: root/grapher/StapParser.hxx
diff options
context:
space:
mode:
authorTim Moore <timoore@redhat.com>2009-05-20 13:29:54 +0200
committerTim Moore <timoore@redhat.com>2009-07-28 10:14:53 +0200
commit0f262fd10d337db0ec435d840b541d629879ce9f (patch)
tree6f56660cf0d766958aae66d03cfb59d2c8e083ff /grapher/StapParser.hxx
parent3c434960a680c459d526bee483a2bc79ce767473 (diff)
downloadsystemtap-steved-0f262fd10d337db0ec435d840b541d629879ce9f.tar.gz
systemtap-steved-0f262fd10d337db0ec435d840b541d629879ce9f.tar.xz
systemtap-steved-0f262fd10d337db0ec435d840b541d629879ce9f.zip
Add CSV syntax support to the grapher
* grapher/GraphData.hxx (CSVData): new class * grapher/GraphData.cxx (commaSplit): new function (ioCallback): handle CSV definition and data
Diffstat (limited to 'grapher/StapParser.hxx')
-rw-r--r--grapher/StapParser.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/StapParser.hxx b/grapher/StapParser.hxx
index a94b0a9b..624accc7 100644
--- a/grapher/StapParser.hxx
+++ b/grapher/StapParser.hxx
@@ -9,6 +9,7 @@ class StapParser
std::string _buffer;
typedef std::map<std::string, std::tr1::shared_ptr<GraphData> > DataMap;
DataMap _dataSets;
+ CSVData _csv;
Gtk::Window& _win;
GraphWidget& _widget;
public: