summaryrefslogtreecommitdiffstats
path: root/runtime/probes/build_probe
Commit message (Collapse)AuthorAgeFilesLines
* 2005-07-11 Martin Hunt <hunt@redhat.com>hunt2005-07-121-2/+10
| | | | | | | | | | * build_probe: Set RELAYFS correctly. * Makefile.template: Fix for RELAYFS. * stp: Moved here. All probes now use this copy. * ALL/stp: source the master copy of stp.
* 2005-07-01 Martin Hunt <hunt@redhat.com>hunt2005-07-011-47/+65
| | | | | | | | * Makefile.template (debug): New target. * build: Support "debug" target. * build_probe: Ditto.
* 2005-06-21 Martin Hunt <hunt@redhat.com>hunt2005-06-211-0/+2
| | | | | * build_probe (build): Add relay_flush and relay_switch_subbuf to the list of undefines to ignore.
* 2005-06-18 Martin Hunt <hunt@redhat.com>hunt2005-06-181-0/+126
* 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.