summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/twenty.stp
Commit message (Collapse)AuthorAgeFilesLines
* reduce systemtap.log contribution by semok/twenty.stpFrank Ch. Eigler2009-01-301-1/+6
|
* PR6466: broad side-effect free statement elisionFrank Ch. Eigler2008-04-291-1/+1
|
* 2007-03-30 Frank Ch. Eigler <fche@redhat.com>fche2007-03-301-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | PR 1570 * NEWS: Document probe handler language change re. inline functions. * stapprobes.5.in: Likewise. * tapsets.cxx: Many changes to simplify caches and implement new handling of inline functions, removed of stubs for future probes. * elaborate.cxx (derived_probe printsig_nested): New function. * elaborate.h: Declare it. * main.cxx (usage): Clarify "-r" meaning. (main): Tweak related "-p 4" message. 2007-03-30 Frank Ch. Eigler <fche@elastic.org> PR 1570. * memory.stp, scheduler.stp, signal.stp, LKET/signal.stp: Adapt to .inline -> .function change. 2007-03-30 Frank Ch. Eigler <fche@elastic.org> PR 1570 * */*.stp: Adapt to .inline -> .function change. * lib/stap_run.exp, stap_run2.exp, stap_run_binary.exp: Shorten pass/fail dejagnu log lines. * systemtap.syscall/sys.stp, test.tcl: Make slightly more compatible and failure more verbose.
* 2005-11-08 Frank Ch. Eigler <fche@redhat.com>fche2005-11-081-0/+8
* tapsets.cxx (blacklisted_p): Tolerate NULL filename parameter. * src/testsuite/semok/twenty.stp: New test to enumerate everything dwarfly probeable.