diff options
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); } |