summaryrefslogtreecommitdiffstats
path: root/runtime/pmap-gen.c
diff options
context:
space:
mode:
authorhunt <hunt>2005-11-09 22:41:51 +0000
committerhunt <hunt>2005-11-09 22:41:51 +0000
commit5ef629df9db2fbedb1413f9c12e412ebc7117730 (patch)
treee10d646c36b15dd36df200574452e76cedfb3897 /runtime/pmap-gen.c
parent9262e8147c5b217b177713cdf197990a09136c1f (diff)
downloadsystemtap-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/pmap-gen.c')
-rw-r--r--runtime/pmap-gen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/pmap-gen.c b/runtime/pmap-gen.c
index e5da6a3d..cb203a88 100644
--- a/runtime/pmap-gen.c
+++ b/runtime/pmap-gen.c
@@ -421,8 +421,8 @@ MAP KEYSYM(_stp_pmap_new) (unsigned max_entries)
return map;
}
#else
-/* _stp_pmap_new_key1_key2...val (num, HSTAT_LINEAR, start, end, interval) */
-/* _stp_pmap_new_key1_key2...val (num, HSTAT_LOG, buckets) */
+/* _stp_pmap_new_key1_key2...val (num, HIST_LINEAR, start, end, interval) */
+/* _stp_pmap_new_key1_key2...val (num, HIST_LOG, buckets) */
MAP KEYSYM(_stp_pmap_new) (unsigned max_entries, int htype, ...)
{