summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* 2006-05-09 Josh Stone <joshua.i.stone@intel.com>jistone2006-05-101-0/+57
| | | | | | | | * examples/small_demos/proc_snoop.stp: monitor all process events. * testsuite/buildok/task_test.stp: test compilation of all task functions. * testsuite/buildok/process_test.stp: test all process events and associated variables.
* 2006-05-05 Will Cohen <wcohen@redhat.com>wcohen2006-05-052-0/+90
| | | | | | * small_demos/fileopen.stp: Shows use of target() to look at pid. * small_demos/rwtiming.stp: Shows per executable histograms of time spent in read and write system calls.
* 2006-04-23 Eugene Teo <eteo@redhat.com>eteo2006-04-231-0/+21
| | | | | * small_demos/ansi_colors.stp: Add an example of using octal escape sequences to display all possible ansi colors.
* 2006-04-20 Martin Hunt <hunt@redhat.com>hunt2006-04-201-1/+1
| | | | * small_demos/top.stp: Use printf.
* 2006-03-30 Martin Hunt <hunt@redhat.com>hunt2006-03-301-0/+2
| | | | * small_demos/close.stp: Make it executable.
* 2006-03-20 Martin Hunt <hunt@redhat.com>hunt2006-03-201-2/+2
| | | | * small_demos/key.stp: Pipe output to dev/null.
* *** empty log message ***hunt2006-03-2011-3/+193
|
* Fix typo in comment.hunt2006-03-091-1/+1
|
* 2006-03-09 Martin Hunt <hunt@redhat.com>hunt2006-03-095-0/+85
* key.stp: Toy example. * prof.stp: Example profiler. * top.stp: Print the top 20 syscalls.