From 22ccaa9985211ad13e8486bf2845114f409df55d Mon Sep 17 00:00:00 2001 From: hunt Date: Sat, 18 Jun 2005 07:06:38 +0000 Subject: 2005-06-18 Martin Hunt * 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. --- runtime/probes/scf/scf.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'runtime/probes/scf/scf.c') diff --git a/runtime/probes/scf/scf.c b/runtime/probes/scf/scf.c index dfdb7b0a..a8798f51 100644 --- a/runtime/probes/scf/scf.c +++ b/runtime/probes/scf/scf.c @@ -1,14 +1,12 @@ #define STP_NETLINK_ONLY -#define STP_NUM_STRINGS 2 +#define STP_NUM_STRINGS 1 #include "runtime.h" #define MAP_STRING_LENGTH 512 +#define NEED_INT64_VALS #define KEY1_TYPE STRING #include "map-keys.c" -#define VALUE_TYPE INT64 -#include "map-values.c" - #include "map.c" #include "sym.c" #include "current.c" -- cgit