summaryrefslogtreecommitdiffstats
path: root/testsuite
Commit message (Collapse)AuthorAgeFilesLines
...
| * reduce systemtap.log contribution by semok/twenty.stpFrank Ch. Eigler2009-01-302-1/+10
| |
| * More security checking for client/server. Set exec_prefix and sysconfdir at ↵Dave Brolley2009-01-302-4/+10
| | | | | | | | install time.
| * Move the scf.stp example from systemtap.samples to systemtap.examples.William Cohen2009-01-309-39/+89
| |
| * Move some systemtap.sample tests to systemtap.base.William Cohen2009-01-2913-0/+7
| |
| * Correct ChangeLog entry.William Cohen2009-01-291-5/+5
| |
| * Remove uninteresting examples, args.stp, primes.stp, and testlog.stp.William Cohen2009-01-296-141/+8
| |
| * Add the polling timeout example and update the catalog.William Cohen2009-01-287-0/+154
| |
* | Merge branch 'master' into pr6866.Mark Wielaard2009-01-2315-58/+214
|\|
| * Add dtrace -h supportStan Cox2009-01-222-34/+50
| |
| * Don't test -lsduprobe.s for now.Stan Cox2009-01-202-21/+25
| |
| * Add checking utrace in test cases.Wenji Huang2009-01-195-0/+42
| |
| * Create the rpm subpackage systemtap-sdt-develStan Cox2009-01-132-1/+5
| |
| * send/send_log needs a -- with a constant string that starts with -----Srikar Dronamraju2009-01-131-1/+1
| |
| * Fix compilation warning of too large number on 32-bits machines.Wenji Huang2009-01-112-0/+5
| |
| * Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-01-092-1/+6
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am Makefile.in testsuite/ChangeLog
| | * PR9699: correct tcl syntax in test caseFrank Ch. Eigler2009-01-062-1/+6
| | |
| * | New framework for creating/using certificate databases for client/server.Dave Brolley2009-01-092-9/+5
| |/
| * PR9693. Add #! /usr/bin/env stap line for traceio2 and functioncallcount.Mark Wielaard2009-01-023-0/+9
| |
| * Systemtap compile server phase 2 (ssl) -- first cut.Dave Brolley2008-12-242-11/+28
| |
| * Put a block around the probe point.Stan Cox2008-12-212-4/+8
| |
| * Convert .mark to .statement(0x) instead of .statement(foo.c:N)Stan Cox2008-12-163-22/+70
| |
| * Format tweaks.William Cohen2008-12-103-2/+8
| |
* | Compile and use helper usymbols_lib.c library for usymbols.exp test.Mark Wielaard2008-12-154-30/+73
| |
* | PR6866: First pass at translating addresses to symbol names through vma.Mark Wielaard2008-12-103-0/+115
|/
* add latencytap scriptTim Moore2008-12-102-0/+57
|
* PR6961: initial sketch: set up dummy pt_regs for non-trap based probesFrank Ch. Eigler2008-12-094-1/+41
|
* Tweak formatting, indent two space.William Cohen2008-12-0921-238/+261
|
* Remove STAP_PROBE_START.Stan Cox2008-12-042-2/+4
|
* mergedFrank Ch. Eigler2008-12-032-0/+17
|\ | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: PR7053: Add checking empty aggregate and default print where @count==0. Add man page entry for stap -B
| * PR7053: Add checking empty aggregate and default print where @count==0.Wenji Huang2008-12-022-0/+17
| |
* | PR5892: rename new -B /PATH to -r /PATH; merge functionalityFrank Ch. Eigler2008-12-032-4/+8
|/
* make uprobes -p5 test message matching more liberalFrank Ch. Eigler2008-11-292-8/+7
|
* test suite: simplify static-uprobes pass/fail messagesFrank Ch. Eigler2008-11-292-5/+9
|
* PR5376: probe alias parsing tweaksFrank Ch. Eigler2008-11-282-0/+9
|
* clone (CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD) is just fork ().Mark Wielaard2008-11-272-1/+6
|
* Support debuginfo static uprobes.Stan Cox2008-11-263-11/+48
|
* para-callgraph.meta: Add accidentially removed -c back to test_installcheck.Mark Wielaard2008-11-262-1/+6
|
* Don't use single quotes in .meta files.Mark Wielaard2008-11-252-1/+5
|
* PR5689 part 2: separate skip counters for low-stack and reentrancy casesFrank Ch. Eigler2008-11-212-0/+26
|
* badkprobe testsuite fix: don't try to run unless installtest_pFrank Ch. Eigler2008-11-201-1/+3
|
* samples catalog: more linkiesFrank Ch. Eigler2008-11-204-68/+78
|
* example catalog: remove by-subsystem indexesFrank Ch. Eigler2008-11-209-609/+144
|
* updated sleepingBeauties.meta, regenerated indexFrank Ch. Eigler2008-11-198-47/+49
|
* Add [u_]register() and *_arg() support for s390x.Jim Keniston2008-11-192-0/+5
|
* PR6925: --vp (per-pass verbosity) optionFrank Ch. Eigler2008-11-182-0/+13
|
* Add static uprobe support (static library variant)Stan Cox2008-11-173-0/+92
|
* bump version to 0.8Frank Ch. Eigler2008-11-132-11/+11
|
* Testsuite, pick up the correct stap being tested when executing under sudo.Mark Wielaard2008-11-133-2/+12
|
* PR6964: Revert "Fix hung test due to workaround for PR6964."Frank Ch. Eigler2008-11-122-7/+12
| | | | This reverts commit 8576ea4be5619d9c169cab385ac0d31174fdee41.
* Improved error handling of num_args.tcl testcase.David Smith2008-11-122-1/+9
| | | | | | | 2008-11-12 David Smith <dsmith@redhat.com> * systemtap.context/num_args.tcl: Improved error handling of testcase.