From f541970f10c03b788141b359689e2a847b7684c4 Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 31 May 2005 20:19:47 +0000 Subject: Updated to use new _stp_map_print(). --- runtime/probes/where_func/kprobe_where_funct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/probes/where_func') diff --git a/runtime/probes/where_func/kprobe_where_funct.c b/runtime/probes/where_func/kprobe_where_funct.c index d75d70f9..a325693a 100644 --- a/runtime/probes/where_func/kprobe_where_funct.c +++ b/runtime/probes/where_func/kprobe_where_funct.c @@ -79,7 +79,7 @@ static void probe_exit (void) { _stp_unregister_kprobes (kp, MAX_KPROBES); - _stp_map_print (funct_locations, "locations"); + _stp_map_print (funct_locations, "Count: %d\tCaller: %1P"); _stp_map_del(funct_locations); } -- cgit