summaryrefslogtreecommitdiffstats
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* PR11343: backward compatibility option/conditionalFrank Ch. Eigler2010-04-082-0/+6
* Added kernel_pointer()/set_kernel_pointer() tapset functions.David Smith2010-04-074-1/+6
* Added atomic_read() embedded-C function and tests.David Smith2010-04-063-13/+79
* Add set_kernel_* bad-address testsJosh Stone2010-04-011-0/+30
* Test that all of the set_kernel_* functions workJosh Stone2010-04-013-0/+107
* PR9958: Test that the guru notation is workingJosh Stone2010-04-012-0/+8
* Make sure that the testsuite can find its serverJosh Stone2010-03-311-0/+7
* Use a different PATH approach for pfilesJosh Stone2010-03-311-5/+2
* testsuite: convert pfiles.stp to $PATH-based stap invocation formFrank Ch. Eigler2010-03-301-1/+7
* testsuite: use #! /usr/bin/env stap instead of /usr/bin/stapFrank Ch. Eigler2010-03-302-2/+2
* PR11399: Allow '**' to match tapsets across '.'Josh Stone2010-03-252-0/+9
* Small cleanup of context.exp.David Smith2010-03-241-15/+18
* Improved atomic.exp testcase by removing the need for an external module.David Smith2010-03-244-118/+26
* releng: bump to version 1.2Frank Ch. Eigler2010-03-222-11/+11
* Support signalfd4 in syscalls2.stp tapset.Mark Wielaard2010-03-211-0/+35
* Add inotify_init1() and inotify_add_watch() mask string support.Mark Wielaard2010-03-211-0/+28
* Add support for eventfd2 to syscall.stp tapset.Mark Wielaard2010-03-211-0/+21
* Explicitly test first kernel version in utimensat syscall test.Mark Wielaard2010-03-211-1/+2
* Add support for dup3 to syscall.stp tapset.Mark Wielaard2010-03-211-0/+43
* Support epoll_create1 syscall.Mark Wielaard2010-03-211-0/+5
* PR11405: Warn and continue for parsing errors in tapsetsJosh Stone2010-03-204-0/+19
* Bump the sample indexesJosh Stone2010-03-194-10/+10
* Add ia64 pipe result support. Relax pipe syscall test a little.Mark Wielaard2010-03-191-3/+3
* PR909: add a baby test caseFrank Ch. Eigler2010-03-192-20/+15
* Add testcase for syscall.pipe.Mark Wielaard2010-03-191-0/+27
* PR11346: Move the skip-badvars logic into const-foldingJosh Stone2010-03-181-0/+7
* testuite: modargs.exp shouldn't execute things without installcheckFrank Ch. Eigler2010-03-181-2/+5
* Fixed PR 11372 by removing (most) embedded-C from proc_mem.stp.David Smith2010-03-164-0/+184
* Fixed regexp typo in stap_run_error.exp.David Smith2010-03-161-1/+1
* Move common code from {maxmemory.exp,overload.exp} into stap_run_error.exp.David Smith2010-03-164-113/+70
* Update the nfsd buildok test suite probesSteve Dickson2010-03-161-1/+0
* Get d_path's root natively with @castJosh Stone2010-03-121-0/+8
* PR11373 kludge: clean up testsuite/stap_*.ko upon 'make clean'Frank Ch. Eigler2010-03-122-0/+8
* Fix the edge-case of MAXTRYLOCK=0Josh Stone2010-03-111-1/+7
* PR11370: Add multi-header @castsJosh Stone2010-03-101-0/+3
* Removed unneeded '-u' switch from 3 tests.David Smith2010-03-103-3/+3
* PR11360: Make @defined and -L play niceJosh Stone2010-03-091-0/+18
* Update tests to check for uprobes instead of utrace.David Smith2010-03-093-16/+17
* PR 11338 (partial): Used '@defined()' in tty, scheduler, and vfs tapsets.David Smith2010-03-081-1/+1
* new sample: varwatchFrank Ch. Eigler2010-03-077-48/+77
* Move semko/nineteen.stp to semokJosh Stone2010-03-061-2/+1
* Update example indices.William Cohen2010-03-054-0/+24
* Add cmdline argument fetching for current process to context.stp tapset.Mark Wielaard2010-03-041-0/+4
* Filter the path of stap as called by the client and server.Dave Brolley2010-03-041-8/+13
* Add task_stime_tid(), task_utime_tid() and task_time_string_tid() support.Mark Wielaard2010-03-031-0/+5
* Add documentation and tests for proc_mem_*_pid functions.Mark Wielaard2010-03-031-0/+9
* PR11004: try / catch error-handling script syntaxFrank Ch. Eigler2010-03-033-0/+81
* Squash elision warnings on synthetic functionsJosh Stone2010-02-261-0/+10
* PR11075: -W option to turn warnings into errorsFrank Ch. Eigler2010-02-252-0/+12
* Ensure that @defined()==1 goes the right wayJosh Stone2010-02-251-10/+10