summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.context/systemtap_test_module2.c
Commit message (Collapse)AuthorAgeFilesLines
* 2008-02-12 Frank Ch. Eigler <fche@elastic.org>fche2008-02-131-0/+10
| | | | | | | | * systemtap.context/context.exp: Build temporary modules under build tree, to tolerate read-only source trees. * {args,backtrace,pid}.tcl: Corresponding changes. * systemtap_test_module2.c: Add a bunch of asm("")'s to prevent inlining even better than noinline does.
* 2007-09-12 Masami Hiramatsu <mhiramat@redhat.com>hiramatu2007-09-121-0/+4
| | | | | | | | PR 4633 * systemtap.context/backtrace.stp: Add testcases for the return probe and the profile probe. * systemtap.context/backtrace.tcl: Ditto. * /systemtap.context/systemtap_test_module2.c: Ditto.
* 2007-07-02 Martin Hunt <hunt@redhat.com>hunt2007-07-021-0/+77
* systemtap.context/*: New context tests.