summaryrefslogtreecommitdiffstats
path: root/grapher/StapParser.cxx
Commit message (Expand)AuthorAgeFilesLines
* change namespace indentation to 0Tim Moore2009-12-211-263/+263
* grapher: implement restarting a stap processTim Moore2009-12-111-0/+18
* grapher: integrate graph events from stdin with the stap process framework.Tim Moore2009-12-101-11/+20
* show the status of stap processes in the process windowTim Moore2009-12-091-157/+181
* grapher: start of a dialog for displaying active stap processesTim Moore2009-12-081-3/+9
* refactor list of data sets out of GraphWidget into a global data structure.Tim Moore2009-12-081-2/+4
* add copyright and license to grapher filesTim Moore2009-12-071-0/+8
* support multiline data output from scripts run under the grapherTim Moore2009-12-041-8/+19
* Make the hover text conform to data displayed.Tim Moore2009-12-021-0/+2
* Refactor drawing of different styles of graph into classesTim Moore2009-12-021-2/+2
* change time type from double to int64_tTim Moore2009-12-011-3/+3
* Fix regression of parsing grapher optionsTim Moore2009-10-281-28/+28
* More refactoring for multiple stap processes.Tim Moore2009-10-271-5/+5
* Change stap parser to use an input file descriptor other than stdinTim Moore2009-10-271-1/+1
* cleanup of graph data parser, using Boost functions where usefulTim Moore2009-10-141-34/+32
* grapher: Handle the death of the child stap processTim Moore2009-09-301-1/+26
* Fix graph attribute parsing bugletTim Moore2009-09-161-2/+2
* Fix missing strlen compile error.Stan Cox2009-08-061-0/+1
* Add #include and casting to allow compilations of grapher on RHEL5.William Cohen2009-08-041-0/+1
* Support for presenting multiple graphsTim Moore2009-07-281-113/+135
* Templatize GraphDataTim Moore2009-07-281-18/+59
* Add CSV syntax support to the grapherTim Moore2009-07-281-10/+70
* Refactor StapParser into its own filesTim Moore2009-07-281-0/+81