summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for bug #2992trz2006-08-022-2/+13
|
* Bugzilla Bug 2422: module("*") probes fail with debug-info-less modulesguanglei2006-08-012-2/+7
|
* a bug fix for the zero-length stpd_cpu fileguanglei2006-07-251-2/+2
|
* add conditional preprocessing for find_pid since it was changed from 2.6.17guanglei2006-07-241-3/+4
|
* *** empty log message ***hunt2006-07-216-272/+76
|
* *** empty log message ***hunt2006-07-212-142/+270
|
* 2006-07-21 Martin Hunt <hunt@redhat.com>hunt2006-07-212-0/+5
| | | | * runtime.h: Include compat.h.
* 2006-07-20 Martin Hunt <hunt@redhat.com>hunt2006-07-212-5/+12
| | | | * vsprintf.c (_stp_vsnprintf): %p format fixes.
* 2006-07-20 Martin Hunt <hunt@redhat.com>hunt2006-07-202-2/+9
| | | | | * librelay.c (stp_main_loop): If module doesn't start, kill any target command.
* .roland2006-07-191-0/+2
|
* 2006-07-19 Roland McGrath <roland@redhat.com>roland2006-07-191-1/+1
| | | | * systemtap.spec.in: Fix syntax in last change.
* Version 0.5.9roland2006-07-194-11/+19
|
* 2006-07-19 David Smith <dsmith@redhat.com>dsmith2006-07-192-1/+21
| | | | | * testsuite/buildok/scsi.stp: Only run the scsi test if the scsi kernel subsystem is running.
* bug fix of lket-b2a: segment fault caused by event registerguanglei2006-07-192-15/+9
| | | | | | change the timestamp printing format of lket-b2a: usec --> sec.usec fix an error in "CUSTOMIZED TRACE DATA" : addevent.netdev --> addevent.netdev.transmit
* Some minor changeshien2006-07-181-16/+17
|
* Modified probefunc() to print consistent name on ppc64tpnguyen2006-07-182-1/+7
|
* bugfix of an stp script example(skb --> $skb)guanglei2006-07-181-2/+2
|
* Use user_string_quotedhien2006-07-171-83/+85
|
* i2006-07-17 David Smith <dsmith@redhat.com>dsmith2006-07-172-4/+5
| | | | | * stapfuncs.5.in: Removed retval function description, since it has been removed.
* 2006-07-17 David Smith <dsmith@redhat.com>dsmith2006-07-173-23/+6
| | | | | | * context.stp: Removed returnval() function. Use $return instead. * return.stp: Removed. Use $return instead.
* Fix for bug #2934trz2006-07-172-2/+7
|
* .roland2006-07-171-2/+9
|
* 2006-07-17 Roland McGrath <roland@redhat.com>roland2006-07-171-3/+25
| | | | | | * configure.ac, systemtap.spec.in: Require elfutils-0.122. * configure: Regenerated. * systemtap.spec.in (Release): Use %{?dist}.
* 2006-07-17 Roland McGrath <roland@redhat.com>roland2006-07-172-14/+14
| | | | | * configure.ac, systemtap.spec.in: Require elfutils-0.122. * configure: Regenerated.
* main.cxx: add LKET's tapsets into stap's default tapsets search pathguanglei2006-07-176-62/+33
| | | | | | | | update lket man page to refect the new tapset search path syscalls.stp: make sys_acct, sys_add_key, sys_keyctl and sys_modify_ldt optional on ppc64 since they are weak symbol. ppc64/syscalls.stp: remove syscall.acct, syscall.add_key and syscall.umask since they are already defined in syscalls.stp
* 2006-07-14 Josh Stone <joshua.i.stone@intel.com>jistone2006-07-142-12/+41
| | | | | | | | | | | | PR 2922 * time.c (_stp_init_time): call cpufreq_get for each cpu from a non-atomic context (module init time). * time.c (__stp_init_time): remove call to cpufreq_get from IPI. * time.c (__stp_time_timer_callback): disable IRQ's to avoid perturbations in measurements. * time.c (_stp_gettimeofday_us): disable preemption to avoid CPU swaps while we're computing the time.
* bug fix for aio event hooks to make each sub event hooks runnable separatelyguanglei2006-07-142-18/+25
|
* * rpm undofche2006-07-132-3/+2
|
* 2006-07-13 Frank Ch. Eigler <fche@elastic.org>fche2006-07-132-2/+7
| | | | | * systemtap.spec.in: Bump release number. Add formerly missing admonitional verb.
* 2006-07-13 David Smith <dsmith@redhat.com>dsmith2006-07-134-1/+44
| | | | | | | | | | | | | | * parse.cxx (parser::expect_unknown2): New function that looks for 2 possible token types. * parse.cxx (parser::expect_ident_or_keyword): New function that calls parser::expect_unknown2. * parse.cxx (parser::parse_symbol): Calls parser::expect_ident_or_keyword to allow keywords to appear when expanding target symbols (Bugzilla #2913). * parse.h: Added prototypes for parser::expect_unknown2 and parser::expect_ident_or_keyword. * testsuite/parseok/seventeen.stp: New test to check for allowing keywords when expanding target symbols.
* 2006-07-12 Martin Hunt <hunt@redhat.com>hunt2006-07-122-0/+9
| | | | | * runtime.h (for_each_cpu): Define for new kernels which no longer define it.
* More x86_64 workaroundshunt2006-07-122-1/+25
|
* Minor cleanuphunt2006-07-121-3/+3
|
* Workarounds for bad debug info on x86_64.hunt2006-07-122-6/+16
|
* 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()