summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2006-07-11 Martin Hunt <hunt@redhat.com>hunt2006-07-122-8/+14
| | | | * string.c (_stp_text_str): Use __get_user().
* Fix some x86_64 breakage.hunt2006-07-112-2/+38
|
* *** empty log message ***hunt2006-07-118-1203/+1010
|
* 2006-07-11 Martin Hunt <hunt@redhat.com>hunt2006-07-114-17/+42
| | | | | | * string.c (_stp_text_str): Add a parameter to support userspace strings too. * string.h: (_stp_text_str): Fix proto.
* changes to addevent.process to generate adequate info of process relationshipsguanglei2006-07-117-23/+52
| | | | | | | | use current->parent->tgid as the parent process id for ascii tracing modified lket-b2a to be sync with the new addevent.process event hooks updated lket man pages to be sync with newly changes to addevent.process event hooks
* Use instead of retval()hien2006-07-111-4/+2
|
* Fix problem with rhel4u4 kernelhien2006-07-101-5/+22
|
* 2006-07-04 Martin Hunt <hunt@redhat.com>hunt2006-07-044-48/+81
| | | | * syscalls.stp, syscalls2.stp: Use user_string_quoted().
* fix syscall.lstat, syscall.lstat64, syscall.newlstat.guanglei2006-07-044-15/+22
| | | | fix syscall.compat_sys_statfs and syscall.sys32_open in ppc64/syscalls.stp
* add addr_to_node() from Jose Santosguanglei2006-07-044-2/+29
|
* update lket man pageguanglei2006-07-031-9/+41
|
* 2006-06-30 Josh Stone <joshua.i.stone@intel.com>jistone2006-06-302-10/+21
| | | | | | * tapsets.cxx (hrtimer_builder::build): Enable hrtimers on >=2.6.17. * tapsets.cxx (hrtimer_derived_probe::emit_probe_entries): Correct compilation errors, fix return value.
* 2006-06-30 Martin Hunt <hunt@redhat.com>hunt2006-06-306-106/+101
| | | | | | | * conversions.stp (user_string): Don't generate errors on faults, just return <unknown>. (user_string2): New function. (user_string_warn): New function.
* 2006-06-30 David Smith <dsmith@redhat.com>dsmith2006-06-303-8/+40
| | | | | | | | | | | | * tapsets.cxx (dwflpp::dwfl_assert): Added optional extra_msg parameter to be able to print out extra error message. (dwflpp::setup): Uses new 'extra_msg' parameter to dwfl_assert() to ask user to install kernel-debuginfo when dwfl_linux_kernel_report_kernel() or dwfl_linux_kernel_report_modules() fails (Bugzilla #2669). * buildrun.cxx (compile_pass): Checks to make sure module build directory exists before trying to run make there (Bugzilla #2669).
* update lket.5.in to be sync with the new _lket_trace()guanglei2006-06-301-6/+6
|
* _lket_trace() won't log ppid and tgid any more. I use some bit-OPs toguanglei2006-06-295-38/+50
| | | | | | make _lket_trace's format string shorter for better performance. I also modified lket-b2a to be sync with _lket_trace()
* 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
|