From 313cfc85e435b93bfa9110cda3e3f930de066643 Mon Sep 17 00:00:00 2001 From: ddomingo Date: Mon, 27 Oct 2008 13:11:27 +1000 Subject: added simplified, working para-callgraph --- testsuite/systemtap.examples/general/para-callgraph-simple.meta | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 testsuite/systemtap.examples/general/para-callgraph-simple.meta (limited to 'testsuite/systemtap.examples/general/para-callgraph-simple.meta') diff --git a/testsuite/systemtap.examples/general/para-callgraph-simple.meta b/testsuite/systemtap.examples/general/para-callgraph-simple.meta new file mode 100644 index 00000000..4a0bb251 --- /dev/null +++ b/testsuite/systemtap.examples/general/para-callgraph-simple.meta @@ -0,0 +1,7 @@ +title: Callgraph tracing with arguments +name: para-callgraph.stp +keywords: trace callgraph +subsystem: general +description: Print a timed per-thread callgraph, complete with function parameters and return values. The first parameter names the function probe points to trace. The optional second parameter names the probe points for trigger functions, which acts to enable tracing for only those functions that occur while the current thread is nested within the trigger. +test_check: stap -p4 para-callgraph.stp sys_read '*@fs/*.c' +test_installcheck: TBD -- cgit