summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/prologues.stp
Commit message (Collapse)AuthorAgeFilesLines
* 2007-11-12 Martin Hunt <hunt@redhat.com>hunt2007-11-121-1/+1
| | | | | | | | * systemtap.base/*.stp: Replace log() calls with println() (or printf() if formatting would help.) * systemtap.maps/*.stp: Ditto. * systemtap.samples/*.stp: Ditto. * systemtap.stress/*.stp: Ditto.
* 2007-02-09 Frank Ch. Eigler <fche@elastic.org>fche2007-02-091-0/+6
PR 3965 * configure.ac: Add --enable-prologue option. * configure, config.in: Regenerated. * session.h (prologue_searching): New field. * main.cxx (main): Parse new "-P" option. Initialize based on autoconf flag. * stap.1.in, NEWS: Document it. * hash.cxx (find_hash): Include it in computation. * tapsets.cxx (query_func_info, query_cu): Respect it. 2007-02-09 Frank Ch. Eigler <fche@elastic.org> * systemtap.base/prologue.*: New test case.