diff options
author | ddomingo <ddomingo@redhat.com> | 2009-03-17 15:31:54 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2009-03-17 15:31:54 +1000 |
commit | b9315d945fa0700f9a1d8cf9185c66388d29023c (patch) | |
tree | 8965c368ed7ef5ff8bc835a76fa61b241133f933 /testsuite/buildok/task_test.stp | |
parent | 4e7c048f5184ffcb06bc64d8be6e859156c8af97 (diff) | |
parent | bdca08879745471fdb86991a8e7276900aaaf066 (diff) | |
download | systemtap-steved-b9315d945fa0700f9a1d8cf9185c66388d29023c.tar.gz systemtap-steved-b9315d945fa0700f9a1d8cf9185c66388d29023c.tar.xz systemtap-steved-b9315d945fa0700f9a1d8cf9185c66388d29023c.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/buildok/task_test.stp')
-rwxr-xr-x | testsuite/buildok/task_test.stp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/buildok/task_test.stp b/testsuite/buildok/task_test.stp index c8da7da5..792f96ea 100755 --- a/testsuite/buildok/task_test.stp +++ b/testsuite/buildok/task_test.stp @@ -16,5 +16,7 @@ probe begin { log(sprint(task_cpu(c))) log(sprint(task_open_file_handles(c))) log(sprint(task_max_file_handles(c))) + log(sprint(pid2task(pid()))) + log(sprint(pid2execname(pid()))) exit() } |