diff options
author | hunt <hunt> | 2005-11-09 22:41:51 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-11-09 22:41:51 +0000 |
commit | 5ef629df9db2fbedb1413f9c12e412ebc7117730 (patch) | |
tree | e10d646c36b15dd36df200574452e76cedfb3897 /runtime/map.h | |
parent | 9262e8147c5b217b177713cdf197990a09136c1f (diff) | |
download | systemtap-steved-5ef629df9db2fbedb1413f9c12e412ebc7117730.tar.gz systemtap-steved-5ef629df9db2fbedb1413f9c12e412ebc7117730.tar.xz systemtap-steved-5ef629df9db2fbedb1413f9c12e412ebc7117730.zip |
2005-11-09 Martin Hunt <hunt@redhat.com>
* map.h: Remove HSTAT_LOG and HSTAT_LINEAR.
* map-gen.c: Fix comment.
* pmap-gen.c: Ditto.
Diffstat (limited to 'runtime/map.h')
-rw-r--r-- | runtime/map.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/map.h b/runtime/map.h index 83a65c1e..08c06a1e 100644 --- a/runtime/map.h +++ b/runtime/map.h @@ -47,11 +47,6 @@ amount of memory. Do not increase above 5. */ #include "stat.h" -/* Histogram is log 2 */ -#define HSTAT_LOG (STAT | (HIST_LOG << 8)) -/* Histogram is linear */ -#define HSTAT_LINEAR (STAT | (HIST_LINEAR << 8)) - /* Keys are either int64 or strings */ typedef union { int64_t val; |