summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add kernel-writing functions for guru onlyJosh Stone2010-04-012-0/+128
* PR9958: Let embedded-C assert guru modeJosh Stone2010-04-011-0/+5
* 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
* Use a wider cache for simple function lookupsJosh Stone2010-03-303-3/+126
* Remove unused code from iterate_over_functionsJosh Stone2010-03-303-14/+3
* PR 9871 (partial) fix. Removed some embedded-C in ioblock.stp/vfs.stp.David Smith2010-03-304-29/+42
* 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
* Add documentation about Flight Recorder Mode to Beginner's GuideWilliam Cohen2010-03-301-0/+136
* PR 11338 (partial): Used @defined in ioscheduler.stp and fixed deref hazards.David Smith2010-03-291-48/+40
* PR4105 Support up to 9 (up from 5) array indices documentation.William Cohen2010-03-291-1/+1
* Add kprobe user probe semaphore handling.Stan Cox2010-03-262-25/+198
* PR 11338 (partial): Used '@defined()' in inet_sock tapsets.David Smith2010-03-261-21/+7
* PR 9871/11338 fix in tcpmib.stp by removing embedded-C and using @defined.David Smith2010-03-263-88/+69
* Remove probe_point code duplicationJosh Stone2010-03-251-14/+1
* Print probepoint addresses in hexJosh Stone2010-03-253-30/+38
* Mention ** in NEWS and stapprobes.3stapJosh Stone2010-03-252-1/+10
* PR11399: Allow '**' to match tapsets across '.'Josh Stone2010-03-253-0/+83
* PR11427: port sdt.h to sparcTom Callaway2010-03-241-1/+1
* 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
* Fix pipe syscall name in return probe.Mark Wielaard2010-03-241-1/+5
* Removed unneeded convenience variables in syscall.pipe.return.David Smith2010-03-231-5/+1
* Fixed PR 11425 by fixing probefunc() when used with kprobe.function.David Smith2010-03-231-1/+1
* Partial fix for pr 11414. Fixed several 32-bit probe points.David Smith2010-03-231-8/+13
* PR10913: Fix error messages when unable to close certain tokensCharley Wang2010-03-231-4/+3
* releng: bump to version 1.2Frank Ch. Eigler2010-03-226-24/+27
* Fixed nd_syscalls 'sys32_mmap2' problem on newer kernels.David Smith2010-03-221-2/+2
* Fixed cut-and-paste error for sys_ia64_pipe.David Smith2010-03-221-1/+1
* Ifdef out atomic_long_read() body on older kernels where the type doesn't exist.David Smith2010-03-221-0/+2
* Partial fix for pr 11388 by adding 'sys_mmap_pgoff' support.David Smith2010-03-222-4/+8
* Partial fix for pr 11388 by adding 'sys_mmap_pgoff' support.David Smith2010-03-222-6/+10
* Fix syscall tapset on older kernels (RHEL4).David Smith2010-03-221-0/+2
* Improve handling of O_NONBLOCK and O_CLOEXEC.David Smith2010-03-221-1/+7
* Support signalfd4 in syscalls2.stp tapset.Mark Wielaard2010-03-213-5/+75
* Add inotify_init1() and inotify_add_watch() mask string support.Mark Wielaard2010-03-213-7/+85
* Add support for eventfd2 to syscall.stp tapset.Mark Wielaard2010-03-213-6/+61
* Explicitly test first kernel version in utimensat syscall test.Mark Wielaard2010-03-211-1/+2
* Match syscall.pipe32 with regular syscall.pipe[2] output.Mark Wielaard2010-03-211-1/+34
* Add support for dup3 to syscall.stp tapset.Mark Wielaard2010-03-213-0/+96
* Add F_DUPFD_CLOEXEC to _fcntl_cmd_str().Mark Wielaard2010-03-211-0/+1
* Add MSG_CMSG_CLOEXEC to _recvflags_str.Mark Wielaard2010-03-211-0/+1
* Support epoll_create1 syscall.Mark Wielaard2010-03-213-6/+33
* robustness: add special_mapping_* to blacklist for 2.6.32ishFrank Ch. Eigler2010-03-201-0/+3
* PR11405: Warn and continue for parsing errors in tapsetsJosh Stone2010-03-205-1/+23
* Bump the sample indexesJosh Stone2010-03-194-10/+10
* Add ia64 pipe result support. Relax pipe syscall test a little.Mark Wielaard2010-03-192-4/+20