From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15646 invoked by alias); 14 Nov 2011 18:13:56 -0000 Received: (qmail 15605 invoked by uid 9586); 14 Nov 2011 18:13:55 -0000 Date: Mon, 14 Nov 2011 18:13:00 -0000 Message-ID: <20111114181355.15594.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, jistone/inode-uprobes, updated. release-1.6-421-g97a42d2 X-Git-Refname: refs/heads/jistone/inode-uprobes X-Git-Reftype: branch X-Git-Oldrev: 78452c3356b4f91e8d8a22fb328fc66f631cf51b X-Git-Newrev: 97a42d20ce7b552738881593c0de4b9ab2415dab Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2011-q4/txt/msg00124.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, jistone/inode-uprobes has been updated via 97a42d20ce7b552738881593c0de4b9ab2415dab (commit) via 88e7c122244f558e0cb03cda5f101852aca8220a (commit) via 3892d516be331c7dd4368b2a57a4f00ee2866b23 (commit) via 26d7c30fca74fbe038ac9c58b0bc87f393794e3d (commit) via a3e81d6383ebdcae5d3c2b0d400d86e2833aed62 (commit) via f7719b3da58af5eab4872ddf91d9daa4e0b91cff (commit) via 453908cebeeef690013465d5c0872237919d1262 (commit) via 402c3d8d0d37d92a5a42690cefac58de2a0335ef (commit) via ca153db379c12ada6ebf6d3165d971f58d4b0b49 (commit) via d84dc56f14b845c1f17b09d4d261b5ae5947a69a (commit) via df9aa2ce436132568b8f94e9d69e63992d2bf779 (commit) via 88e39987df7109b26343c9c33567646873d6f829 (commit) via 030fe6235b76269d20cc547ab69b4cbbb8a26a7a (commit) via 8095a157f87a81f74994f26f6245bfdb485d3b29 (commit) via cfd4b9fb3bdaeaa5d02a2dbc145dad12699405a8 (commit) from 78452c3356b4f91e8d8a22fb328fc66f631cf51b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 97a42d20ce7b552738881593c0de4b9ab2415dab Merge: 78452c3 88e7c12 Author: Josh Stone Date: Mon Nov 14 10:08:08 2011 -0800 Merge remote-tracking branch 'origin/master' into inode-uprobes ----------------------------------------------------------------------- Summary of changes: Makefile.am | 4 +- Makefile.in | 43 +++++- NEWS | 2 + csclient.cxx | 9 - elaborate.h | 2 +- includes/sys/sdt.h | 46 ++++-- initscript/README.stap-server | 2 +- privilege.cxx | 121 ++++++++++++++ privilege.h | 34 ++++ runtime/stack.c | 4 +- runtime/staprun/Makefile.am | 4 +- runtime/staprun/Makefile.in | 47 ++++-- runtime/staprun/privilege.h | 20 --- runtime/staprun/staprun.c | 51 +------ runtime/staprun/staprun.h | 1 - runtime/staprun/staprun_funcs.c | 12 +-- session.h | 2 +- tapsets.cxx | 126 +++++++++++++-- testsuite/aclocal.m4 | 4 +- testsuite/systemtap.base/implicitptr.c | 10 +- testsuite/systemtap.base/implicitptr.exp | 11 +- testsuite/systemtap.base/sdt.c | 23 +++- testsuite/systemtap.base/sdt.exp | 9 +- testsuite/systemtap.base/sdt.stp | 10 ++ testsuite/systemtap.base/sdt_misc.c | 8 +- testsuite/systemtap.base/sdt_va_args.c | 2 + testsuite/systemtap.base/sdt_va_args.exp | 4 +- testsuite/systemtap.base/vta-test.c | 17 ++- .../systemtap.examples/profiling/sched_switch.stp | 51 ++++-- testsuite/systemtap.exelib/pthreadprobes.exp | 49 ++++--- testsuite/systemtap.server/server_args.exp | 18 ++- testsuite/systemtap.server/server_locale.exp | 170 ++++++++++++++++++++ util.cxx | 45 ++---- util.h | 7 +- 34 files changed, 724 insertions(+), 244 deletions(-) create mode 100644 privilege.cxx create mode 100644 privilege.h delete mode 100644 runtime/staprun/privilege.h hooks/post-receive -- systemtap: system-wide probe/trace tool