diff options
Diffstat (limited to 'runtime/probes/scf/scf.c')
-rw-r--r-- | runtime/probes/scf/scf.c | 6 |
1 files changed, 2 insertions, 4 deletions
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" |