diff options
author | hunt <hunt> | 2005-05-31 20:19:47 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-05-31 20:19:47 +0000 |
commit | f541970f10c03b788141b359689e2a847b7684c4 (patch) | |
tree | a586bfd1ed2ccb9d6895d9745c2af31570c12f76 /runtime/probes/where_func | |
parent | a7b49c5a613f185067ed07f7bfcbb02d14a5ed1f (diff) | |
download | systemtap-steved-f541970f10c03b788141b359689e2a847b7684c4.tar.gz systemtap-steved-f541970f10c03b788141b359689e2a847b7684c4.tar.xz systemtap-steved-f541970f10c03b788141b359689e2a847b7684c4.zip |
Updated to use new _stp_map_print().
Diffstat (limited to 'runtime/probes/where_func')
-rw-r--r-- | runtime/probes/where_func/kprobe_where_funct.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |