summaryrefslogtreecommitdiff
path: root/tools/kvm-xxx.d
diff options
context:
space:
mode:
authorBryan Cantrill <bryan@joyent.com>2011-04-05 18:40:38 -0700
committerBryan Cantrill <bryan@joyent.com>2011-04-05 18:40:38 -0700
commit819d86f83a080863cc483e82fe989af2d8a86893 (patch)
tree652e4519d8579704a162d1ad44f67ccc68680ceb /tools/kvm-xxx.d
parent1520843ee6c453a508532e951039a46434b4f8cb (diff)
downloadillumos-kvm-819d86f83a080863cc483e82fe989af2d8a86893.tar.gz
HVM-21 kvm.c needs to be xxxcheck-clean
Diffstat (limited to 'tools/kvm-xxx.d')
-rw-r--r--tools/kvm-xxx.d3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/kvm-xxx.d b/tools/kvm-xxx.d
index 64393b0..4f155b2 100644
--- a/tools/kvm-xxx.d
+++ b/tools/kvm-xxx.d
@@ -4,10 +4,11 @@
kvm-xxx
{
- @[stringof(arg0), arg1] = count();
+ @[stringof(arg0), probefunc, arg1] = count();
}
tick-10sec
{
+ printf("%-12s %-40s %-8s %8s\n", "FILE", "FUNCTION", "LINE", "COUNT");
printa("%20s %8d %@8d\n", @);
}