summaryrefslogtreecommitdiffstats
path: root/examples/socket-trace.stp
Commit message (Collapse)AuthorAgeFilesLines
* Move examples to testsuite/systemtap.examplesWilliam Cohen2008-04-241-8/+0
|
* 2007-11-09 Martin Hunt <hunt@redhat.com>hunt2007-11-091-1/+2
| | | | | | * README: New. * *.stp. Fix path. See PR 4718.
* 2007-08-09 Frank Ch. Eigler <fche@elastic.org>fche2007-08-091-0/+1
| | | | | PR 4718, from Eugeniy Meshcheryakov <eugen@debian.org>: * *.stp: Make all shell scripts lead with #! /usr/bin/stap
* 2007-04-02 Frank Ch. Eigler <fche@elastic.org>fche2007-04-021-1/+1
| | | | | | | | | | | | * tapsets.cxx (query_dwarf_func): Skip non-inlined functions for .function().inline case. 2007-04-02 Frank Ch. Eigler <fche@elastic.org> * socket-trace.stp, small_demos/prof.stp, top.stp: Adapt to .inline -> .function change. * semko/twentyone.stp: Ditto.
* 2007-01-30 Frank Ch. Eigler <fche@elastic.org>fche2007-01-301-0/+6
* socket-trace.stp: Added from the tutorial.