Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some x86_64 breakage. | hunt | 2006-07-11 | 2 | -2/+38 |
| | |||||
* | *** empty log message *** | hunt | 2006-07-11 | 8 | -1203/+1010 |
| | |||||
* | 2006-07-11 Martin Hunt <hunt@redhat.com> | hunt | 2006-07-11 | 4 | -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 relationships | guanglei | 2006-07-11 | 7 | -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() | hien | 2006-07-11 | 1 | -4/+2 |
| | |||||
* | Fix problem with rhel4u4 kernel | hien | 2006-07-10 | 1 | -5/+22 |
| | |||||
* | 2006-07-04 Martin Hunt <hunt@redhat.com> | hunt | 2006-07-04 | 4 | -48/+81 |
| | | | | * syscalls.stp, syscalls2.stp: Use user_string_quoted(). | ||||
* | fix syscall.lstat, syscall.lstat64, syscall.newlstat. | guanglei | 2006-07-04 | 4 | -15/+22 |
| | | | | fix syscall.compat_sys_statfs and syscall.sys32_open in ppc64/syscalls.stp | ||||
* | add addr_to_node() from Jose Santos | guanglei | 2006-07-04 | 4 | -2/+29 |
| | |||||
* | update lket man page | guanglei | 2006-07-03 | 1 | -9/+41 |
| | |||||
* | 2006-06-30 Josh Stone <joshua.i.stone@intel.com> | jistone | 2006-06-30 | 2 | -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> | hunt | 2006-06-30 | 6 | -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> | dsmith | 2006-06-30 | 3 | -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() | guanglei | 2006-06-30 | 1 | -6/+6 |
| | |||||
* | _lket_trace() won't log ppid and tgid any more. I use some bit-OPs to | guanglei | 2006-06-29 | 5 | -38/+50 |
| | | | | | | make _lket_trace's format string shorter for better performance. I also modified lket-b2a to be sync with _lket_trace() | ||||
* | Fixed unlink | hien | 2006-06-28 | 1 | -1/+4 |
| | |||||
* | Fixed most syscalls testsuite failures. | hien | 2006-06-28 | 1 | -173/+252 |
| | |||||
* | . | roland | 2006-06-27 | 1 | -0/+4 |
| | |||||
* | 2006-06-27 Roland McGrath <roland@redhat.com> | roland | 2006-06-27 | 1 | -1/+22 |
| | | | | * loc2c-runtime.h: Add some comments. | ||||
* | . | roland | 2006-06-27 | 1 | -2/+10 |
| | |||||
* | 2006-06-27 Roland McGrath <roland@redhat.com> | roland | 2006-06-27 | 1 | -2/+3 |
| | | | | * runtest.sh: Don't use eval, use proper quoting. | ||||
* | 2006-06-27 Roland McGrath <roland@redhat.com> | roland | 2006-06-27 | 1 | -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_utime | hunt | 2006-06-26 | 1 | -1/+2 |
| | |||||
* | 2006-06-26 Martin Hunt <hunt@redhat.com> | hunt | 2006-06-26 | 2 | -1/+60 |
| | | | | | * aux_syscalls.stp (_stp_ctime): New function. (_struct_utimbuf_u): New function. | ||||
* | add AIO event hooks into lket.5.in | guanglei | 2006-06-26 | 3 | -28/+114 |
| | |||||
* | aio.stp: new event hooks for AIO | guanglei | 2006-06-26 | 7 | -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, ↵ | guanglei | 2006-06-25 | 2 | -12/+24 |
| | | | | io_cancel, io_destroy) | ||||
* | Added udp test and updated tcp test | tpnguyen | 2006-06-24 | 3 | -2/+39 |
| | |||||
* | Added UDP tapset and common inet_sock functions. Added more descriptions to | tpnguyen | 2006-06-24 | 4 | -96/+256 |
| | | | | TCP tapset. | ||||
* | change the return type from string to int64_t for better performance. | guanglei | 2006-06-24 | 6 | -172/+435 |
| | | | | | sub-hooks for each iosyscall. make update_record() work for ascii tracing | ||||
* | 2006-06-23 Josh Stone <joshua.i.stone@intel.com> | jistone | 2006-06-23 | 2 | -6/+23 |
| | | | | * time.c: Do cpufreq notification only if CONFIG_CPU_FREQ defined. | ||||
* | Part of fix for bug #2532 | trz | 2006-06-23 | 2 | -3/+10 |
| | |||||
* | New tcp test | tpnguyen | 2006-06-22 | 2 | -0/+45 |
| | |||||
* | Added new TCP tapset (from Hien Nguyen - IBM) | tpnguyen | 2006-06-22 | 2 | -0/+177 |
| | |||||
* | add PR 2525 note to ChangeLogs | jistone | 2006-06-22 | 3 | -0/+3 |
| | |||||
* | 2006-06-21 Josh Stone <joshua.i.stone@intel.com> | jistone | 2006-06-22 | 6 | -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 hooks | guanglei | 2006-06-21 | 7 | -83/+90 |
| | | | | delete filter_by_pid filter for io scheduler event hooks | ||||
* | 2006-06-19 Martin Hunt <hunt@redhat.com> | hunt | 2006-06-19 | 3 | -58/+59 |
| | | | | | * syscalls.stp: Make the 16-bit calls optional. * syscalls2.stp: Ditto. | ||||
* | . | roland | 2006-06-17 | 1 | -0/+3 |
| | |||||
* | 2006-06-16 Roland McGrath <roland@redhat.com> | roland | 2006-06-17 | 1 | -1/+2 |
| | | | | | * systemtap.spec.in: Fix bundled_elfutils setting so builds can possibly work. Add comment admonishing losers not to touch it. | ||||
* | . | roland | 2006-06-17 | 2 | -50/+61 |
| | |||||
* | 2006-06-16 Roland McGrath <roland@redhat.com> | roland | 2006-06-17 | 1 | -4/+2 |
| | | | | * lket/b2a/Makefile.in: Regenerated with automake-1.9.6-2. | ||||
* | 2006-06-16 Roland McGrath <roland@redhat.com> | roland | 2006-06-17 | 3 | -11/+14 |
| | | | | | * configure.ac, systemtap.spec.in: Bump version to 0.5.8. * configure: Regenerated. | ||||
* | 2006-06-16 Roland McGrath <roland@redhat.com> | roland | 2006-06-17 | 2 | -339/+145 |
| | | | | * aclocal.m4, Makefile.in: Regenerated with automake-1.9.6-2. | ||||
* | fix bogus whitespace | roland | 2006-06-17 | 1 | -1/+8 |
| | |||||
* | update lket.5.in for the recent LKET's changes | guanglei | 2006-06-16 | 2 | -29/+270 |
| | |||||
* | *** empty log message *** | hunt | 2006-06-15 | 1 | -38/+47 |
| | |||||
* | *** empty log message *** | hunt | 2006-06-15 | 1 | -4/+2 |
| | |||||
* | . | roland | 2006-06-15 | 1 | -8/+12 |
| | |||||
* | 2006-06-15 Roland McGrath <roland@redhat.com> | roland | 2006-06-15 | 1 | -1/+1 |
| | | | | * systemtap.spec.in: Require elfutils-0.121. |