Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 2007-01-29 Frank Ch. Eigler <fche@elastic.org> | fche | 2007-01-29 | 3 | -11/+15 | |
| | | | | * configure.ac, configure: Bumped version to 0.5.13 for development. | |||||
* | 2007-01-29 Frank Ch. Eigler <fche@elastic.org> | fche | 2007-01-29 | 2 | -5/+9 | |
| | | | | * translate.cxx (emit_module_init): Add some more type casts to printk args. | |||||
* | none | fche | 2007-01-29 | 1 | -1/+2 | |
| | ||||||
* | 2007-01-29 Martin Hunt <hunt@redhat.com> | hunt | 2007-01-29 | 2 | -16/+24 | |
| | | | | | * translate.cxx (emit_module_init): BZ3888. Add memory usage for the runtime to the printk. | |||||
* | 2007-01-29 Martin Hunt <hunt@redhat.com> | hunt | 2007-01-29 | 4 | -7/+15 | |
| | | | | | | * procfs.c: Count allocated IO memory. * symbols.c: Use _stp_kmalloc() and _stp_kzalloc(). * transport.c: Count allocated IO memory. | |||||
* | 2007-01-29 Martin Hunt <hunt@redhat.com> | hunt | 2007-01-29 | 6 | -9/+63 | |
| | | | | | | | | | | * alloc.c (_stp_kmalloc): New function. Call kmalloc with the coirrect flags and track usage. (_stp_kzalloc): Ditto. * map.c: Use new alloc calls. * print.c: Ditto. * stat.c: Ditto. * time.c: Ditto. | |||||
* | New example that uses a shell script to process command line options for a ↵ | mmason | 2007-01-29 | 3 | -0/+389 | |
| | | | | systemtap script. | |||||
* | 2007-01-29 Frank Ch. Eigler <fche@elastic.org> | fche | 2007-01-29 | 6 | -12/+43 | |
| | | | | | | | | | * main.cxx (main): For successful last_pass=4, print compiled module name. * cache.cxx (get_from_cache): Ditto. 2007-01-29 Frank Ch. Eigler <fche@elastic.org> * systemtap.base/cache.exp (stap_compile): Accept new -p4 output. | |||||
* | 2007-01-26 Josh Stone <joshua.i.stone@intel.com> | jistone | 2007-01-27 | 2 | -2/+5 | |
| | | | | * vfs.stp (ppos_pos): Change deref() to kread() so i686 passes. | |||||
* | . | roland | 2007-01-26 | 1 | -30/+34 | |
| | ||||||
* | 2007-01-25 Roland McGrath <roland@redhat.com> | roland | 2007-01-26 | 1 | -1/+1 | |
| | | | | * loc2c-runtime.h (store_deref): Use "Zr" constraint for 64-bit case. | |||||
* | __is_idle should be pure. | jistone | 2007-01-25 | 1 | -1/+1 | |
| | ||||||
* | Fix for missing SOCK_PASSSEC in kernels earlier than 2.6.18. | mmason | 2007-01-25 | 2 | -1/+9 | |
| | ||||||
* | 2007-01-25 Martin Hunt <hunt@localhost.localdomain> | hunt | 2007-01-25 | 2 | -1/+16 | |
| | | | | * syscalls2.stp: Add sys32_ustat probe. | |||||
* | * systemtap.syscall/syscall.exp: Increase timeout for slow machines. | wcohen | 2007-01-24 | 2 | -0/+5 | |
| | ||||||
* | add helpful blurb | fche | 2007-01-24 | 1 | -0/+2 | |
| | ||||||
* | Forgot to include ChangeLog in last commit. | mmason | 2007-01-24 | 1 | -0/+9 | |
| | ||||||
* | Added stapprobes.socket(5) man page and updates to stapprobes(5) and ↵ | mmason | 2007-01-24 | 8 | -6/+491 | |
| | | | | stapfuncs(5). | |||||
* | Changed bit checking method in sock_flags_num2str(). | mmason | 2007-01-24 | 2 | -8/+17 | |
| | ||||||
* | 2007-01-23 Frank Ch. Eigler <fche@elastic.org> | fche | 2007-01-23 | 2 | -1/+7 | |
| | | | | * tapsets.cxx (loc2c_error): Correct vasprintf ignored-rc warning. | |||||
* | 2007-01-23 Frank Ch. Eigler <fche@elastic.org> | fche | 2007-01-23 | 2 | -5/+6 | |
| | | | | * systemtap.pass1-4/buildok.exp: Remove most kfail designations. | |||||
* | Added build test for sockets tapset. | mmason | 2007-01-23 | 2 | -0/+111 | |
| | ||||||
* | New sockets tapset. | mmason | 2007-01-23 | 2 | -0/+1081 | |
| | ||||||
* | Added new string functions tokenize() and strtol(). | mmason | 2007-01-23 | 7 | -0/+158 | |
| | ||||||
* | 2007-01-22 Josh Stone <joshua.i.stone@intel.com> | jistone | 2007-01-23 | 4 | -78/+119 | |
| | | | | | | | | | runtime/ * loc2c-runtime.h (kread, kwrite): Tweaks to work better with reading and writing pointer values. testsuite/ * systemtap.base/deref.stp: Rewrite test, and now also check the ability to read/write pointers. | |||||
* | 2007-01-22 Frank Ch. Eigler <fche@redhat.com> | fche | 2007-01-22 | 56 | -89/+16 | |
| | | | | | | | * config/unix.exp: New file as a master load_lib repository. * */*.exp: Removed load_lib calls. * parseko/cmdline01.stp: Swallow expected stap ERROR: message. * systemtap.syscall/syscall.exp: Added installmode_p checks. | |||||
* | Fix for kallsyms problem | hunt | 2007-01-22 | 1 | -11/+7 | |
| | ||||||
* | 2007-01-22 Martin Hunt <hunt@redhat.com> | hunt | 2007-01-22 | 2 | -4/+9 | |
| | | | | | | * translate.cxx (mapvar::exists): Use new _stp_map_exists function. Testing for zero is no longer correct after changes from 2007-01-10 below. | |||||
* | 2007-01-22 Martin Hunt <hunt@redhat.com> | hunt | 2007-01-22 | 2 | -0/+39 | |
| | | | | * map-gen.c (_stp_map_exists): New. Check for membership only. | |||||
* | 2007-01-22 Martin Hunt <hunt@redhat.com> | hunt | 2007-01-22 | 3 | -0/+70 | |
| | | | | | * systemtap.maps/exists.stp: New test to see if array elements exist using the "in" keyword. | |||||
* | Updated kmodule.stp test to look for other modules when ext3 isn't a module. | mmason | 2007-01-21 | 2 | -1/+10 | |
| | ||||||
* | 2007-01-19 Josh Stone <joshua.i.stone@intel.com> | jistone | 2007-01-20 | 5 | -11/+91 | |
| | | | | | | | | | | | | | PR 3079 runtime/ * loc2c-runtime.h (kread, kwrite): New macros to safely read/write values from kernel pointers. This includes a workaround for 64-bit numbers on i386 platforms. testsuite/ * systemtap.base/deref.stp: Use the new kread macro that should work fine with 64-bit numbers on i386 platforms. Also expand the test to include writes with kwrite. * systemtap.base/deref.exp: Remove the setup_kfail. | |||||
* | 2007-01-18 Frank Ch. Eigler <fche@elastic.org> | fche | 2007-01-18 | 3 | -2/+23 | |
| | | | | | | * main.cxx (version): Add (C) 2007. * translate.cxx (emit_module_init): Add a KERN_DEBUG printk at module startup time to aid debugging and auditing. | |||||
* | In _stp_sockaddr_str() s390x needs sockaddr_ll.sll_addr printed as a long ↵ | dwilder | 2007-01-18 | 1 | -1/+1 | |
| | | | | int instead of long long int. | |||||
* | Added several ? to probe definitions for kernel functions that are not ↵ | dwilder | 2007-01-18 | 1 | -8/+8 | |
| | | | | availableon s390. This is needed to make probe syscall.* work. | |||||
* | Added s390x support in function errno_str. | dwilder | 2007-01-18 | 1 | -0/+2 | |
| | ||||||
* | * embedded-C safety blurb | fche | 2007-01-17 | 1 | -1/+4 | |
| | ||||||
* | 2007-01-17 Martin Hunt <hunt@redhat.com> | hunt | 2007-01-17 | 3 | -0/+23 | |
| | | | | | * syscalls.stp: Add syscall.creat. * syscalls2.stp: Add compat_sys_open. | |||||
* | 2007-01-17 Martin Hunt <hunt@redhat.com> | hunt | 2007-01-17 | 2 | -0/+4 | |
| | | | | * test.exp: Renamed to syscall.exp. | |||||
* | buildok/eighteen.stp: changed to find __audit_getname or audit_getname | mmason | 2007-01-16 | 2 | -8/+10 | |
| | | | | without checking kernel version to support audit code backports | |||||
* | * point to NEWS | fche | 2007-01-15 | 1 | -4/+7 | |
| | ||||||
* | Test 32-bit binaries on ppc64 in test.exp. | mmason | 2007-01-15 | 2 | -2/+7 | |
| | ||||||
* | Fix for ioblocktest.exp test (PR 3867) | mmason | 2007-01-13 | 4 | -7/+17 | |
| | ||||||
* | Added ? to request_key probes in x86_64/syscalls.stp to prevent | mmason | 2007-01-13 | 2 | -2/+7 | |
| | | | | syscall.* failures on some kernels. | |||||
* | 2007-01-12 David Smith <dsmith@redhat.com> | dsmith | 2007-01-12 | 2 | -0/+32 | |
| | | | | | | | | * tapsets.cxx (dwarf_var_expanding_copy_visitor::visit_target_symbol): Since array behavior has changed (setting to 0 no longer deletes the array element), we delete the internal counter array element when providing target variable access in return probes. | |||||
* | Add iotime.stp, sleeptime.stp, and wait4time.stp examples. | wcohen | 2007-01-11 | 4 | -0/+237 | |
| | ||||||
* | . | roland | 2007-01-11 | 1 | -10/+15 | |
| | ||||||
* | 2007-01-11 Roland McGrath <roland@redhat.com> | roland | 2007-01-11 | 1 | -1/+1 | |
| | | | | | * systemtap.spec.in (elfutils_version): Bump to 0.125. Older libdw's have known bugs, though the ABI has not changed. | |||||
* | * moving examples/ changelog entries | fche | 2007-01-10 | 2 | -1/+4 | |
| | ||||||
* | 2007-01-10 Martin Hunt <hunt@redhat.com> | hunt | 2007-01-10 | 2 | -5/+19 | |
| | | | | * small_demos/top.stp: Use "limit" option in foreach. |