summaryrefslogtreecommitdiffstats
path: root/runtime/map-keys.c
diff options
context:
space:
mode:
authorhunt <hunt>2005-05-26 07:43:25 +0000
committerhunt <hunt>2005-05-26 07:43:25 +0000
commitabedf3db3774b54ee4ed227e3ae69e55fb0ff76c (patch)
tree77bf164eda3f977ba0e964c92493ea8c248fb6f3 /runtime/map-keys.c
parent3750373a50833fcda902407e5b260cb8c5799ad6 (diff)
downloadsystemtap-steved-abedf3db3774b54ee4ed227e3ae69e55fb0ff76c.tar.gz
systemtap-steved-abedf3db3774b54ee4ed227e3ae69e55fb0ff76c.tar.xz
systemtap-steved-abedf3db3774b54ee4ed227e3ae69e55fb0ff76c.zip
2005-05-26 Martin Hunt <hunt@redhat.com>
* current.c (_stp_sprint_regs): Implement for i386. * sym.c (_stp_symbol_sprint): Check name before trying to print it. (_stp_symbol_print): Change to macro that calls _stp_symbol_sprint().
Diffstat (limited to 'runtime/map-keys.c')
-rw-r--r--runtime/map-keys.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/map-keys.c b/runtime/map-keys.c
index b51118ec..f9221410 100644
--- a/runtime/map-keys.c
+++ b/runtime/map-keys.c
@@ -271,8 +271,8 @@ static unsigned int KEYSYM(hash) (ALLKEYSD(key))
return (unsigned int) hash;
}
-/* _stp_map_new_key1_key2 (num, STAT, LINEAR, start, end, interval) */
-/* _stp_map_new_key1_key2 (num, STAT, LOG, buckets) */
+/* _stp_map_new_key1_key2 (num, HSTAT_LINEAR, start, end, interval) */
+/* _stp_map_new_key1_key2 (num, HSTAT_LOG, buckets) */
MAP KEYSYM(_stp_map_new) (unsigned max_entries, int valtype, ...)
{