summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorsrikar <srikar>2007-09-04 10:36:59 +0000
committersrikar <srikar>2007-09-04 10:36:59 +0000
commit86963113d4e3b10cd08389873c0eff62ba79f516 (patch)
tree1a7dd6fc33e2475dc26a2c298a6b8f599ce1d640 /testsuite
parentc4830239d5dc029bd935e0903a417815b894c96a (diff)
downloadsystemtap-steved-86963113d4e3b10cd08389873c0eff62ba79f516.tar.gz
systemtap-steved-86963113d4e3b10cd08389873c0eff62ba79f516.tar.xz
systemtap-steved-86963113d4e3b10cd08389873c0eff62ba79f516.zip
Added open_file_handles tapset function and man page for task tapsets.
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/buildok/task_test.stp2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/buildok/task_test.stp b/testsuite/buildok/task_test.stp
index 17fa7fb3..c8da7da5 100755
--- a/testsuite/buildok/task_test.stp
+++ b/testsuite/buildok/task_test.stp
@@ -14,5 +14,7 @@ probe begin {
log(sprint(task_prio(c)))
log(sprint(task_nice(c)))
log(sprint(task_cpu(c)))
+ log(sprint(task_open_file_handles(c)))
+ log(sprint(task_max_file_handles(c)))
exit()
}