From 74f2951cc3b5d4f3716e23d284a2b3a0767eb5c2 Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Sat, 13 Jun 2009 16:58:30 +0200 Subject: Add pgrp() context tapset function. Describe sid(). * tapset/context.stp: Add pgrp() function. * testsuite/buildok/context_test.stp: Add pgrp() call. * stapfuncs.3stap.in: Describe pgrp() and sid(). Signed-off-by: Josh Stone --- stapfuncs.3stap.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'stapfuncs.3stap.in') diff --git a/stapfuncs.3stap.in b/stapfuncs.3stap.in index b9326fde..518ff2bb 100644 --- a/stapfuncs.3stap.in +++ b/stapfuncs.3stap.in @@ -210,6 +210,12 @@ Return the id of the current process. ppid:long () Return the id of the parent process. .TP +pgrp:long () +Return the pgrp of the current process. +.TP +sid:long () +Return the sid of the current process. +.TP uid:long () Return the uid of the current process. .TP -- cgit