summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed unlinkhien2006-06-281-1/+4
|
* Fixed most syscalls testsuite failures.hien2006-06-281-173/+252
|
* .roland2006-06-271-0/+4
|
* 2006-06-27 Roland McGrath <roland@redhat.com>roland2006-06-271-1/+22
| | | | * loc2c-runtime.h: Add some comments.
* .roland2006-06-271-2/+10
|
* 2006-06-27 Roland McGrath <roland@redhat.com>roland2006-06-271-2/+3
| | | | * runtest.sh: Don't use eval, use proper quoting.
* 2006-06-27 Roland McGrath <roland@redhat.com>roland2006-06-271-51/+81
| | | | | | * tapsets.cxx (dwflpp::emit_address): New instance method. Get relocation details from Dwfl to emit in comment after address constant. (dwflpp::loc2c_emit_address): Just call that.
* Fix sys_utimehunt2006-06-261-1/+2
|
* 2006-06-26 Martin Hunt <hunt@redhat.com>hunt2006-06-262-1/+60
| | | | | * aux_syscalls.stp (_stp_ctime): New function. (_struct_utimbuf_u): New function.
* add AIO event hooks into lket.5.inguanglei2006-06-263-28/+114
|
* aio.stp: new event hooks for AIOguanglei2006-06-267-11/+433
| | | | | register_events.stp, hookid_defs.stp: changes for aio.stp. register_events.stp, process.stp: bugfix for ascii tracing
* Changes to AIO related syscalls(io_setup, io_submit, io_getevents, ↵guanglei2006-06-252-12/+24
| | | | io_cancel, io_destroy)
* Added udp test and updated tcp testtpnguyen2006-06-243-2/+39
|
* Added UDP tapset and common inet_sock functions. Added more descriptions totpnguyen2006-06-244-96/+256
| | | | TCP tapset.
* change the return type from string to int64_t for better performance.guanglei2006-06-246-172/+435
| | | | | sub-hooks for each iosyscall. make update_record() work for ascii tracing
* 2006-06-23 Josh Stone <joshua.i.stone@intel.com>jistone2006-06-232-6/+23
| | | | * time.c: Do cpufreq notification only if CONFIG_CPU_FREQ defined.
* Part of fix for bug #2532trz2006-06-232-3/+10
|
* New tcp testtpnguyen2006-06-222-0/+45
|
* Added new TCP tapset (from Hien Nguyen - IBM)tpnguyen2006-06-222-0/+177
|
* add PR 2525 note to ChangeLogsjistone2006-06-223-0/+3
|
* 2006-06-21 Josh Stone <joshua.i.stone@intel.com>jistone2006-06-226-14/+215
| | | | | | | | | | | | | runtime/ * time.c: Time-estimation with minimal dependency on xtime. runtime/transport/ * transport/transport.c (_stp_handle_start): Initialize timer functions. * transport.c (_stp_cleanup_and_exit): Teardown timer functions. tapset/ * timestamp.stp (gettimeofday_us, gettimeofday_ms, gettimeofday_s): Convert to using the runtime-provided _stp_gettimeofday_us().
* More data items for scsi and ioscheduler event hooksguanglei2006-06-217-83/+90
| | | | delete filter_by_pid filter for io scheduler event hooks
* 2006-06-19 Martin Hunt <hunt@redhat.com>hunt2006-06-193-58/+59
| | | | | * syscalls.stp: Make the 16-bit calls optional. * syscalls2.stp: Ditto.
* .roland2006-06-171-0/+3
|
* 2006-06-16 Roland McGrath <roland@redhat.com>roland2006-06-171-1/+2
| | | | | * systemtap.spec.in: Fix bundled_elfutils setting so builds can possibly work. Add comment admonishing losers not to touch it.
* .roland2006-06-172-50/+61
|
* 2006-06-16 Roland McGrath <roland@redhat.com>roland2006-06-171-4/+2
| | | | * lket/b2a/Makefile.in: Regenerated with automake-1.9.6-2.
* 2006-06-16 Roland McGrath <roland@redhat.com>roland2006-06-173-11/+14
| | | | | * configure.ac, systemtap.spec.in: Bump version to 0.5.8. * configure: Regenerated.
* 2006-06-16 Roland McGrath <roland@redhat.com>roland2006-06-172-339/+145
| | | | * aclocal.m4, Makefile.in: Regenerated with automake-1.9.6-2.
* fix bogus whitespaceroland2006-06-171-1/+8
|
* update lket.5.in for the recent LKET's changesguanglei2006-06-162-29/+270
|
* *** empty log message ***hunt2006-06-151-38/+47
|
* *** empty log message ***hunt2006-06-151-4/+2
|
* .roland2006-06-151-8/+12
|
* 2006-06-15 Roland McGrath <roland@redhat.com>roland2006-06-151-1/+1
| | | | * systemtap.spec.in: Require elfutils-0.121.
* added io syscall event hooks.guanglei2006-06-154-20/+651
| | | | | | | the io syscall hook differs with syscall hook since it will provide all the available info of function parameters instead of logging only the syscall name. Useful to trace the detail behavour of io related syscalls
* *** empty log message ***hunt2006-06-152-21/+34
|
* More uid and gid syscall fixes.hunt2006-06-142-43/+26
|
* 2006-06-14 Frank Ch. Eigler <fche@elastic.org>fche2006-06-142-7/+38
| | | | | * README: Add kernel.org blurb based on text from Chuck Ebbert <76306.1226@compuserve.com>.
* *** empty log message ***hunt2006-06-141-0/+5
|
* *** empty log message ***hunt2006-06-144-119/+68
|
* 2006-06-13 Martin Hunt <hunt@redhat.com>hunt2006-06-132-17/+14
| | | | | * librelay.c (start_cmd): Rewrite using sigwait() to eliminate a race.
* 2006-06-13 Martin Hunt <hunt@redhat.com>hunt2006-06-132-3/+8
| | | | | * transport.c (_stp_transport_close): Destroy workqueue when done.
* Fix ppc64 issue - sys_mmaphien2006-06-121-1/+5
|
* Fix ppc64 for setuid16 setgid16 etc...hien2006-06-121-9/+9
|
* *** empty log message ***hunt2006-06-124-176/+90
|
* 2006-06-09 Martin Hunt <hunt@redhat.com>hunt2006-06-092-4/+7
| | | | * syscalls2.stp: Fix sys_sync.
* 2006-06-09 Martin Hunt <hunt@redhat.com>hunt2006-06-092-2/+16
| | | | | | * transport.c: Using the default workqueue was causing problems because of the long delays on probe_exit(). Created a new systemtap work queue and used that instead.
* *** empty log message ***hunt2006-06-091-0/+4
|
* 2006-06-09 Martin Hunt <hunt@redhat.com>hunt2006-06-091-16/+16
| | | | * syscalls2.stp: Fixed the uid and gid calls.