summaryrefslogtreecommitdiffstats
path: root/runtime/probes/Makefile.template
Commit message (Collapse)AuthorAgeFilesLines
* SW5106 Remove old map and histogram formatting codeStan Cox2008-05-291-21/+0
|
* 2005-08-31 Martin Hunt <hunt@redhat.com>hunt2005-08-311-5/+1
| | | | | * Makefile.template: Remove KTA, KALLSYMS_LOOKUP, and KALLSYMS_LOOKUP_NAME
* 2005-07-11 Martin Hunt <hunt@redhat.com>hunt2005-07-121-1/+1
| | | | | | | | | | * 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-2/+8
| | | | | | | | * Makefile.template (debug): New target. * build: Support "debug" target. * build_probe: Ditto.
* 2005-06-18 Martin Hunt <hunt@redhat.com>hunt2005-06-181-0/+19
* 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.