summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Let try_block contain any statementJosh Stone2010-03-191-2/+2
* PR909: add a baby test caseFrank Ch. Eigler2010-03-192-20/+15
* tapset: port addr_to_node() to rhel4Frank Ch. Eigler2010-03-191-1/+5
* Add testcase for syscall.pipe.Mark Wielaard2010-03-191-0/+27
* Merge syscall.pipe and syscall.pipe2 to get around "nesting".Mark Wielaard2010-03-191-41/+24
* Reindent syscall2.stp pipe[2][.return] to follow unify formatting rules.Mark Wielaard2010-03-191-72/+54
* PR11402 Support pipe2 syscall.Mark Wielaard2010-03-192-0/+59
* Recognize O_CLOEXEC in _sys_open_flag_str.Mark Wielaard2010-03-191-0/+4
* Make pipe file descriptors available in syscall.pipe[.return].Mark Wielaard2010-03-191-1/+34
* Use @defined() in syscall.pipe to select whether fildes_uaddr is available.Mark Wielaard2010-03-191-20/+10
* Sprinkle static to prevent unnecessary inclusionJosh Stone2010-03-182-3/+3
* Simplify the perf entry handlersJosh Stone2010-03-181-9/+6
* Create one perf structure to rule them allJosh Stone2010-03-183-77/+38
* PR11346: Move the skip-badvars logic into const-foldingJosh Stone2010-03-183-28/+42
* tweak perf.* probe blurbage re. constrained hw pclFrank Ch. Eigler2010-03-181-2/+2
* PR909: add perf.hw_cache.* aliasesFrank Ch. Eigler2010-03-183-5/+79
* Fixed BZ 568032 by adding support for sys_ia64_pipe.David Smith2010-03-181-2/+9
* Fixed BZ 568032 by adding support for sys_ia64_pipe.David Smith2010-03-181-2/+9
* PR909: baby documentation for perf.* probesFrank Ch. Eigler2010-03-184-1/+91
* optimizer diagnostics: identify taken branch of optimizationsFrank Ch. Eigler2010-03-181-3/+3
* Remove <asm/segment.h> inclusion to fix ppc build.David Smith2010-03-181-1/+0
* autoconf: standardize CPU_KHZ based on session kernel_exportsFrank Ch. Eigler2010-03-181-35/+11
* testuite: modargs.exp shouldn't execute things without installcheckFrank Ch. Eigler2010-03-181-2/+5
* PR909: store kernel exported symbols in session objectFrank Ch. Eigler2010-03-183-4/+40
* PR909: reject perf.* probes laterFrank Ch. Eigler2010-03-181-6/+5
* PR909: switch to tapset-based attr/type resolutionFrank Ch. Eigler2010-03-182-76/+54