summaryrefslogtreecommitdiffstats
path: root/runtime/probes/build
Commit message (Collapse)AuthorAgeFilesLines
* SW5106 Remove old map and histogram formatting codeStan Cox2008-05-291-40/+0
|
* 2005-07-01 Martin Hunt <hunt@redhat.com>hunt2005-07-011-2/+5
| | | | | | | | * Makefile.template (debug): New target. * build: Support "debug" target. * build_probe: Ditto.
* 2005-06-18 Martin Hunt <hunt@redhat.com>hunt2005-06-181-59/+15
| | | | | | | | | | | | | | | | * build: Modified to use build_probe. * build_probe: New file. This does the work of building a single probe or set of probes in a directory. * Makefile.template: New file. Template used by build_probe to create Makefiles. * agg: New set of probes to test/demonstrate Counter and Stat aggregations. * all probes modified for latest changes and new build process.
* 2005-06-14 Martin Hunt <hunt@redhat.com>hunt2005-06-141-0/+81
* README: Removed old docs and replaced with simple build instructions. * Makefile: New file. * probes/build: New file.